IArcEdgeFlatten Method

splitt the arc in small line elements with length "lineLenght".

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<ILineEdge> Flatten(
	double lineLength,
	double errorLevel
)

Parameters

lineLength  Double
length of line elements
errorLevel  Double
its possible to round values on the errorLevel

Return Value

ListILineEdge
List of line edges.

Implements

InterfaceArcEdgeFlatten(Double, Double)

See Also