Constructs a new instance of a Vim object with the provided parameters.
The Vim header, if available.
The Vim document.
The G3d object, if available.
The scene containing the vim's geometry.
The settings used to open this vim.
The element mapping.
The subset builder for constructing subsets of the Vim object.
The source of the Vim object.
The format of the Vim object.
Readonly
bimThe interface to access bim data related to this vim if available.
Readonly
formatIndicates whether the vim was opened from a vim or vimx file.
Readonly
g3dThe raw g3d geometry scene definition.
Readonly
headerThe header for this vim.
Readonly
mapThe mapping from Bim to Geometry for this vim.
Readonly
sceneMostly Internal - The scene in which the vim geometry is added.
Readonly
settingsThe settings used when this vim was opened.
Readonly
sourceIndicates the url this vim came from if applicable.
Indicates whether there are subsets currently being loaded.
True if subsets are being loaded; otherwise, false.
Getter for accessing the signal dispatched when the object is disposed.
The signal for disposal events.
Getter for accessing the event dispatched whenever a subset begins or finishes loading.
The event dispatcher for loading updates.
Asynchronously loads geometry based on a specified filter mode and criteria.
The mode of filtering to apply.
The filter criteria.
Optional
settings: Partial<LoadSettings>Optional settings for the loading process.
Asynchronously loads geometry for the specified subset according to the provided settings.
The subset to load resources for.
Optional
settings: Partial<LoadSettings>Optional settings for the loading process.
Represents a container for the built three.js meshes and the vim data from which they were constructed. Facilitates high-level scene manipulation by providing access to objects.