pointcloud_to_blender

compas_blender.conversions.pointcloud_to_blender(pointcloud, radius=0.05, u=16, v=16, name=None)[source]

Convert a COMPAS pointcloud to a Blender pointcloud.

Parameters:
pointcloudlist of compas.geometry.Point

A COMPAS pointcloud.

radiusfloat, optional

The radius of the spheres.

uint, optional

Number of faces in the “u” direction.

vint, optional

Number of faces in the “v” direction.

namestr, optional

The name of the Blender object.

Returns:
bpy.types.Mesh

A Blender pointcloud mesh.