You are here: Start » FIL.NET » Invoke.TrimSegmentToPolygon

Invoke.TrimSegmentToPolygon

Finds all subsegments that are inside a given polygon.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TrimSegmentToPolygon
(
	Fil.Path inPolygon,
	Fil.Segment2D inSegment,
	List<Fil.Segment2D> outSubsegments
)

Parameters

Name Type Range Default Description
inPolygonFil.Path
inSegmentFil.Segment2D
outSubsegmentsSystem.Collections.Generic.List<Fil.Segment2D>

See also