You are here: Start » FIL.NET » FIL.SurfaceBoundingBox_OrNil
Computes the bounding box 3D of given surface; returns NIL if no valid point is present.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SurfaceBoundingBox_OrNil ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, INullable<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.INullable<FilNet.Box3D> | Bounding box of the surface points. This parameter cannot be null. |