Represents a single 3D element within a Vim model. Provides access to per-instance state, color, and bounding box.
Vim
Creates a new Element3D instance.
Element3D
The parent Vim model.
The internal instance index.
Readonly
The internal instance index within the Vim model.
The parent Vim instance this element belongs to.
Gets or sets the color override of the element.
Gets or sets the display state of the element (e.g., visible, hidden).
The unique handle of the parent Vim model.
Computes and returns the bounding box of the element. Returns undefined if the element is abstract.
A promise resolving to the element's bounding box.
Represents a single 3D element within a
Vim
model. Provides access to per-instance state, color, and bounding box.