Post to output obj with mtl file

Post to output obj with mtl file

johnXXA7N
Participant Participant
106 Views
2 Replies
Message 1 of 3

Post to output obj with mtl file

johnXXA7N
Participant
Participant

Thank you guys for the last bits of info, it really helped.  I have made considerable progress on it.  I am stuck on something I can’t seem to find an answer for.  I see in camplete and a couple other post processors, the ability to use the post processor as a cascading post outputting multiple files and the formats for those outputs, however those are written to output stl files.  I’m currently looking to output OBJ with mtl files to our hmi program.  If anyone could point me to a reference I would greatly appreciate it.

0 Likes
Accepted solutions (1)
107 Views
2 Replies
Replies (2)
Message 2 of 3

serge.quiblier
Autodesk
Autodesk
Accepted solution

Hi @johnXXA7N 

 

to export these data's, the post engine provides some API functions.

The description of the whole API can be found here:

https://cam.autodesk.com/posts/reference/index.html

 

If we look secifically at the tool and holder functions, we can notice these ones:

 

sergequiblier_0-1740473466966.png

 

So, we have the choice between a 2d picture exported as SVG vector graphic.

And the mesh that is saved as an STL file.

We don't have parameters, or functions to convert to other formats.

STL or SVG are the only standard options in the interaction between the post engine and Fusion.

 

You can try to find a third party tool to convert the files to OBJ.

 


______________________________________________________________

If my post answers your question, please click the "Accept Solution" button. This helps everyone find answers more quickly!

 

 

 



Serge.Q
Technical Consultant
cam.autodesk.com
0 Likes
Message 3 of 3

johnXXA7N
Participant
Participant

Thank you very much for the reply.  You saved me a bunch of looking around for an answer that doesn't exist, and i took your advice and found a CLI i can call to do it automatically.