cadviewer 7.0.14 → 7.0.20
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
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## CADViewer for frameworks (ReactJS, VueJS, Angular etc.)
|
|
4
4
|
|
|
5
|
-
Install CADViewer with
|
|
6
|
-
|
|
7
|
-
```
|
|
8
|
-
npm i cadviewer
|
|
9
|
-
```
|
|
10
|
-
on all framework platforms. See specifics below for each platform on how to add auxillary files and connect with back-end CAD conversion server.
|
|
5
|
+
Install CADViewer with ***npm i cadviewer*** on all framework platforms. See specifics below for each platform on how to add auxillary files and connect with the back-end CAD conversion server.
|
|
11
6
|
|
|
12
7
|
|
|
13
8
|
***Note 1:*** For any installation issues, please refer to CADViewer [FAQ](https://cadviewer.com/cadviewertechdocs/faq)
|
|
@@ -36,7 +31,7 @@ Download the Node JS CAD Conversion server (or alternatively the PHP, .NET or Se
|
|
|
36
31
|
|
|
37
32
|
The [CADViewer](https://github.com/CADViewer/cadviewer-conversion-server) NodeJS CAD Conversion Server can be downloaded from [Github](https://github.com/CADViewer/cadviewer-conversion-server) from the repository [cadviewer-conversion-server](https://github.com/CADViewer/cadviewer-conversion-server).
|
|
38
33
|
|
|
39
|
-
You can always update the CAD Converter AutoXchange
|
|
34
|
+
You can always update the CAD Converter AutoXchange 2023 in the server structure: Go to: https://cadviewer.com/download/, register and receive email and then download from **AutoXchange 2023 Downloads**.
|
|
40
35
|
|
|
41
36
|
|
|
42
37
|
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 application encapulating CADViewer.
|
|
@@ -57,7 +52,7 @@ Read the Guide on how to **[modify hotspots](https://cadviewer.com/highlight2/ma
|
|
|
57
52
|
|
|
58
53
|
Read the general documentation on **CADViewer** is found at: https://cadviewer.com/cadviewertechdocs/.
|
|
59
54
|
|
|
60
|
-
The general documentation on **AutoXchange
|
|
55
|
+
The general documentation on **AutoXchange 2023** is found at: https://tailormade.com/ax2020techdocs/.
|
|
61
56
|
|
|
62
57
|
The CADViewer API is found at: https://cadviewer.com/cadviewerproapi/global.html.
|
|
63
58
|
|
|
@@ -67,17 +62,18 @@ The CADViewer API is found at: https://cadviewer.com/cadviewerproapi/global.html
|
|
|
67
62
|
|
|
68
63
|
1A: Install CADViewer: *npm i cadviewer*
|
|
69
64
|
|
|
70
|
-
1B:
|
|
71
|
-
|
|
72
|
-
1C: In *angular.json* , reference the cadviewer related stylesheets from /src/assets/:
|
|
65
|
+
1B: In *angular.json* , reference the cadviewer related stylesheets from ./node_modules/cadviewer:
|
|
73
66
|
|
|
74
|
-
|
|
67
|
+
"styles": [
|
|
75
68
|
"src/styles.css",
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
69
|
+
"./node_modules/cadviewer/app/css/cvjs_7.css",
|
|
70
|
+
"./node_modules/cadviewer/app/css/bootstrap.min.css",
|
|
71
|
+
"./node_modules/cadviewer/app/css/bootstrap-cadviewer.css",
|
|
72
|
+
"./node_modules/cadviewer/app/css/bootstrap-multiselect.css",
|
|
73
|
+
"./node_modules/cadviewer/app/css/jquery.qtip.min.css",
|
|
74
|
+
"./node_modules/cadviewer/app/css/font-awesome.min.css",
|
|
75
|
+
"./node_modules/cadviewer/app/css/glyphs_cvjs.css",
|
|
76
|
+
"./node_modules/cadviewer/app/css/jquery-ui-1.11.4.min.css"
|
|
81
77
|
],
|
|
82
78
|
|
|
83
79
|
As an alternative:
|
|
@@ -92,7 +88,7 @@ Download the Node JS CAD Conversion server (or alternatively the PHP, .NET or Se
|
|
|
92
88
|
|
|
93
89
|
The [CADViewer](https://github.com/CADViewer/cadviewer-conversion-server) NodeJS CAD Conversion Server can be downloaded from [Github](https://github.com/CADViewer/cadviewer-conversion-server) from the repository [cadviewer-conversion-server](https://github.com/CADViewer/cadviewer-conversion-server).
|
|
94
90
|
|
|
95
|
-
Download the CAD Converter AutoXchange
|
|
91
|
+
Download the CAD Converter AutoXchange 2023: Go to: https://cadviewer.com/download/, register and receive email and then download from **AutoXchange 2023 Downloads**.
|
|
96
92
|
|
|
97
93
|
Use the Github [cadviewer-testapp-angular-v01](https://github.com/CADViewer/cadviewer-testapp-angular-v01) as reference sample. This sample illustrates initialization and loading of CADViewer as well as illustrates the functional interface for highlight and adding interactive image content to the CAD canvas.
|
|
98
94
|
|
|
@@ -115,7 +111,7 @@ Read the Guide on how to **[modify hotspots](https://cadviewer.com/highlight2/ma
|
|
|
115
111
|
|
|
116
112
|
Read the general documentation on **CADViewer** is found at: https://cadviewer.com/cadviewertechdocs/.
|
|
117
113
|
|
|
118
|
-
The general documentation on **AutoXchange
|
|
114
|
+
The general documentation on **AutoXchange 2023** is found at: https://tailormade.com/ax2020techdocs/.
|
|
119
115
|
|
|
120
116
|
The CADViewer API is found at: https://cadviewer.com/cadviewerproapi/global.html.
|
|
121
117
|
|