OptionalambientEnable ambient occlusion.
OptionalantialiasingEnable anti-aliasing. Can be one of:
false - Disable anti-aliasing.true - Enable anti-aliasing using MSAA.fxaa - Enable Fast Approximate anti-aliasing (FXAA).smaa - Enable Subpixel Morphological anti-aliasing (SMAA).msaa - Enable Multisample anti-aliasing (MSAA), if the underlying WebGL context supports it.OptionalcameraEnable camera animation.
OptionalcameraCamera speed on X axis.
OptionalcameraCamera speed on Y axis.
OptionalcameraCamera projection mode:
perspective - Perspective camera with field of view.orthographic - Orthographic camera with parallel projection.OptionalcuttingCutting planes fill color.
Show the edges of the model:
false - No model edges are displayed. Usefull for less memory consumption.true - Display isolines.OptionaledgesEdges highlight color.
OptionaledgesShow highlighted edges over drawing.
OptionaledgesShow highlighted edges.
OptionalenableEnable custom highlight settings.
Enable touch gestures.
This option will be ignored when mouse wheel zooming is disabled, since gestures contains touch zoom.
OptionalenableEnable partial streaming mode to be able open large drawing.
In partial streaming mode, the viewer keeps only visible objects in memory and loads other objects when the camera changes.
Only used if streaming is enabled. If partial streaming is enabled, then scene graph will be disabled.
OptionalenableEnable streaming of drawings from the server.
If streaming is disabled, the file/assembly will be loaded in one go. The viewer will only update once the loading is complete, which may take a while.
If streaming is enabled, partial streaming mode may be enabled as well.
Enable mouse wheel zooming.
OptionalfacesFaces highlight color.
OptionalfacesShow highlighted faces over drawing.
OptionalfacesHighlighted faces transparency value, from 0 to 255.
OptionalgeometryDeprecated since 25.8.
OptionalgroundShow ground shadows below the model.
OptionalmemoryThe size of the memory buffer for graphics data, in bytes.
OptionalresetResets options to default values.
Optionalfields: string[]Name of fields to be reset.
Reverse the mouse wheel direction for zooming:
false - Moving the wheel up zooms in, moving down zooms out.true - Moving the wheel up zooms out, moving down zooms in.Ruler unit.
Available values: Default, Millimeters, Centimeters, Meters, Feet, Inches, Yards, Kilometers, Miles, Micrometers, MicroInches
Enable scene graph.
Scene graph increases perfomance improvement, but consumes memory. If scene graph is enabled, then partial streaming mode will be disabled.
OptionalshadowsEnable ambient shadows.
OptionalshowShow the world coordinate system axes in the bottom-left corner of the viewer.
Viewer options interface.