Area of selected elements with length and width
Seçkin13
Altair Community Member
Answers
-
Try this code:
*createmarkpanel elems 1 'Select Elem' foreach { x_min y_min z_min x_max y_max z_max } [hm_getboundingbox elems 1 0 0 0] {} puts 'X= ( $x_min , $x_max )' puts 'Y= ( $y_min , $y_max )' puts 'Z= ( $z_min , $z_max )'
0 -
Thanks Nguyen it works well. /emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />
0