createcirclefromcenterradius
Girish2121
Altair Community Member
Hello all,
I am want to create a circle using a node and a vector .
I am trying to use *createcirclefromcenterradius , but the vector that I have created has id other than 1.
It is throwing error .
Can anyone please help
0
Answers
-
set vec_id [hm_getmark vector [*createmark vector 1 -1]]
You will get the id of last created vector.
0