You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TrimSegment

FIL.TrimSegment

Creates a segment contained in a box from another segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TrimSegment
(
	FilNet.Segment2D inSegment,
	FilNet.Box inBox,
	out FilNet.Segment2D? outSegment
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
inBoxFilNet.Box
outSegmentFilNet.Segment2D?

Examples

TrimSegment performed on the sample box and segment.

See also