C3D Web Viewer API
C3D Web Viewer API is a npm package which is a part of C3D Web Vision modules. It’s a 3D client located onto some HTML element and communicated with C3D Service.
Below you can find detailed information about all functionality available with this package and also how to install and add it to your project.
Requirements
c3dservice 1.4.x - 1.7.x
Version info
If logger is set, then it shows a detail version info at the initializing.
Also there’s a function available to get version via code.
Getting version (TypeScript):
import * as c3dvision from '@c3dlabs/c3dviewer-api'
const ver: string = c3dvision.VERSION
// example: ver = '1.6.0'
Contents
- Installation
- Getting Started
- Settings
- Commands
- Processes
- Default Process
- Selection Process
- Fly Process
- Zoom By Rectangle Process
- Point Process
- Setting Plane Process
- Adding Comment Process
- Editing Section Plane Process
- Editing Section Box Process
- Adding Linear Dimension Process
- Adding Normal Line Dimension Process
- Adding Path Dimension Process
- Adding Angle Dimension Process
- Adding Radial Dimension Process
- Markup Process
- Snapping option
- PMI Geometry
- Examples
- Changelog