You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-28Lines changed: 15 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ For front-end frameworks ReactJS, Angular and VueJS, use npm installer: **npm i
13
13
14
14
3: All structures for file-conversion, sample drawings, redlines, etc.
15
15
16
+
4: A number of HTML files with CADViewer samples.
17
+
16
18
17
19
## This package does not contains
18
20
@@ -22,52 +24,37 @@ With this download, the PHP handlers will work as-is, download the PHP handlers
22
24
23
25
24
26
25
-
26
-
27
-
28
27
## Documentation
29
28
30
29
-[CADViewer Techdocs and Installation Guide](https://cadviewer.com/cadviewertechdocs/download)
31
30
32
31
33
32
33
+
## How To Install CADViewer Handlers
34
34
35
+
Please refer to the general Documentation above, for the back-end handlers, there is more information on:
35
36
36
-
## How To Install CADViewer
37
37
38
-
This are the general instructions
39
-
40
-
41
-
42
-
*[Download **CADViewer**](/alldownloads/cadviewer), the CADViewer download comes with CADViewer and a base folder structure with drawings, and html sample(s).
43
-
* Modify or move the CADViewer folderstructure specific to your back-end technology and do other specifics associated with your platform.
*[Download **AutoXchange**](/alldownloads/autoxchange) (and other converters), install (unzip) AX2020 in **cadviewer/converters/ax2020/windows** or **cadviewer/converters/ax2020/linux** or in the designated folder structure.
44
+
45
+
46
+
47
+
## Updating CAD Converters
48
+
49
+
This repository should contain the latest converters, but in case you need to update any of the back-end converters please follow:
50
+
51
+
*[Download **AutoXchange**](/download/) (and other converters), install (unzip) AX2020 in **cadviewer/converters/ax2020/windows** or **cadviewer/converters/ax2020/linux** or in the designated folder structure.
51
52
* Read the sections on installing and handling [Fonts](https://tailormade.com/ax2020techdocs/installation/fonts/) in [AutoXchange 2020 TechDocs](https://tailormade.com/ax2020techdocs/) and [TroubleShooting](https://tailormade.com/ax2020techdocs/troubleshooting/).
52
-
* Download **Handlers/Connectors** specific to your back-end technology [Download Handlers](/alldownloads/handlers/) and install them as described in the [Handlers Section](https://cadviewer.com/cadviewertechdocs/handlers).
53
-
* Configure the **Handler** specific **XXXHandlerSettings.js** file in **/cadviewer/app/cv/**
0 commit comments