FrameArtist
- class compas_ghpython.artists.FrameArtist(item, **kwargs)[source]
Bases:
GHArtist
,PrimitiveArtist
Artist for drawing frames.
- Parameters
frame (
Frame
) – A COMPAS frame.scale (float, optional) – The scale of the vectors representing the axes of the frame.
**kwargs (dict, optional) – Additional keyword arguments. See
GHArtist
andPrimitiveArtist
for more info.
- Attributes
Methods
Draw the frame.
Draw the frame's axes.
Draw the frame's origin.
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.