Skip to main content
Question

IFC To GDB Conversion

  • February 7, 2018
  • 4 replies
  • 74 views

IFC to GDB data conversion

Am not able get same names shown in Revit in GDB.

Please Find attached image for this problem and help me out..

Thanks in advance.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

daveatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • February 7, 2018

Hi @chaitanya,

GDB only allows a single geometry type in a feature class. Because most other formats allow multiple geometry types in a feature type, the automated conversions will separate out the geometry types, and append the geometry type to the feature class name. So for the input feature type MyClass, you would get the output feature classes MyClass_point, MyClass_line, etc.

If you are certain that only a single geometry type will be present on the input data (and Revit input is primarily solids/surfaces), you can create a conversion workspace in FME Workbench instead of using the automated conversion. In this workspace, you can control the names of the output feature classes.

Please note that 'Column' is a reserved word in many formats, which is why the Revit reader renames it to Building Column.


lars_de_vries
Forum|alt.badge.img+10

The feature types in Revit also differ from the feature types in IFC. What you'll get with the RVZ-reader are the IFC feature types (which are standardized) and not the Revit feature types. This explaines the other difference.

I hope this helps for you.


Forum|alt.badge.img
  • June 27, 2018

Hi @DaveAtSafe

is it possible to convert GDB to IFC ? Supposed I was only given a gdb file but I need a IFC.


daveatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • June 27, 2018

Hi @DaveAtSafe

is it possible to convert GDB to IFC ? Supposed I was only given a gdb file but I need a IFC.

Hi @jkubacka,

 

Yes it is, although the workspace can be complex. Please see this example to get started. It starts with AutoCAD instead of GDB, but the basics are the same.