You are here: Start » FIL.NET » FIS.SurfaceBoundingBox_OrNil Method

FIS.SurfaceBoundingBox_OrNil Method

Computes the bounding box 3D of given surface; returns NIL if no valid point is present.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceBoundingBox_OrNil
(
	FilNet.Surface inSurface,
	INullable<FilNet.Box3D> outBoundingBox3D
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outBoundingBox3DFilNet.INullable<FilNet.Box3D>Bounding box of the surface points. This parameter cannot be null.

Function Overrides

See also