CylinderObject

class compas_blender.scene.CylinderObject[source]

Bases: BlenderSceneObject, GeometryObject

Scene object for drawing cylinder shapes in Blender.

Parameters:
cylindercompas.geometry.Cylinder

A COMPAS cylinder.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the cylinder associated with the scene object.

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.