Mesh Tools
Like what you are seeing?
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Introduction
Found in namespace:
We recommend using aliases to reduce typing and simplify names. and reduce possible collisions with similarly named objects.
doing this you can fully qualify the name of this class as
What can it do?
Mesh tools is used to create convex hulls, calculate the volume of a mesh, find surface area and various other geometry functions handy when your working on physics problems.
Convex Hull
The most common use of mesh tools is to create a convex hull. You can get a convex hull for a single mesh, multiple mesh or for any collection of points in space.
Mesh Volume
You can find the volume of a mesh, or find the convex hull of a mesh then find the volume of that
or
Surface Area
Whole Mesh
Cross Section area
Area and Volume
A quick short cut to do both
Last updated