Hello,
I am new to MachUpX and Python. I have been exploring the examples provided. I am currently trying to create .dxf files for the traditional airplane example. I have defined the geometry of the airfoils used in the example. I was also able to generate a .stl file but when I attempt to create the .dxf files I receive the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\mb844833\\Desktop\\MachUp\\MachUpX\\examples\\Traditional\\traditional_airplane_dxf_files/traditional_airplane_main_wing_left_GC.dxf'
This is how I have been execute the .dxf file command:
my_scene.export_stl(filename = "traditional_airplane.stl")
my_scene.export_dxf(aircraft = "traditional_airplane")