PointObject

class PointObject[source]

Bases: ViewerSceneObject, GeometryObject

Viewer scene object for displaying COMPAS Point geometry.

Inherited Methods

add

Add a child item to the scene object.

clear

Clear the object

draw

Draw the object from its buffers

draw_instance

Draw the object instance for picking

init

Initialize the object

make_buffer_from_data

Create buffers from point/line/face data.

make_buffers

Create all buffers from object's data

update

Update the object

update_buffer_from_data

Update existing buffers from point/line/face data.

update_buffers

Update all buffers from object's data