Skip to content

Instantly share code, notes, and snippets.

@NithinMahesh1
Last active July 21, 2020 19:33
Show Gist options
  • Save NithinMahesh1/8db0a08575eac5dbe98f776a85e589c8 to your computer and use it in GitHub Desktop.
Save NithinMahesh1/8db0a08575eac5dbe98f776a85e589c8 to your computer and use it in GitHub Desktop.
<ArasCadConverter>
<Application converterPath="C:\HOOPS Converter\bin\converter.exe"/>
<Command arguments="--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%'" />
</ArasCadConverter>
<ArasCadConverterPrc>
<Application converterPath="C:\HOOPS Converter\bin\converter.exe"/>
<Command arguments="--output_scs '%filepath%\%filename%.scs' --output_xml_assemblytree '%filepath%\%filename%.xml' --output_logfile '%filepath%\%filename%.log'" />
</ArasCadConverterPrc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment