TrackCoordinate2D <Tracked3D>
Hierarchy
- TrackCoordinate2DData
- TrackCoordinate2D
Index
Properties
readonlycanvasPosition
Position in 2D of trackedCoordinate relative to the canvas. Canvas refers to the the HTML canvas that BimApi uses.
readonlydistance
If active camera is a perspective camera, this is the distance from the camera to the 3D coordinate For an orthographic camera, it is the height of the frustum.
readonlyid
Id of tracked 3D coordinate
readonlyposition
Position in 2D of trackedCoordinate
readonlystate
Current state. Tells whether item is detached, added, updated or deleted.
readonlytrackedCoordinate
3D coordinate we subscribed to.
readonlyvisible
Whether the 3D coordinate is visible on screen or not
Represents information on a 3D coordinate’s location on screen (2D).