compas_cgal

Classes

trimesh.TriMesh

Class representing a triangle mesh with its vertices and faces stored as Numpy arrays.

Functions

Booleans

booleans.boolean_union

booleans.boolean_difference

booleans.boolean_intersection

Intersections

intersections.intersection_mesh_mesh

Compute the intersection of tow meshes.

Measure

measure.volume

Compute the volume of a closed triangle mesh.

Meshing

meshing.remesh

Remeshing of a triangle mesh.

Slicer

slicer.slice_mesh

Slice a mesh by a list of planes.