Automate - Convert FBX to DXF using 3Ds Max via plugin/CLI using C#/python

Automate - Convert FBX to DXF using 3Ds Max via plugin/CLI using C#/python

IPrtk
Participant Participant
369 Views
1 Reply
Message 1 of 2

Automate - Convert FBX to DXF using 3Ds Max via plugin/CLI using C#/python

IPrtk
Participant
Participant

I have a FBX file dumped from an application. I want to export it into a DXF format file using the 3Ds Max programmatically via C#. Do we have any reference to convert this FBX file to DXF by executing the "Export As" plugin/executing the CLI with any parameters?

0 Likes
370 Views
1 Reply
Reply (1)
Message 2 of 2

inquestudios
Enthusiast
Enthusiast

No need fooling around with C

You can do it easily with MAXscript
something like

importFile()
exportFile()

and you are done with it.
Have a look at MAXscript reference
https://help.autodesk.com/view/MAXDEV/2023/ENU/?guid=GUID-624D3D05-B15D-4A97-9F15-DA35CDB0DDD2#impor...

0 Likes