PointcloudObject.draw

PointcloudObject.draw(color=None, collection=None, radius=0.01, u=16, v=16)[source]

Draw the pointcloud.

Parameters:
colortuple[float, float, float] | tuple[int, int, int] | compas.colors.Color, optional

Color of the point object.

collectionstr, optional

The name of the Blender scene collection containing the created object(s).

radiusfloat, optional

The radius of the spheres representing the vertices.

uint, optional

Number of faces in the “u” direction of the spheres representing the vertices.

vint, optional

Number of faces in the “v” direction of the spheres representing the vertices.

Returns:
list[bpy.types.Object]

The objects created in Blender.