This file contains hidden or 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
| Innovator inn = this.getInnovator(); | |
| Item identity = inn.newItem("Identity", "get"); | |
| string owner = this.getProperty("owner", "Administrators"); | |
| identity.setProperty("keyed_name", owner); | |
| string itmType = this.getType(); | |
| Item itm = inn.newItem(itmType, "get"); | |
| itm.setPropertyItem("owned_by_id", identity); |
This file contains hidden or 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
| Innovator inn = this.getInnovator(); | |
| Item identity = inn.newItem("Identity", "get"); | |
| identity.setProperty("keyed_name", "Administrators"); | |
| Item itm = inn.newItem("Part", "get"); | |
| itm.setPropertyItem("owned_by_id", identity); | |
| return itm.apply(); |
This file contains hidden or 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
| Innovator inn = this.getInnovator(); | |
| Item identity = inn.newItem("Identity", "get"); | |
| string owner = this.getProperty("owner", "Administrators"); | |
| identity.setProperty("keyed_name", owner); | |
| Item itm = inn.newItem("Part", "get"); | |
| itm.setPropertyItem("owned_by_id", identity); | |
| return itm.apply(); |
This file contains hidden or 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
| <section name="ArasCadConverter" type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter"></section> | |
| <section name="ArasCadConverterPrc" type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter"></section> |
This file contains hidden or 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
| <Converter name="Aras CAD to PDF Converter" type="Aras.ConversionFramework.Converter.Hoops.HoopsConverter, ArasCadConverter" /> | |
| <Converter name="Aras PRC to SCS Converter" type="Aras.ConversionFramework.Converter.Hoops.HoopsConverterPrc, ArasCadConverter" /> |
This file contains hidden or 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
| <name>$(binpath)/Aras.DynamicModelConstructor.dll</name> |
This file contains hidden or 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
| <AssemblyCommand dynamicEnabled="True" arguments="--input_pdf_template_file 'C:\ ConversionServer\HOOPSConverter\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%'" /> |
This file contains hidden or 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
| <operating_parameter key="dynamic_enabler" value="dynamic_enabler|innovator" /> |
This file contains hidden or 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> |
OlderNewer