tpaSetRegionDefVisible
tpaSetRegionDefVisible(
t_regionName
t_defName
g_visible
)
=> t / nil
Description
Sets the visibility of the width spacing snap pattern definition (WSSPDef) or snap pattern definition (SPDef) on a local region.
Arguments
|
Boolean variable that sets the visibility for the local region of the specified WSSPDef or SPDef. |
Value Returned
Example
Turns the visibility on for the WSSPDef or SPDef of the M2WSP WSSPDef and region FG__0.
tpaSetRegionDefVisible("FG__0" "M2WSP" t)
=> t
Return to top