You are here: Start » FIL.NET » Invoke.SurfaceBoundingBox_OrNil
Computes the bounding box 3D of given surface; returns NIL if no valid point is present.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SurfaceBoundingBox_OrNil ( Fil.Surface inSurface, Optional<Fil.Region> inRoi, Conditional<Fil.Box3D> outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | outBoundingBox3D | Ftl.Conditional<Fil.Box3D> | Bounding box of the surface points. |


