Space Objects
The CADViewer Space Object Icon interface allows users to create, save and load space objects for use with applications that needs to do interactive and dynamic highlight with objects in the floorplan.
The Space Objects interacts with CADViewer API methods, so application programmers needs to implement the back-end call back methods to fully make use of the Space Objects created.
Plase see the CADViewer Tech Docs sections:
- Space Objects - API Interface & Guides
- Space Objects - Working with Blocks
- Space Objects -Modals
- CADViewer Space Objects - Solution Flow
Additionally, the Space Object interface is implemented in our GitHub repositores samples for React, Angular and VueJS, as well as in the CAFM Online Demo.
CADViewer 8 Skin
Command | Description | XML Configuration Menu File Command |
---|---|---|
Toggle Mode | cvjs_changeSpaceObjectDisplayMode | |
Draw Polygon | cvjs_addPolygonSpaceObject | |
Draw Rectangle | cvjs_addRectangleSpaceObject | |
Draw Circle | cvjs_addCircleSpaceObject | |
Copy Circle | cvjs_copyCircleSpaceObject | |
Resize | cvjs_resizeSpaceObject | |
Move | cvjs_moveSpaceObject | |
Rotate | cvjs_rotateSpaceObject | |
Delete | cvjs_deleteSpaceObject | |
Clear All Spaces | cvjs_clearSpaceObjects | |
Settings | cvjs_SettingsSpace | |
Load Drawings | cvjs_openFileLoadToServerSpace | |
Layer List | cvjs_LayerListSpace | |
Load Space Objects | cvjs_loadSpaceObjectsUser | |
Save Space Objects | cvjs_saveSpaceObjectsUser | |
Download processed SVG Drawing | cvjs_saveAsSVGOnServer |
CADViewer 6 Skin
Command | Description | Command | Description | Command | Description |
---|---|---|---|---|---|
Toggle Mode | Draw Polygon | Draw Rectangle | |||
Draw Circle | Copy Circle | Resize | |||
Move | Rotate | Delete | |||
Clear All Spaces | Settings | Load Drawings | |||
Layer List | Load Space Objects | Save Space Objects | |||
Download processed SVG Drawing |