Macro to use node ids in place of x, y, z component and normal components.
Sathish_21542
Altair Community Member
*createplane plane id normal x normal y normal z base x base y base z
I would like to create a plane or vector with node ids as N1, N2, N3 and base point.
Thanks in advance!
0
Answers
-
Just write a Procedure with N1, N2, N3 & base point as arguments. Within this procedure, you compute the normal vector and call *createplane :-)
0 -
Hi Nguyen,
Thanks for the reply!
Can you help me with the codes for computing vector out of N1, N2, N3 and base point?
Thanks!
0 -
Hi Sathish,
Please refer to below posts for an idea of how to do.
how-to-get-normal-x-of-vector-created-by-two-nodes
0 -
Hi Livil,
Thanks for the information!
Its helpful.
Thanks!
0