PointObject
- class compas_ghpython.scene.PointObject[source]
Bases:
GHSceneObject
,GeometryObject
Scene object for drawing points.
- Parameters:
- point
compas.geometry.Point
A COMPAS point.
- **kwargsdict, optional
Additional keyword arguments.
- point
Methods
Draw the point.
Inherited Methods
Add a child item to the scene object.
The main clearing method.