Bounding box for some elements of solid component
raj_20928
Altair Community Member
Hi all,
I have a doubt in tcl .how to create Bounding box for some elements(not by component) of one solid component.similarly creating Bounding box for different shapes what are the required things for creating bounding box.please assist me in this.
Thank you
0
Answers
-
U need min max nodes co ordinates for creating box which u can get by the following API
set min_max [hm_getboundingbox elems 1 0 0 0]
0