Message 1 of 3
What is the best way to transfer or create geometry from an IFC file into a component loadable family?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
For a project of mine, I would like to read in an IFC file by myself and create or transfer the geometry contained within the IFC's prototype into a new component loadable family. The only way I got it to work so far was to internally link the IFC file through Revit (which I want to avoid) and then retrieve the geometry information from the linked Revit project. Best case scenario for me would be I read in the IFC file and can automatically create the geometry trough the revitAPI inside the component loadable family. This way I do not lose the geometry information from the IFC.
If any of you could point me to some useful resources or maybe even a code example it would be extremely useful.