InterfaceODBLayerPolygonizeLayer(Double, Boolean) Method

All layer objects will be chacked for overlapping, than they are conected to new objects. You get many new surfaces if there are overlapping of objects on the layer. This removes all other elements from the layer!

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool PolygonizeLayer(
	double flattenValue,
	bool onlySelected
)

Parameters

flattenValue  Double
All arcs are splitted in parts of this length (e.g. 0.5 or 1)
onlySelected  Boolean
 

Return Value

Boolean
False if a error occures.

See Also