Expand description
Transformation, simplification and decomposition of meshes.
Modules§
- utils
- Utilities useful for various generations tasks.
- vhacd
- Approximate convex decomposition using the VHACD algorithm.
- voxelization
- Voxelization of a 2D polyline or 3D triangle mesh.
Structs§
- Mesh
Intersection Tolerances - Metadata that specifies thresholds to use when making construction choices in mesh intersections.
Enums§
- Convex
Hull Error - Errors generated by the convex-hull calculation.
- Mesh
Intersection Error - Error indicating that a query is not supported between certain shapes
Functions§
- check_
convex_ hull - Checks if a convex-hull is properly formed.
- convex_
hull - Computes the convex hull of a set of 3d points.
- convex_
polygons_ intersection - Computes the intersection of two convex polygons.
- convex_
polygons_ intersection_ points - Computes the intersection points of two convex polygons.
- convex_
polygons_ intersection_ points_ with_ tolerances - Computes the intersection points of two convex polygons.
- convex_
polygons_ intersection_ with_ tolerances - Computes the intersection of two convex polygons.
- intersect_
meshes - Computes the intersection of two meshes.
- intersect_
meshes_ with_ tolerances - Similar to
intersect_meshes
. - polygons_
intersection - Compute intersections between two polygons that may be non-convex but that must not self-intersect.
- polygons_
intersection_ points - Compute intersections between two polygons that may be non-convex but that must not self-intersect.
- try_
convex_ hull - Computes the convex hull of a set of 3d points.