lxConvertSlotToPolygon
lxConvertSlotToPolygon(
[ ?all { t | nil } ]
[ ?region l_region ]
[ ?layers l_layers ]
)
=> t / nil
Description
Converts the metal shapes on the drawing purpose to one slotted metal polygon by creating holes where the slot purpose shapes cover the original metal shapes. The original metal shapes and the slot purpose shapes are removed.
Arguments
Value Returned
Example
lxConvertSlotToPolygon(?all)
Converts the drawing purpose metal shapes on all the layers that are overlapped by slot purpose shapes to slotted drawing purpose shapes.
lxConvertSlotToPolygon(?region list(0 0 1 1} ?layers list("Metal2"))
Converts the Metal2 drawing purpose metal shapes that are overlapped by Metal2 slot purpose shapes within the area given by the lower-left coordinate of (0,0) and the upper-right coordinate of (1,1) to slotted Metal2 drawing purpose shapes.
Return to top