Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi Everybody!
I have a small Assembly with an Assembly Cut that modifies one of the sub parts.
Is there any way to export the cutted part to STL?
Currently, I only know how to export the base part to STL with Jlink, but would really like STL from the assembly context
Is it possible manually in Proe or with Jlink?
Thanks,
\Bjarne
Hi all,
Bjarne,
ProIntfSlicefileExport ( check spelling) called on part model while an assembly containing a cut feature is in session will output stl file of a part as with the void created by the cut regardless of the cut feature settings to 'Top Level' or 'Part Level'. The program flow should be :
- retrieve and assembly
- collect ProAsmcomppath of part components if you need components at the assembly locations or collect ProMdl of part components if the location is irrelevant.
- calculate transformation matrixes if locations are needed
- call ProIntfSliefileExport for each collected ProMdl.
HIH.
Feliks.
In Reply to Bjarne Mortensen:
Hi Everybody!
I have a small Assembly with an Assembly Cut that modifies one of the sub parts.
Is there any way to export the cutted part to STL?Currently, I only know how to export the base part to STL with Jlink, but would really like STL from the assembly context
Is it possible manually in Proe or with Jlink?
Thanks,
\Bjarne