point_cloud# ModelPlotter.point_cloud(points: int = 10) → dict# Generate point cloud with available objects. Parameters: pointsint, optionalNumber of points to generate. The default is 10. Returns: dictDictionary 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.