Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi,
I've duplicate "shrinkwrap_facet_export.ttd", for create "shrinkwrap_merge_export.ttd"
I modified this file with "notepad"
The batch files is good, but I don't know how to add the function "gabarit par défaut" in french
I think it's the function "datum_refs", but I don't know what put.
<TTD version="1.0" created_by="PTC">
<DESCRIPTION>SHRINKWRAP Merged Solid Export</DESCRIPTION>
<DETAILS>Export Pro/ENGINEER Parts (.prt) and Assemblies (.asm) to Shrinkwraps Merged Solid format</DETAILS>
<SERVICE name="dbatchs"/>
<TKFUNC func="ProSolidShrinkwrapCreate">
<TEMPLATE_OBJECT></TEMPLATE_OBJECT>
<creationmethod enum="PRO_SWCREATE_MERGED_SOLID"/>
<quality>7</quality>
<auto_hole_filling>false</auto_hole_filling>
<ignore_skeletons>false</ignore_skeletons>
<ignore_quilts>false</ignore_quilts>
<ignore_small_surfs percentage="10.0">false</ignore_small_surfs>
<assign_mass_props>false</assign_mass_props>
<assign_datum_refs> ??? </assign_datum_refs>
</TKFUNC>
</TTD>
Thanks
Antoine
Maybe use <TEMPLATE_OBJECT></TEMPLATE_OBJECT> ?