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

FIS.Segment3DBoundingBox Method

Computes the smallest box in 3D containing a segment in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Segment3DBoundingBox
(
	FilNet.Segment3D inSegment3D,
	out FilNet.Box3D outBoundingBox3D
)

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3D
outBoundingBox3DFilNet.Box3D

See also