PointObject

class compas_ghpython.scene.PointObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing points.

Parameters:
pointcompas.geometry.Point

A COMPAS point.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the point.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.