You are here: Start » FIL.NET » FIS.SurfaceBoundingBox Method
FIS.SurfaceBoundingBox Method
Computes the bounding box 3D of given surface.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceBoundingBox ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, out FilNet.Box3D outBoundingBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | outBoundingBox3D | FilNet.Box3D | Bounding box of the surface points. |