Skip to content
Other versions

Loading…

AutoCAD configuration parameters

These parameters are used in AutoCAD integration.

Property Type Description
extension.cadviewer.autoxchange String Tailormade AutoXchange AX2017 tool. This tool is used to convert a given AutoCAD file to DWF or PDF format.
/home/openkm/tomcat-7.0.61/bin/ax2017
extension.cadviewer.linklist String Tailormade LinkList tool. This tool is used to extract text, annotations from a DXF file.
/home/openkm/tomcat-7.0.61/bin/ll2014
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-7.0.61/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.