Last active
July 21, 2020 19:33
-
-
Save NithinMahesh1/8db0a08575eac5dbe98f776a85e589c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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