DXF Export - Split projection view

 From:  Michael Gibson
7607.2 In reply to 7607.1 
Hi Mik, it's not possible for scripts to participate directly in the file export process, so the script would need to prepare a set of 2D projected curves all in MoI in the Top view first and then export all of that at once out to DXF format. It will probably be a fairly complex script and would take quite a bit of time to work on - if you want to attempt it you would want to look at scripting the Make2D command 4 times in sequence to generate the content. It will be fairly difficult for the script to do things like clip any overflowing content to only show the view rectangle and things like that.

- Michael