Aras 3D Viewers Installation
Copy
The following steps outline the process of installing the Aras 3D Viewers:
- In the unzipped Aras 3D Visualization 39 CD Image on the local machine, go to the
\Packages\3DViewers\folder. - Copy the contents of the “Innovator” folder into the
CodeTree\Innovator\folder of the Work.git repository. - Copy the folders
Aras3DViewersandcomand from theAras 3D Visualization 39CD Image\Packages\3DViewers\Imports\folder into the AML-packages folder of your Work.git repository. - Open the imports.mf file.
- Copy the following <package> elements:
- Paste the
<package>elements into the imports.mf file of the Work.git repository. - Stage and review the changes to ensure that no customizations are overwritten.
- Commit the changes.
- Run the “continuous-integration” pipeline.
- Run the “deploy-innovator” pipeline to complete the installation.
Note
Do not copy the imports.mf file. Doing so will result in overwriting the existing imports.mf file of the Work.git repository.
<imports> <package name="aras_3dviewers” path="Aras3DViewers"> <dependson name="com.aras.innovator.ssvc” /> <dependson name="hoops_converter” /> </package> <package name="com.aras.innovator.cui_default” path=".\" /> <package name="com.aras.innovator.ssvc” path=".\" /> <package name="com.aras.innovator.viewers” path=".\" /> </imports>