cadviewer 11.11.2 → 11.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
***Note 2:*** For plain-vanilla JavaScript top-level library, please use our [GitHub](https://github.com/CADViewer/cadviewer-script-library) repository [cadviewer-script-library](https://github.com/CADViewer/cadviewer-script-library).
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
***Note 3:*** Always install the back-end ***[cadviewer-conversion-server](https://github.com/CADViewer/cadviewer-conversion-server)***
|
|
26
|
+
***Note 3:*** Always install the back-end ***[cadviewer-conversion-server](https://github.com/CADViewer/cadviewer-conversion-server)*** for CAD conversion, Redlines and Space Object management. (see **5:** below)
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
#### Use Integrated Samples
|
|
30
30
|
|
|
31
31
|
To see how a CAD Canvas is set up with callback methods and initialization of CADViewer, as an alternative to **1: - 3:** above, use the following samples as a template:
|
|
32
32
|
|
|
33
|
-
**4A:** ***ReactJS*** - download the CADViewer [
|
|
33
|
+
**4A:** ***ReactJS*** - download the CADViewer ***React*** implementation samples from [Github]() repository, either using Functional Components ***[cadviewer-testapp-react-01](https://github.com/CADViewer/cadviewer-testapp-react-01)*** or using Class Components ***[cadviewer-testapp-react-02](https://github.com/CADViewer/cadviewer-testapp-react-02)***.
|
|
34
34
|
|
|
35
35
|
**4B:** ***VueJS*** - download the CADViewer [VueJS](https://github.com/CADViewer/cadviewer-testapp-vue-01) implementation sample from [Github](https://github.com/CADViewer/cadviewer-testapp-vue-v01) repository ***[cadviewer-testapp-vue-01](https://github.com/CADViewer/cadviewer-testapp-vue-01)***.
|
|
36
36
|
|
|
@@ -46,9 +46,9 @@ These samples illustrates initialization and loading of CADViewer as well as ill
|
|
|
46
46
|
|
|
47
47
|
Download the Node JS CAD Conversion server (or alternatively the PHP, .NET or Servlet Server implementations). Go to: https://cadviewer.com/download/, register and receive email and then download from **CADViewer Handler/Connector Scripts**.
|
|
48
48
|
|
|
49
|
-
***Note:*** that the preferred CAD Server with React/Vue/Angular, is the **CADViewer NodeJS CAD Conversion Server** which can be downloaded directly from the [Github](https://github.com/CADViewer/cadviewer-conversion-server) repositories ***[cadviewer-conversion-server](https://github.com/CADViewer/cadviewer-conversion-server)
|
|
49
|
+
***Note:*** that the preferred CAD Server with React/Vue/Angular, is the **CADViewer NodeJS CAD Conversion Server** which can be downloaded directly from the [Github](https://github.com/CADViewer/cadviewer-conversion-server) repositories ***[cadviewer-conversion-server](https://github.com/CADViewer/cadviewer-conversion-server)***. The server includes the latest version of the CAD Converter [AutoXchange 2026](https://cadviewer.com/autoxchangetechdocs/).
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
If needed, you can always update the back-end CAD Converter [AutoXchange 2026](https://cadviewer.com/autoxchangetechdocs/) in the server structure: Go to: https://cadviewer.com/download/, register, receive email and then download from **AutoXchange 2026 Downloads**.
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
Note that the path book-keeping is important for proper initialization, where the ***ServerBackEndUrl*** and ***ServerLocation*** is the location and Url of the CAD Server and ServerUrl is the Url of the React/VueJS/Angular application encapulating CADViewer.
|
|
@@ -67,12 +67,12 @@ The [CADViewer Front-End](https://cadviewer.com/cadviewertechdocs/frontend/) ins
|
|
|
67
67
|
### General Information
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
**LICENSE: TMS 1.0:** Use freely on localhost. Commercial use requires licensing, both using entirely or in parts. Contact
|
|
70
|
+
**LICENSE: TMS 1.0:** Use freely on localhost. Commercial use requires licensing, both using entirely or in parts. Contact the CADViewer Team at, https://cadviewer.com/contact, for more information, or use our online [SUpport Portal](https://support.cadviewer.com).
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
The general documentation on **[CADViewer](https://cadviewer.com/cadviewertechdocs/)** is found at: https://cadviewer.com/cadviewertechdocs/.
|
|
74
74
|
|
|
75
|
-
The general documentation on **[AutoXchange
|
|
75
|
+
The general documentation on **[AutoXchange 2026](https://cadviewer.com/autoxchangetechdocs/)** is found at: https://cadviewer.com/autoxchangetechdocs/.
|
|
76
76
|
|
|
77
77
|
The ***[CADViewer API](https://cadviewer.com/cadviewerproapi/global.html)*** is found at: https://cadviewer.com/cadviewerproapi/global.html.
|
|
78
78
|
|