🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

3D elements size

User: "Harjit Singh"
New Altair Community Member
Updated by Harjit Singh

I've calculated the average elements size using the following code:

 

*createmark elems 1 displayed

hm_getaverageelemsize 1

 

However, the value I've got is 0. How can I fix it?

 

Thanks

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi

    hm_getaverageelementsize works with 2d elements only.

    But with a bit thinking you can utilize it with 3d elems (by creating faces of 3d elems, from v2017 hm supports to create interior faces. I think avg size of 2d faces can represent avg size of 3d elems)