MeshIndices#

MeshIndices#

Constructor#

MeshIndices(data[, isolated_buffer, ...])

Manages the vertex indices buffer shown in the graphic.

Properties#

MeshIndices.buffer

managed buffer

MeshIndices.value

numpy array object representing the data managed by this buffer

Methods#

MeshIndices.add_event_handler(handler)

Add an event handler.

MeshIndices.block_events(val)

Block all events from this feature

MeshIndices.clear_event_handlers()

Clear all event handlers

MeshIndices.remove_event_handler(handler)

Remove a registered event handler.

MeshIndices.set_value(graphic, value)

Sets values on entire array