Skip to main content

I'm fairly new to IFC and the PythonCaller transformer.

I have an IFCReader and want to use PythonCaller to convert an IFC file into an Esri file geodatabase using arcpy, allowing me to upload a scene layer package. Any tips on how to get started?

 

 

What I most of the time do is read the IFC with a featurereader. 

Then with the Geometryfilter filter out the Null. 

and write the rest of the geometry it to a GDB as a multipatch. 

 

This will read perfectly in arcgis


Just another question. When I add a FeatureReader, where should I connect it to the Geometryfilter? Should it be on the Schema or should I connect all of them?: 

 


Hi I put my output ports on:

in your case you can just connect 1 port to the geometryfilter.