TagObject
- class TagObject[source]
Bases:
ViewerSceneObject
,GeometryObject
The scene object of the viewer tag geometry. Unlike
compas_viewer.scene.TextObject
, tag object is a sprite always facing the camera.- Parameters:
- tag
compas_viewer.scene.Tag
The tag geometry.
- **kwargsdict, optional
Additional options for the
compas_viewer.scene.ViewerSceneObject
.
- tag
See also
Methods
Draw the object from its buffers
Create all buffers from object's data
Inherited Methods
Add a child item to the scene object.
Clear the object
Draw the object instance for picking
Initialize the object
Create buffers from point/line/face data.
Update the object
Update existing buffers from point/line/face data.
Update all buffers from object's data