CADViewer Visual Query Architecture
THe design of CADViewer Visual Query is based on ReactJS infrastructure implementation. The general components are:
- main CADViewer component - see /apps/components/CADViewer/CADViewer.js in your installation
- configuration of CADViewer and environment
- configuration of styles
- custom components for various type of functionality
CADViewer Structural Architectural Components
CADViewer has the following Architectural Components:
Follow the links below for detailed installation guidance and functional description of the individual components.
-
CADViewer Architectural Overview - The architectural diagrams on how the varies components links together.
-
CADViewer Structural Architectural Components Overview - main architectual overview
-
CADViewer Front-End - CADViewer class library installed with integrators front-end application in html code or framework.
-
CADViewer JavaScript API and CADViewer Callback API - The API which integrators controls and communicate with CADViewer.
-
CADViewer RESTFUL API - structured JSON for communication with the Back-end.
-
CADViewer Platform Handlers - Implementation of the CADViewer RESTFUL API on various platforms.
-
Back-end CAD Converters and CAD Extractors - Core native-code CAD command-line software, running on the Back-End.