AutoCAD configuration parameters
These parameters are used in AutoCAD integration.
Property | Type | Description |
---|---|---|
extension.cadviewer.autoxchange |
String |
Tailormade AutoXchange AX2020 tool. This tool is used to convert a given AutoCAD file to DWF or PDF format. /home/openkm/tomcat-8.5.57/bin/ax2020 |
extension.cadviewer.linklist |
String |
Tailormade LinkList tool. This tool is used to extract text, annotations from a DXF file. /home/openkm/tomcat-8.5.57/bin/linklist |
extension.cadviewer.dwglist |
String |
Configure DWGList tool. This tool is used to extract XRefs from a given DWG file. Also used in PDF conversion. /home/openkm/tomcat-8.5.57/bin/dwglist |
extension.cadviewer.sibling.xrefs |
Boolean |
When this parameter is set to true the AutoCAD files's references have to be all in the same folder. If it is set to false the AutoCAD files's references can be stored in any place in the taxomony tree. In this case, keep on mind that you should avoid document name duplication. There is an automation called CheckUniqueDocumentName which can help you to maintain this restriction. |