InterfacePolyClassGetSurfaceFromPolygon(IODBLayer, Boolean) Method

Create a new Surface on the ParentLayer. This works only if edges are sorted!

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IODBObject GetSurfaceFromPolygon(
	IODBLayer ParentLayer,
	bool ContainsHoles
)

Parameters

ParentLayer  IODBLayer
The relevant layer to add the surface.
ContainsHoles  Boolean
Polygon with holes need extra calculation to split them, if you know there are no holes this will save calculation time.

Return Value

IODBObject
A new surface with this polygon as outline.

See Also