poIContourCtrl SetMultiplier
Sets a multiplication factor for the current contoured data type.
Syntax
contour_handle SetMultiplier mult_factor
Application
HyperView Tcl Modify
Description
Inputs
- mult_factor
- Multiplication factor to be used.
Example
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 GetResultCtrlHandle result_handle
result_handle GetContourCtrlHandle contour_handle
contour_handle SetDataType ”Effective plastic strain”
contour_handle SetMultiplier 2.75
hwi CloseStack
Errors
None.