KageDev
Member
The project I've been working on the last few months requires that a user is aware of the orientation of a part before exporting it as a dxf file. My boss wants the ability to have a universal view declared as a custom view that will always have a part in its correct orientation before running the plugin. From what I've researched, the API only supports built in views so I am currently just exporting the front view. I've tried to explain to him that the library files that Alibre provides doesn't support new custom views since library files are hard coded. Am I wrong about this? He says its a requirement and that I need to find a work around. My initial thought was that I find the extrusion plane and then find which view the extrusion plane is on. I haven't found anything in the API that relates to extrusion in this way so I'm thinking that this is something that is not currently possible. I've suggested that the user needs to make a mental note to always use the front view and extrude on that but he insists that it is possible. Wanted to check in here before I try to explain that there really isn't a solution at all. Anybody have any suggestions?