minPRBoundaryExtension
spacings(
( minPRBoundaryExtension tx_layer
f_extension ['coincidentAllowed]
)
) ;spacings
Specifies the minimum distance a shape must extend past the PR boundary on a layer. This constraint is commonly used to describe the necessary extension of a well past a boundary.

Values
Parameters
|
The shape can coincide with the PR boundary. Otherwise, the spacing requirement must be met. |
Example
The extension of a NWell shape past the PR boundary must be at least 1.5.
spacings( ( minPRBoundaryExtension "NWell" 1.5
)
) ;spacings
Return to top