IODBLayerGetPolygonizeLayerObjects Method

Create polygonized objects for all layerobjects

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IODBObject> GetPolygonizeLayerObjects(
	double flattenValue,
	bool OnlySelected
)

Parameters

flattenValue  Double
0 if you don't want to flatten, else bigger value.
OnlySelected  Boolean
If you only need some features, select them and set OnlySelected

Return Value

ListIODBObject
list of objects, moste are Surfaces. Some others are possible (only connected elments are replaced).

Implements

InterfaceODBLayerGetPolygonizeLayerObjects(Double, Boolean)

See Also