Expects an object that describes the settings for VR session. 'showVRButton' defines whether to show the VR button or not. 'userHeight' defines how far your headset will be above the floor in the model units. If not set then the 'local-floor' type of reference space will be used. 'startPoint' is the starting point of the reference space in the world. If not set then the scene camera position will be used.
Internal Use Only.
Flags : Cached, External, Update (Note this is uncached)
Expression : R.UI.makeGeomViewer(Object.assign({}, this.spec, this.customSpec))
The color of the border lines
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "black"
The thickness of the border lines
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : 1
Internal Use Only
Flags : Cached (Note this is uncached)
Expression : "GeometryViewer"
The name of the initial scene being viewed.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "model"
The view cube face names. If you want to override the default names use this object: { up: 'u', down: 'd', left: 'l', right: 'r', front: 'f', back: 'b' }.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : {}
One of 'full', 'auto', 'half', '2x', '3x', or '5x'. The relative height of the control.
Flags : Cached, Parameter (Note this is uncached)
Expression : "fill"
One of 'pan', 'orbit', 'zoom', 'drag'.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "orbit" //pan, zoom, drag
The current offset control settings.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : { title: 'Offset', labelX: 'X:', labelY: 'Y:', labelZ: 'Z:', hideUI: false }
One of 'single', 'multiple', 'multipleNoCtrlKey'.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "single"
The current set of selected items.
Flags : Cached, Spec (Note this is uncached)
Expression : []
The parent of the selectionSet binding rule.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : this
The name of the selectionSet binding rule.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "selectionSet"
The data type of items in the 'selectionSet'. Default is 'refchain'. One of 'refchain': string, 'metadata': {refchain: string, oneOfMultiple?: boolean, patternInstanceId?: number}.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "refchain"
Whether to show a border rectangle around the viewer.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
Whether to show the Export options button.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Internal Use Only
Flags : Cached, Spec (Note this is uncached)
Expression : R.THREE.packShowFlags({border: this.showBorder, viewcube: this.showViewCube, exportbutton: this.showExportButton, jpgbutton: this.showJpgButton, pdfbutton: this.showPdfButton, objbutton: this.showObjButton, glbbutton: this.showGlbButton, gltfbutton: this.showGltfButton, toolbar: this.showToolbar, scenedropdown: this.showSceneDropdown})
Whether to show the export GLB button.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Whether to show the export GLTF button.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Whether to show the export JPG button.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Whether to show the export OBJ button.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Whether to show the export PDF button.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Whether to show the scene dropdown control.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Whether to show the toolbar.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
Whether to show the view cube.
Flags : Cached, Parameter (Note this is uncached)
Expression : true
The current snap settings
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : {size: 1.0, color: "yellow", highlightColor: "green", transparency: 0.5, visibleDistance: 5.0, snapDistance: 0.1 }
The width of the control. One of 'auto', 'fill', 'full', or exact values in percents ('10%') or pixels ('150px').
Flags : Cached, Parameter (Note this is uncached)
Expression : "fill"
UIGeometryViewer (d.1.0)
Mixins: UIControlMixin, UIContainerMixin
A rectangular window showing scene geometry.