Generating 3D-Layout (Inventor) from a 2D-Layout (AutoCAD)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Version:1.0 StartHTML:000000221 EndHTML:000004078 StartFragment:000001942 EndFragment:000004046 StartSelection:000001942 EndSelection:000004042 SourceURL:https://forums.autodesk.com/t5/forums/postpage/board-id/39
Hi,
I'm using the Factory Design Utilities 2016 and am trying to create a workflow from Autocad to Inventor (I know, the other way around would make much more sense, don't get me started...). Basically, what I want to accomplish is this: A factory layout, made in Autocad and consisting of different dynamical blocks should automatically generate a 3D-layout in Inventor. The Inventor layout should consist of models that are "configured" according to how the dynamical blocks are configured. For example, let's say a block representing a box can have a lid or no lid. In Inventor there's also a model that can have a lid or no lid (this is accomplished using parameters and iLogic) and ideally it should adapt when synced.
I've learned that FDU 2016 doesn't support associating Inventor model files to Autocad blocks (only STEP, IGES, JT, NX, SOLIDWORKS, PRO/e and CATIA models, but no Inventor models, because supporting YOUR OWN PRODUCT would make too much sense I guess.). Since STEP and/or IGES are non dynamic and we use Inventor an update to 2018 seems inevitable.
I've also heard (but I'm not 100% sure of this) that in FDU 2018, when you associate an Inventor model to a block, you loose the parameter functionality.
As a workaround I was thinking of using the parameter link in Inventor and using parameter values from an excel-file that is generated by AutoCAD. So, a block is configured in AutoCAD, the parameters and their values are somehow exported to an excel file, which is then read by Inventor to automatically configure the model in the layout.
Would this be feasable and how would I go about it?
I've already looked into the "Extract Data"-function in AutoCAD, but it seems it only exports attributes, and no parameters.
Any feedback is welcome!
Cheers