mosaic.geometry.Geometry.change_representation#
- Geometry.change_representation(representation='pointcloud')[source]#
Change the visual representation mode of the geometry.
- Parameters:
- representationstr, optional
Representation mode, by default “pointcloud”. Supported: “pointcloud”, “gaussian_density”, “pointcloud_normals”, “mesh”, “wireframe”, “normals”, “surface”, “basis”.
- Returns:
- int
Success status (0 for success, -1 for failure).
- Raises:
- ValueError
If representation mode is not supported.