Comments and answers for "IFC to FileGeodatabase Multipart Feature Class" https://knowledge.亚搏在线safe.com/questions/58594/ifc-to-filegeodatabase-multipart-feature-class.html The latest comments and answers for the question "IFC to FileGeodatabase Multipart Feature Class" Comment by piercexc on piercexc's answer https://knowledge.safe.com/comments/59234/view.html @DaveAtSafe

Thanks so much I knew I was missing something small, thanks so much.Looks good now.
Tue, 05 Dec 2017 00:25:15 GMT piercexc
Comment by daveatsafe on daveatsafe's comment https://knowledge.safe.com/comments/59208/view.html Hi @piercexc,
Sorry, I should have taken a closer look at your workspace first.You are using the File Geodatabase API writer - this doesn't require ArcGIS to be installed, but it only handles point, line, polygon geometry.To write multi-patches to Geodatabase, you will need to use the File Geodatabase ArcObjects writer.This write requires ArcGIS to be installed and licensed on the same computer as FME.Since, you have ArcGIS Pro, which is 64 bit, please use the 64 bit version of FME to do the conversion.
I am attaching a Revit to ArcObjects Geodatabase sample workspace for you.I had to use a BulkAttributeRenamer to rename some the the attributes to make them ArcGIS compatible, and so was not able to use Dynamic mode on the writer.
revittogdb.zip
Mon, 04 Dec 2017 21:19:44 GMT daveatsafe
Comment by piercexc on piercexc's answer https://knowledge.safe.com/comments/59203/view.html @DaveAtSafe

Thanks for the insight, the Revit reader is pretty cool but I had no luck.I have tried a few things and it seems to be stuck with these issues where all the features are either lines or points.I have attached my workbench so far, its a bit of a mess with different tries.Any suggestions would be great.thanks

ifc-to-filegdb.fmw
Mon, 04 Dec 2017 19:50:22 GMT piercexc
Answer by daveatsafe https://knowledge.safe.com/answers/59091/view.html

Hi@piercexc,

The FME Revit reader can read IFC files as well, and its Data Views will automatically simplify the geometry and extract the property sets into GIS appropriate attributes for you.

I would recommend reading your dataset using the default Building Elements with Hierarchy view to start with.This will keep the solid geometry and discard the lines.

Fri, 01 Dec 2017 23:29:17 GMT daveatsafe
Comment by takashi on takashi's answer https://knowledge.safe.com/comments/59063/view.html Possibly destination feature class setting in the writer feature type is wrong.An IFC object class can contain multiple geometry types, but a File Geodatabase feature class can contain only a single geometry type.I therefore defined the new attribute "_feature_class" as the destination class name so that the surface geometry features would be distinguished from the line geometry features, even if they belong to the same feature type in the IFC dataset.

Fri, 01 Dec 2017 16:45:48 GMT takashi
Answer by piercexc https://knowledge.safe.com/answers/59057/view.html

Hello @takashithanks so much for this, has gotten me a bit farther along to getting this into ArcGIS pro.But I am still running into some issues I have not been able to figure it out and was wondering if you could help a bit more.I was able to split it up based on geometry type and successfully write to a FileGDB and have it draw in ArcGIS Pro but not with surfaces like yours.My layers are all lines and no surfaces like solid walls are showing correctly even though they are in the FileGDB.I have attached a workbench that I have been working on and was wondering if you could send me the one you built to create the 3D layer above?Thanks so much for your help

ifc-to-filegdb.fmw

Fri, 01 Dec 2017 16:07:48 GMT piercexc
Answer by takashi https://knowledge.safe.com/answers/58608/view.html

Hi@piercexc, IFC features have very complex structure.A feature can contain not only a solid or surface geometry but also point, line, polygon, or null (properties) and so on.It's hard to explain all here.This article would be a good start point to learn how you can translate IFC to GIS.

BIM教程

I would provide a basic example.It seems that your IFC dataset contains only solid and line geometries.If you want to simply migrate the geometries into File Geodatabase feature classes, this workflow could be a possible way.

GeometryFilter Parameters

  • 同质化集合:是的
  • Instantiate Geometry Instances: Yes

Note that this workflow ignores null and other type geometries, and also won't handle properties stored in objects, so it's not a generic way that can be applied to any scenario.It's just a starting point to learn how you can read IFC.

I was able to see the resulting dataset on ArcGIS Pro 3D mode.

However, the location and scale (units of distance) seem to be incorrect.You will have to set correct coordinate system to the dataset, if you need to display the result on a map.
Hope this helps.
Mon, 27 Nov 2017 08:36:30 GMT takashi