Challenge accepted!
We were supplied with a model created in 3DS Max. My first thought was great, I'll use the unfolding tools of Autodesk Inventor to make light work of this. This way I could build in K factors etc. But of course Inventor doesn't handle geometry created by other applications well at all. I didn't feel in the mood to remodel the complicated form from scratch in Inventor so instead I looked to Revit. Unfortunately there was some issues in the nurbs translation and the import into Revit - which I didn't discover straight away. As you may know a nurbs face can only have 3 or 4 sides. When importing into Revit the surface was being triangulated. Some of the planar faces on this bird had as much as 12 sides. Working with the designer in 3DS Max we managed to sort out a workflow that gave me the best possible base to work from. We even explored tidying up the bird directly in Revit, so we create a tool using the API that was able to automatically convert the import into native Revit Reference Lines, Points and forms. We didn't end up using it, but I'm sure it will come in handy in the future. We may even make it publicly available if we get the time to make it robust to everyone elses different scenarios.
I imported this form into the Revit Conceptual Massing environment and created a family for it. I then loaded it into a new project and used the curtain panel by face tool (using a special Aluminium system panel type that I made), selected all the faces and generated the curtain system.
Great, I now had a panelised system for all the pieces. I then manually merged some of the complicated pieces so we didn't end up with tiny little slithers to be assembled. Next step, systematically number all the panels (434) with unique marks, we didn't automate this so it was somewhat tedious.
Again we looked to the API to create a macro that automatically created an isolated 3D view for each curtain panel orientated to look perpendicular to the surface. Easy enough, but how do we no which side of the surface we are looking at. The edges of each panel needed to be bevelled at 45° so this was important. Unfortunately there seemed to be no real logic between what side revit determined the interior or exterior of the panel even though they were all part of the same system, they weren't necessarily orientated the same way. We were able to get around this through Raytracing in the API, which aided us in determining the interior and exterior face. We re-ran the macro and now we had an exterior view of every panel isolated in the model.
Next step, exporting the views:
As you may or may not know, if you export from a 3D view you get a 3D file. In this instance we needed 2D Cut files. How do you get a 3D view to export as 2D? You place it on a sheet. We configured the macro to then place all 434 views on a single sheet, then exported (DXF) the sheet and left the "Xref views on sheet" option checked so we would get separate files for each of the files. Of course we had no control over the naming of these Xref's so we then had to use a small utility to systematically rename all the files so they corresponded to their Mark.
Finally to create the nested cut files, we used another commercially available utility where you can simply enter the sheet sizes, specify the individual cut files and it automatically nests the pieces and optimises them as well as tagging them.
The last task was to generate the 3D cut files for all the structural steelwork.