Question
It will only get the properties of the active part or face
This solution is not working as expected. It will only get the properties of the active part or face
To get the properties of the selected part or face use: (where mypart or myface is defined in the sd-defdialog)
(get_vol_prop :for_part :part mypart :area) (get_vol_prop :for_face :face myface :area) (get_vol_prop :for_part :part mypart :tol :percent_tol 5 :area)
See
Integration Kit GET_VOL_PROP
Integration Kit GET_VOL_PROP MPPASA subaction
Integration Kit GET_VOL_PROP MPFSA subaction

