IODBLayerPolygonizeCuttedObjectsOnLayer Method

Removes negative objects on the layer by polygonizing cutted objects, so that the result looks same, but without negatives objects.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool PolygonizeCuttedObjectsOnLayer(
	bool OnlySelected
)

Parameters

OnlySelected  Boolean
Only selected objects are used

Return Value

Boolean

Implements

InterfaceODBLayerPolygonizeCuttedObjectsOnLayer(Boolean)

See Also