InterfacePolyClassGetSubPolygons(Double) Method

Create a List of all subPolygons.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<IPolyClass> GetSubPolygons(
	double ErrorLevel
)

Parameters

ErrorLevel  Double
To search for nearly same points.

Return Value

ListIPolyClass
Subpolygons

See Also