point_cloud#

ModelPlotter.point_cloud(points: int = 10) dict#

Generate point cloud with available objects.

Parameters:
pointsint, optional

Number of points to generate. The default is 10.

Returns:
dict

Dictionary containing the point cloud for each object. Each entry has the object name as the key and a list with two elements: the path to the output .pts file and the pyvista.PolyData object.