Retrieves the element index associated with the g3d instance index.
The g3d instance index.
The element index associated with the instance, or undefined if not found.
Retrieves the element ID associated with the specified element index.
The element index.
The element ID associated with the element index, or undefined if not found.
Retrieves all element indices of the vim.
An iterator of all element indices in the vim.
Retrieves element indices associated with the given element ID.
The element ID.
An array of element indices associated with the element ID, or undefined if no elements are associated with the ID.
Retrieves instance indices associated with the specified vim element index.
The vim element index.
An array of instance indices associated with the vim element index, or undefined if the element does not exist in the vim.
Checks if the element exists in the vim.
The element to check for existence.
True if the element exists in the vim, otherwise false.
Checks if the element has a mesh in the vim.
The element to check for mesh existence.
True if the element has a mesh in the vim, otherwise false.
Retrieves the element index associated with the g3d instance index.