InterfacePolyClassAddEdge(PointD, PointD, PointD, Double, Boolean) Method

Add an arc Edge to the polygon (its create the IArcEdge internal)

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void AddEdge(
	PointD ptStart,
	PointD ptEnd,
	PointD ptCenter,
	double radius,
	bool clockwise
)

Parameters

ptStart  PointD
Begin of arc
ptEnd  PointD
End of arc
ptCenter  PointD
Center of arc
radius  Double
The arc radius
clockwise  Boolean
direction of the arc

See Also