🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Set Result Type under Deformed shape

Emil GeorgeUser: "Emil George"
Altair Community Member
Updated by Emil George

Hi,

 

 

I am trying to change the Result type in the Deformed shape  in hyperview to 'EigenVector(v)' using tcl command. The default option is Displacement . Need to change that to Eigen vector.

IT will be great  if some can help me out.

Thanks in advance

image.png.c516274d91eae140c9b1d434d41f7bcc.png

Regards,

Emil 

Find more posts tagged with

Sort by:
1 - 1 of 11
    llyle_20499User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    Hi Emil,

    Please try: poIScaleCtrl_handle SetAnimationSource Eigenvector


    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 GetScaleCtrlHandle poIScaleCtrl_handle
    poIScaleCtrl_handle SetAnimationSource Eigenvector
    #poIScaleCtrl_handle SetInterpolationScaleMode model_percent
    #poIScaleCtrl_handle SetScale '5.0'
    hwi CloseStack

    Regards,

    llyle