wspWSSPDefSetAllowedPatternGroups
wspWSSPDefSetAllowedPatternGroups(
d_cellViewId
t_wsspDefName
l_patternGroupNames
)
=> t / nil
Description
Sets the allowed pattern groups for a widthSpacingSnapPatternDefs (WSSPDef) in the specified cellview.
This function does not update the directly allowed width spacing patterns (WSPs). It only updates the allowed pattern groups. To update the directly allowed WSP, use the wspWSSPDefSetAllowedPatterns function.
Arguments
Value Returned
Example
wspWSSPDefSetAllowedPatternGroups(geGetEditCellView() "M1_H_160_960" list("M1_960_WSP1" "M1_960_WSP2" "M1_960_WSP3"))
Return to top