Points

- class Points
A set of 3d points.
This object is a point cloud.
Constructors
__init__Value(: bool) -> None
Methods
bounding_box()Compute the object points bounding box.
compute_vertex_normals(result)Compute and return the vertex normals.
point_count()Return the number of points.
read_points()Return the points buffer.
write_points()Return the points buffer.