LineObject
- class compas_blender.scene.LineObject[source]
Bases:
BlenderSceneObject
,GeometryObject
Scene object for drawing lines in Blender.
- Parameters:
- line
compas.geometry.Line
A COMPAS line.
- **kwargsdict, optional
Additional keyword arguments. For more info, see
compas_blender.scene.BlenderSceneObject
andcompas.scene.GeometryObject
.
- line
Methods
Draw the line.
Inherited Methods
Add a child item to the scene object.
Add an object to a collection.
The main clearing method.
Clear the objects in a collection.
Create a collection with the given name.
Add an object to the Blender scene.
Delete a collection.
Set the color of a Blender object.
Set the transformation of a Blender object.
Update an object in the Blender scene.