CADViewer User Manual and Icon Interface Commands

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:

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 Light/Dark Skin
Command Description XML Configuration Menu File Command API Command
  Toggle Mode cvjs_changeSpaceObjectDisplayMode cvjs_changeSpaceObjectDisplayMode
  Draw Polygon cvjs_addPolygonSpaceObject cvjs_addPolygonSpaceObject
  Draw Rectangle cvjs_addRectangleSpaceObject cvjs_addRectangleSpaceObject
  Draw Circle cvjs_addCircleSpaceObject cvjs_addCircleSpaceObject
  Copy Circle cvjs_copyCircleSpaceObject cvjs_copyCircleSpaceObject
  Resize cvjs_resizeSpaceObject cvjs_resizeSpaceObject
  Move cvjs_moveSpaceObject cvjs_moveSpaceObject
  Rotate cvjs_rotateSpaceObject cvjs_rotateSpaceObject
  Delete cvjs_deleteSpaceObject cvjs_deleteSpaceObject
  Clear All Spaces cvjs_clearSpaceObjects cvjs_clearSpaceObjects
  Settings cvjs_SettingsSpace Not Mapped
  Load Drawings cvjs_openFileLoadToServerSpace cvjs_openFileLoadToServer
  Layer List cvjs_LayerListSpace cvjs_LayerList
  Load Space Objects cvjs_loadSpaceObjectsUser Not Mapped
  Save Space Objects cvjs_saveSpaceObjectsUser Not Mapped
  Download processed SVG Drawing cvjs_saveAsSVGOnServer cvjs_saveAsSVGOnServer

Last updated on 7 Sep 2026
Published on 15 Apr 2020