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

FIS.TrimSegment3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TrimSegment3D
(
	FilNet.Segment3D inSegment3D,
	FilNet.Box3D inBox3D,
	INullable<FilNet.Segment3D> outSegment3D
)

Parameters

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

See also