FrameArtist
- class compas_blender.artists.FrameArtist(item, **kwargs)[source]
Bases:
BlenderArtist
,PrimitiveArtist
Artist for drawing frames in Blender.
- Parameters
frame (
Frame
) – A COMPAS frame.collection (str | bpy.types.Collection) – The Blender scene collection the object(s) created by this artist belong to.
scale (float, optional) – Scale factor that controls the length of the axes.
**kwargs (dict, optional) – Additional keyword arguments. For more info, see
BlenderArtist
andPrimitiveArtist
.
- Attributes
scale (float) – Scale factor that controls the length of the axes. Default is
1.0
.color_origin (
Color
) – Color for the point at the frame origin. Default isColor.black()
.color_xaxis (
Color
) – Default isColor.red()
.color_yaxis (
Color
) – Default isColor.green()
.color_zaxis (
Color
) – Default isColor.blue()
.
Methods
Draw the frame.
Draw the axes of the frame.
Draw the origin of the frame.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear all objects from the view.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.