IPolyClassGetSubPolygons Method

Calculate all sub polygons and return a list of them, the list is empty if no subpoly are calculated.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IPolyClass> GetSubPolygons()

Return Value

ListIPolyClass
List of sub polygons.

Implements

InterfacePolyClassGetSubPolygons

See Also