poISymmetry SetMirrorPlane

Sets the state of one of the three mirror planes (xy, yz, zx).

Syntax

sym_handle SetMirrorPlane plane state

Application

HyperView Tcl Modify

Description

This command sets the state of the mirror planes used by the symmetry reflection operation.

Inputs

plane
Possible values are: “xy”, “yz”, or “zx”.
state
Possible values are: "true" or "false".

Example

To set the state of the mirror plane used by the symmetry reflection operation:
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 SetMirrorPlane xy true
sym_handle SetMirrorPlane yz false
sym_handle SetMirrorPlane zx true

hwi CloseStack

Errors

Returns an non-zero value if an error occurs.