manifold
bounding box corner vectors of manifold
The genus is a topological property of the manifold, representing the number of handles. A sphere is 0, torus 1, etc. It is only meaningful for a single mesh, so it is best to call Decompose() first.
manifold
genus of manifold
Check if manifold contains triangles
manifold
boolean indicating emptyness
Returns the minimum gap between two manifolds. Returns a float between 0 and searchLength.
two manifolds and search length
minimum
Get number of edges in manifold
manifold
number of edges of manifold
Get number of properties in manifold
manifold
number of properties of manifold
The number of property vertices in the Manifold. This will always be >= numVert, as some physical vertices may be duplicated to account for different properties on different neighboring triangles.
manifold
number of properties of manifold
Get number of triangles in manifold
manifold
number of triangles of manifold
Get number of vertices in manifold
manifold
number of vertices of manifold
If this mesh is an original, this returns its ID that can be referenced by product manifolds. If this manifold is a product, this returns -1.
manifold
original ID of manifold
Get surface area of manifold
manifold
surface area of manifold
Returns the tolerance of this Manifold's vertices, which tracks the approximate rounding error over all the transforms and operations that have led to this state. Any triangles that are colinear within this tolerance are considered degenerate and removed. This is the value of ε defining ε-valid.
manifold
tolerance of manifold
Get volume of manifold
manifold
volume of manifold
Generated using TypeDoc
Returns the axis-aligned bounding box of all the Manifold's vertices.
basic
bounding box
false