keepSharedEdges
spacings( ( keepSharedEdgestx_layer1tx_layer2{t | nil} ['buttOnly | 'coincidentOnly] )
) ;spacings
Specifies that abutted or coincident edges of shapes on layer1 and layer2 must be maintained when the shapes are modified. The length of the shared edge can change as long as the shapes maintain at least one shared point on the shared edge.

Values
Parameters
|
The alignment of shapes. By default, the constraint applies to both abutted and coincident edges. |
|
Example
Shared edges of Metal1 and Metal2 abutted shapes must remain coincident when the shapes are modified.
spacings( ( keepSharedEdges "Metal1" "Poly1" t
'buttOnly
)
) ;spacings
Return to top