Out of the Box Setup

When Aras 3D Visualization is installed, the following OOTB setup is used in the ConversionServerConfig.xml file:

<AssemblyCommand dynamicEnabled="True” arguments="--sc_compute_bounding_boxes ‘All’ --input_pdf_template_file ‘C:\HOOPS Converter\templates\Blank_Template_L.pdf’ --output_pdf '%filepath%\%filename%.pdf’ --output_png '%filepath%\%filename%.png’ --output_png_resolution ‘150x150' --output_scs '%filepath%\%filename%.scs’ --output_xml_assemblytree '%filepath%\%filename%.xml’ --output_prc '%filepath%\%filename%.prc’ --background_color ‘1.0, 1.0, 1.0' --output_logfile '%filepath%\%filename%.log’” />

Note
Due to differences between the Windows and Linux file systems, it is required to use OS-specific path separators in paths. Because the Linux file system is case-sensitive, there is a significant difference between these file names: ./path/to/file.xml and ./path/to/File.xml. For more information about cross-platform development, refer to the Cross-platform development section in the Aras Innovator 31 - Programmer’s Guide.