Getting constraint direction using tcl\tk script
Vikas Kumar_22189
Altair Community Member
Hi all,
I am knowing the collector id which contains SPC or SPCD constraints.
When i am enabling that load collector it will display load constraint along with DOF assigned to that load as shown in below fig.
I need to get those DOF.
Manually we can get it by using review option of constraints, But i need data.
@tinh please let me know the soln.
0
Answers
-
Hi Vikas,
try,
hm_getvalue loads id=$constid dataname=comp1 #comp1 gives dof1 refer datanames of loads for more info #This method you will have to query each dof
0