ISurfaceSpecificsDIsCurrentElementClosed Method

While there is an element under construction, you can check the end and startpoint are the same.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsCurrentElementClosed(
	double withTolerance = 0
)

Parameters

withTolerance  Double  (Optional)
Exactly or nearly the same point check.

Return Value

Boolean
True if you should call EndPolygon() method!

See Also