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

FIS.TrimLine3D Method

Creates a segment contained in a box in 3D from a line in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TrimLine3D
(
	FilNet.Line3D inLine3D,
	FilNet.Box3D inBox3D,
	INullable<FilNet.Segment3D> outSegment3D
)

Parameters

Name Type Range Default Description
inLine3DFilNet.Line3D
inBox3DFilNet.Box3D
outSegment3DFilNet.INullable<FilNet.Segment3D> This parameter cannot be null.

See also