Copy component element to new component
Altair Forum User
Altair Employee
How could I create a new component by copying all the elements from another previously defined component using tcl commands ? All the while keeping the original component as it is.
0
Answers
-
Try this code:
*createentity comps cardimage=HM_COMP name=NewComp hm_createmark elems 1 'by comp name' 'OldComp' *copymark elements 1 'NewComp'
0 -
@Q.Nguyen-Dai : Thank you. This worked perfectly.
0