poISweepCtrl SetEnableState

Enables/disables the state of the axisymmetry controller.

Syntax

poISweepCtrl_handle SetEnableState state

Application

HyperView Tcl Modify

Description

This command sets the state of the axisymmetry controller.

Inputs

state
The boolean value which controls if axisymmetry will be enabled.

Example

To set the enable state of the axisymmetry 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 GetSweepCtrlHandle sweep_handle

sweep_handle SetEnableState true

hwi CloseStack

Errors

Returns a non-zero value if an error occurs.