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

Invoke.SplitSegment

Splits a segment into several parts of equal length.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SplitSegment
(
	Fil.Segment2D inSegment,
	int inCount,
	List<Fil.Segment2D> outSegments
)

Parameters

Name Type Range Default Description
inSegmentFil.Segment2D
inCountint<1, INF>2Number of segments after segment split. Default value: 2.
outSegmentsSystem.Collections.Generic.List<Fil.Segment2D>

See also