You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceBoundingBox

FIL.SurfaceBoundingBox

Computes the bounding box 3D of given surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SurfaceBoundingBox
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	out FilNet.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::NIL.
outBoundingBox3DFilNet.Box3DBounding box of the surface points.

Errors

List of possible exceptions:

Error type Description
DomainError No valid point in given region in SurfaceBoundingBox.
DomainError Region of interest exceeds an input surface in SurfaceBoundingBox.

Function Overrides

See also