InterfaceODBLayerGetPolygonizeLayerObjects Method

Create polygonized objects for all layerobjects

Definition

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

Parameters

flattenValue  Double
0 if you don't want to flatten, else bigger value.
onlySelected  Boolean
 

Return Value

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

See Also