3D Visualization (3DV)

Out of the Box Setup

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

<AssemblyCommand arguments="--sc_compute_bounding_boxes ‘All’ --input_pdf_template_file ‘C:\Aras\14SP10\HOOPS Converter\Templates\Blank_Template_L.pdf’ --output_pdf '%filepath%\%filename%.pdf’ --output_png '%filepath%\%filename%.png’ --output_png_resolution ‘150x150' --output_xml_assemblytree '%filepath%\%filename%.xml’ --output_prc '%filepath%\%filename%.prc’ --background_color ‘1.0, 1.0, 1.0' --output_log file '%filepath%\%filename%'" streamingEnabled="True"/>

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.
Warning
The Streaming Viewer currently cannot be deployed in a cloud environment.

The HOOPS Server must be deployed with networked file access to a single vault containing view files for rendering.
Note
Only one Streaming Viewer can be installed on one machine at a time.