Share
 
 

To Export an IFC File

Export an IFC file from a Civil 3D drawing.

Exporting your Civil 3D models to IFC enables you to:

Why export to IFC?

  • Share your designs with others who may be using different software.
  • Collaborate more effectively in BIM (Building Information Modeling) projects.
  • Maintain data integrity throughout the project lifecycle.

To export an IFC file

  1. Open the drawing to be saved to IFC.
  2. Click Add-ins tab IFC Infrastructure panel Export to IFC .
  3. In the Save As dialog, navigate to a destination directory.
  4. Click Save.
Common project settings are stored as custom drawing properties and saved to the IfcInfraConfiguration.json file.
Tip: View the common settings with the dwgprops command.

About IFC GUIDS

All exported objects are assigned an IFC GUID that is retained in a property set value. This GUID is used in subsequent exports allowing for consistent identification. This applies to all objects with the exception of the sub parts of corridors which are assigned new GUID's during each export.

Geographic Location Datum

The geographic location datum is specified by a priority hierarchy. The following rules define the datum for all exported geometry, prioritized from first to last.
  1. An existing Map 3D geographic location marker in the drawing.
  2. The midpoint of the surface named in the configuration file.
  3. The midpoint of the largest surface.
  4. The midpoint of the longest alignment.
  5. The midpoint of the drawing extents.

Learn more about geographical location markers.

Coordinate System

The coordinate system of a drawing exports to the IFC File. It is recommended that you use a European Petroleum Survey Group (EPSG) based coordinate system. All other coordinate systems will report a warning in the event viewer. There is an option to only support exporting coordinate systems that have EPSG equivalents.

Drawing Units

The IFC exported file will use the same units as the drawing: ether meters or feet. US survey feet are supported with the extension, but third party tools may not import the data as they are not officially supported by IFC. Learn more.

Was this information helpful?