Using JT/STEP Converter
Copy
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.
Note
There is no Out of the Box Conversion Rule that will implement the JT/STEP Converter. In order to make use of this capability, custom Conversion Rules will need to be created. Please refer to Aras Innovator 31 - Example for Developing Conversion Server Tasks for guidelines.
The following steps outline the process of installing the JT/STEP Converter:
- Copy and unzip Aras 3D Visualization 39 CD Image package on the server where Conversion Server is installed.
- Go to Aras 3D Visualization 39 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:
- a. In the child
sectionGroupname="ConverterSettings”tag of theconfigSectionstag, add the following section tags with attributes: - b. In the child Converters tag of the
ConversionServertag, add the followingConvertertags with attributes: - c. In the
ConverterSettingstag, add the following tags with child tags and attributes: - Save and close ConversionServerConfig.xml file.
<configSections> <sectionGroup name="ConverterSettings"> …<section name="DpnCadConverterStepJt” type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter” /> </sectionGroup></configSections><ConversionServer> <Converters> …<Converter name="JT Step CAD Converter” type="Aras.CadConverter.StepJtCadConverter, ArasCadConverter” />
</Converters></ConversionServer><ConverterSettings> …<DpnCadConverterStepJt> <Application converterPath="C:\HOOPS Exchange\bin\win64_v142" /> </DpnCadConverterStepJt></ConverterSettings>