PointObject

class compas_blender.scene.PointObject[source]

Bases: BlenderSceneObject, GeometryObject

Scene object for drawing points in Blender.

Parameters:
pointcompas.geometry.Point

A COMPAS point.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the point.

Inherited Methods

add

Add a child item to the scene object.

add_object_to_collection

Add an object to a collection.

clear

The main clearing method.

clear_collection

Clear the objects in a collection.

create_collection

Create a collection with the given name.

create_object

Add an object to the Blender scene.

delete_collection

Delete a collection.

set_object_color

Set the color of a Blender object.

set_object_tranformation

Set the transformation of a Blender object.

update_object

Update an object in the Blender scene.