Extends
Members
-
_id{string}
-
The document id of this planning object on the server
-
created
-
- See:
-
- {vcs.vcm.widgets.planning.PlanningInstance.owner}
-
description{string}
-
-
name{string}
-
-
properties{Object.<*>}
-
-
status
-
The processing status of this object: initializing, converting, optimizing, ready and failed$
-
supported{boolean}
-
Whether this object is supported by the current map
-
type
-
The type of planning object either: gltf, drawing, processing, failed
-
visible{boolean}
-
Methods
-
delete(){Promise} inherited
-
delete a planning object
-
hide() inherited
-
hides a planning object
-
isPlaced(){boolean} inherited
-
indicates whether the model has a set position or not
-
load()
-
loads the processing planning object & polls the status
-
observeStatus()
-
Observes a objects status until the object fails or is ready
- Deprecated
- v3.6 use load instead
-
save(){Promise} inherited
-
Saves a planning objects new definition
-
show() inherited
-
shows a planning object
-
unload()
-
Stops polling this planning objects status
-
zoomTo() inherited
-
zooms the map to the model
virtualcityMAP 3.6