IODBLayerPolygonizeLayer(Double) Method

All layer objects will be checked for overlapping, than they are conected to new objects. You get many new surfaces if there are overlapping of objects on the layer.

Definition

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

Parameters

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

Return Value

Boolean
False if a error occures.

Implements

InterfaceODBLayerPolygonizeLayer(Double)

See Also