ZBrushCentral

Model volume calculation

Hello, how do you calculate the volume of a model in zbrush? What is the formula? Thank you, hope to guideSnipaste_2020-12-31_10-27-06

the documentation is outdated with missing commands so check directly in Zscript: Export commands, and then just open the text file and you will find it :

[GetPolyMesh3DArea]
Get the area of current PolyMesh3D SubTool
Output: Returns the Area of current PolyMesh3D SubTool, or 0 if not a PolyMesh3D.
and
[GetPolyMesh3DVolume]
Get the volume of current PolyMesh3D SubTool
Output: Returns the Volume of current PolyMesh3D SubTool, or 0 if not a PolyMesh3D. Note: if PolyMesh3D is NOT a valid volume, then resulting value may be not accurate.

Nicolas

thank you very much,thank you very much