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
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::NIL.
outBoundingBox3DFilNet.Box3DBounding box of the surface points.

Function Overrides

See also