keepPRBoundarySharedEdges
spacings(
( keepPRBoundarySharedEdges tx_layer
{t | nil}
)
) ;spacings
Specifies that shapes with an edge on the PR boundary must maintain that shared edge when they are modified. All shapes on the specified layer must be entirely inside the PR boundary and share at least one edge with the PR boundary.

Values
Parameters
Example
Edges of Metal1 shapes coincident with the PR boundary must remain coincident when the shapes are modified.
spacings( ( keepPRBoundarySharedEdges "Metal1" t
)
) ;spacings
Return to top