mptShowMaskColor
mptShowMaskColor(t_layerNamex_maskNumberg_toShow) => t / nil
Description
Shows or hides the color for the specified mask on the given layers.
Arguments
|
Mask number is 1, 2, and so on, up to the number of masks defined in the technology library for the layer. |
|
Values Returned
|
Shapes on the specified mask for the given layers are displayed with (show) or without (hide) the outline color for the mask. |
|
Example
mptShowMaskColor( "Metal1" 2 nil )
Hides the color for mask2 on the Metal1 layer.
Return to top