tpaSetRegionActivePattern
tpaSetRegionActivePattern(
t_regionName
t_wsspDefName
t_wspName
)
=> t / nil
Description
Sets the active width spacing pattern (WSP) of the specified width spacing snap pattern definition (WSSPDef) on a local region.
Arguments
Value Returned
Example
Sets the active WSP of M2WSP WSSPDef and region FG__0.
tpaSetRegionActivePattern("FG__0" "M2WSP" "2XWidth")
=> t
Return to top