FrameObject

class compas_ghpython.scene.FrameObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing frames.

Parameters:
framecompas.geometry.Frame

A COMPAS frame.

scalefloat, optional

The scale of the vectors representing the axes of the frame.

**kwargsdict, optional

Additional keyword arguments.

Attributes:
scalefloat

Scale factor that controls the length of the axes.

color_origincompas.colors.Color

Default is Color.black().

color_xaxiscompas.colors.Color

Default is Color.red().

color_yaxiscompas.colors.Color

Default is Color.green().

color_zaxiscompas.colors.Color

Default is Color.blue().

Methods

draw

Draw the frame.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.