IArcEdgeSplitArc Method

Split this arc in smaller elements depending on the ArcLength parameter.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IArcEdge> SplitArc(
	double ArcLength
)

Parameters

ArcLength  Double
Length of new arcs.

Return Value

ListIArcEdge
List of new arcs.

Implements

InterfaceArcEdgeSplitArc(Double)

See Also