Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Overview of Functions

This function converts 3D CAD models in midasCIM to IFC format (*.ifc).

midasCIM supports IFC4 version (B-Surface, Tendon, etc.)

Details of Functions

Export Tab

CIM-IFC Compatibility Basics

CIM Entity

IFC Entity

Beam

IfcBeam

Bolt / Anchorage / Feature

IfcBuildingElementProxy

Brace

IfcBeam

Column

IfcColumn

General Member

Various

Layout Path / Elastic Link

IfcBuildingElementProxy

Rebar

IfcReinforcingBar

Slab

IfcSlab

Solid Member

Various

Stiffener

IfcBuildingElementProxy

Tendon

IfcReinforcingBar (IfcTendon is available)

Void / Profile / Section Line

-

Wall

IFCWall

Geometry type

When converting 3D CAD objects in midasCIM to IFC, you can choose which type of geometry to convert.

  • Curved member: Sets the geometry type to convert for curved members.

    - Swept Area Solid: Converts planar profile to Swept shape along the curved line (recommended).

    - Faceted Solid: Converts curved surfaces in the form of triangles connected by Tessellation method.

    (Used when compatible with other software that does not support Swept Area Solid)

  • Rebar : Sets the geometry type that rebar objects are to be converted into.

    - Wire Body: Extracts rebar objects in the form of curves. Polyline, Circle, Arc, Ellipse, Elliptic arc, and Bspline are supported.

    - Swept Disk Solid: Converts a circle or pipe Profile into a swept shape along a curved line. Capable of a three-dimensional path. (recommended).

    - Swept Area Solid: Converts a planar profile to a swept shape along a curved line. Capable of only a two-dimensional path.

    - Faceted Solid: Converts curved surfaces in the form of triangles connected by Tessellation method.

    (Used when compatible with other software that does not support Wire Body / Swept Disk Solid / Swept Area Solid)

  • Tendon: Sets the geometry type to convert tendon objects.

    - Wire Body: Extracts tendon objects in the form of a curve. Polyline, Circle, Arc, Ellipse, Elliptic arc, and Bspline are supported.

    - Swept Disk Solid: Converts a circle or pipe profile into a swept shape along a curved line. Capable of three-dimensional paths. (recommended).

    - Swept Area Solid: Converts a planar profile to a swept shape along a curved line. Capable of only two-dimensional paths.

    - Faceted Solid: Converts curved surfaces in the form of triangles connected by Tessellation method.

    (Used when compatible with other software that does not support Wire Body / Swept Disk Solid / Swept Area Solid)

  • Primitive Solid: Sets the geometry type to convert basic solid geometry.

    - CSG 3D: Converts into a solid shape that can be represented with several simple dimensions. Cylinder / Pipe / Sphere / Cone / Block are supported.

    - Extruded Solid: Converts a planar profile to a shape extracted in a specific direction. Suitable for representing straight members. (recommended)

    - Faceted Solid: Converts curved surfaces in the form of triangles connected by Tessellation method.

    (Used when compatible with other software that does not support CSG 3D / Extruded Solid)

  • Template Section: Sets the geometry type to convert an object that has used the template section.

    - Parameterized Profile: Creates an object using IFC's template profile. (recommended)

    - Arbitrary Closed Profile: Creates an object in a profile that is closed with various types of lines (Polyline / Circle / Arc, etc.).

  • No labels