Description This command sets the view state for a trimmed parametric surface and alters the geometry tree view accordingly. This script command duplicates the functionality in SetTrimmedParametricCompactState.
Syntax ChangeTrimmedParametricCompactState tpNode, stateFlag
Parameters tpNode As Long Node number of the trimmed parametric surface whose view state flag is being changed.
stateFlag As Boolean View state flag for the trimmed parametric at tpNode. If True, the trimmed parametric is shown in the compact view. If False, the trimmed parametric is shown in the expanded view.
See Also GetTrimmedParametricCompactState SetTrimmedParametricCompactState
|