BooleanResult.to_mesh
- BooleanResult.to_mesh(n=16)
Convert the boolean result to a
compas.datastructures.Mesh.Note
Returns the first operand mesh only. See
to_vertices_and_faces()for details.- Parameters:
- nint
Number of sample points for circular profiles.
- Returns:
compas.datastructures.Mesh| None