You are here: Start » FIL.NET » Invoke.SurfaceBoundingBox

Invoke.SurfaceBoundingBox

Computes the bounding box 3D of given surface.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
outBoundingBox3DFil.Box3DBounding box of the surface points.

See also