Interface: HotSpotInfo
Information about a hotspot on the 3D model.
This interface provides details about an interactive point on the 3D model, including its position, dimensions, and identifying information. Hotspots can be used to highlight specific parts of the model and provide additional information or configuration options.
Properties
dimensions
dimensions:
Coordinates
The 2D screen coordinates of the hotspot.
These coordinates represent the projected position of the 3D point onto the 2D screen, which can be used for positioning UI elements like tooltips or information panels.
instanceId
instanceId:
string
The unique identifier for the instance this hotspot belongs to.
For modular products with multiple instances, this identifies which specific instance the hotspot is attached to.
meshId
meshId:
string
The ID of the mesh element this hotspot is attached to.
This identifies the specific part of the 3D model that the hotspot is connected to, which can be used to provide context-specific information or controls.