Using JT/STEP Converter
This section describes the installation steps of an optional JT/STEP Converter. This installation requires a System Administrator to make changes on the server where Aras Conversion Server is installed.
The following steps outline the process of installing the JT/STEP Converter:
- Copy and unzip Aras 3D Visualization 35 CD Image package on the server where Conversion Server is installed.
- Go to Aras 3D Visualization 35 CD Image\Packages directory and copy the HOOPS Exchange folder.
- Paste the copied folder to a permanent location on the server. Example: C:/HOOPS Exchange
Open ConversionServerConfig.xml file for edit and add the following tags:
In the child sectionGroup name="ConverterSettings” tag of the configSections tag, add the following section tags with attributes:
<configSections><sectionGroup name="ConverterSettings">…<section name="DpnCadConverterStepJt” type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter” /></sectionGroup></configSections>In the child Converters tag of the
ConversionServertag, add the followingConvertertags with attributes:<ConversionServer><Converters>…<Converter name="JT Step CAD Converter” type="Aras.CadConverter.StepJtCadConverter, ArasCadConverter” /></Converters></ConversionServer>In the
ConverterSettingstag, add the following tags with child tags and attributes:<ConverterSettings>…<DpnCadConverterStepJt><Application converterPath="C:\HOOPS Exchange\bin\win64_v142" /></DpnCadConverterStepJt></ConverterSettings>
- Save and close ConversionServerConfig.xml file.