poISymmetry SetSelectionSet

Assigns a selection set to the symmetry controller.

Syntax

sym_handle SetSelectionSet idstr

Application

HyperView Tcl Modify

Description

This command sets a selection set to the symmetry controller.

Inputs

idstr
The string which fully defines the selection set. It is a locator string which may also be a pool ID string.

Examples

To assign/set a selection set with an ID of "5" to the symmetry controller:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]
model_handle GetSymmetryCtrlHandle sym_handle

sym_handle SetSelectionSet 5

hwi CloseStack

Errors

Returns an non-zero value if an error occurs.