IPolyClassGetSurfaceFromPolygon(IODBLayer, Boolean) Method

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

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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.

Implements

InterfacePolyClassGetSurfaceFromPolygon(IODBLayer, Boolean)

See Also