Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

개요

CIM의 객체를 IFC 파일

Summary


  • Export CIM object as a IFC (*.ifc)로 내보냅니다.

실행

How to Run


  • File Menu > Export > IFC

설명

Explanation


Export IFC

파일 Export3D Modeling 중립 포맷 파일인

Files

Export as a *.ifc 파일로 내보냅니다file which is a neutral 3D Modeling file.

  • Export as a IFC 4.0 버전 파일로 내보냅니다version file.

  • [Select Target]
    내보낼 객체의 범위를 선택합니다Select range of objects to export.

    • All in Current Mode : 현재 모드에 존재하는 모든 객체를 내보냅니다Export all objects in the current mode.

    • Selected Objects Only : 선택한 객체만 내보냅니다Export selected objects only.

Expand
title상세 설명 Detailed description (IFC Entity 호환compatibility)
  • Entity는 쉽게 말해 명칭이라고 할 수 있습니다An entity is simply a nomenclature.

    • 예시 : CIM의 “Beam”을 IFC의 “IfcBeam” Entity로 호환한다.

    CIM과 IFC의 Entity 호환은 아래와 같습니다
    • Example: CIM’s “Beam” is interchangeable as IFC’s “IfcBeam” entity.

  • The following table represents IFC’s equivalent of CIM’s entity.

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도 가능IfcTendon is also possible)

Void / Profile / Section Line

-

Wall

IFCWall

  • [Categorize Target]

    • None : CIM 객체의 종류를 기반으로 IFC 파일의 분류체계를 구성합니다Form a IFC file classification system based on CIM object type.

    • Structure : Structure 정보를 기반으로 IFC 파일의 분류체계를 구성합니다Form a IFC file classification system based on structure information.

  • [Geometric Representation]
    CIM의 3D 객체를 IFC 객체로 변환할 때 어떤 Geometry의 형태로 변환할지 선택합니다Select the Geometry Type for representation when converting a CIM 3D object to an IFC object.

    • Curved Member : 곡선형 멤버에 대해 변환할 Geometry Type을 설정합니다Sets the Geometry Type for a Curved Member.

      • Swept Area Solid(권장) : 평면 Profile을 곡선 선형을 따라 Sweep한 형상으로 변환합니다Recommended) : Sweeps a surface profile along a line curve to form a solid.

      • Faceted Solid : 곡면을 Tessellation 방식으로 연결된 삼각형으로 표현해 변환합니다Converts a curved surface to a triangular tessellation format.
        (Swept Area Solid가 지원 되지 않는 타 SW와 호환할 때 사용Used to interchange with softwares that do not support Swept Area Solid.)

    • Curved Face : 곡면에 대해 변환할 Geometry Type을 설정합니다Sets the Geometry Type for a Curved Face.

      • Curved Surface : IFC에서 제공하는 Converts to a Curved Surface Type으로 변환합니다Type that IFC supports.

      • Faceted Face : 곡면을 Tessellation 방식으로 연결된 삼각형으로 표현해 변환합니다Converts a curved surface to a triangular tessellation format.

    • B-Spline Path : Sets the Geometry Type for a member with B-spline path를 갖는 멤버에 대해 변환할 Geometry Type을 설정합니다path.

      • B-Spline : Converts to a B-Spline Geometry Type으로 변환합니다geometry type.

      • B-Spline with knot : Converts to a B-Spline with knot Geometry Type으로 변환합니다geometry type.

      • Poly line : Poly line Geometry Type으로 변환합니다Converts to a poly line geometry type.

    • Primitive Solid : 기초적인 솔리드 형상에 대해 변환할 Geometry Type을 설정합니다Sets Geometry Type for a primitive solid.

      • CSG 3D : 간단한 몇개의 치수로 표현 가능한 입체도형의 형태로 변환합니다Converts to a three-dimensional figure that can be represented by a few dimensions. Cylinder / Pipe / Sphere / Cone / Block이 지원됩니다Block are supported.

      • Extruded Solid(권장) : 평면 Profile을 특정 방향으로 추출한 형태로 변환합니다. 직선 멤버 표현에 적합합니다Recommended) : Converts a surface profile into an extrusion at a specified direction. This is suitable for straight line members.

      • Faceted Solid : 곡면을 Tessellation 방식으로 연결된 삼각형으로 표현해 변환합니다Converts a curved surface to a triangular tessellation format.
        (Used to interchange with softwares that do not support CSG 3D / Extruded Solid가 지원 되지 않는 타 SW와 호환할 때 사용Solid)

    • Rebar : 철근 객체에 대해 변환할 Geometry Type을 설정합니다Sets the Geometry Type of the converted Rebar object.

      • Wire Body : 철근 객체를 Curve 형태로 추출합니다Exports the Renar object as a curve. Polyline, Circle, Arc, Ellipse, Elliptic arc, Bspline이 지원됩니다Bspline are supported.

      • Swept Disk Solid(권장Recommended) : Converts to a swept shape a from Circle/Pipe Profile을 곡선 선형을 따라 Sweep한 형상으로 변환합니다.
        3차원 Path가 가능합니다Profile along a curved line. 3-Dimensional Path is supported.

      • Swept Area Solid : Swept Disk Solid : 평면 Profile을 곡선 선형을 따라 Sweep한 형상으로 변환합니다. 2차원 Path만 가능합니다(Recommended) : Converts to a swept shape from a Surface Profile along a curved line. Only 2-Dimensional Path is supported.

      • Faceted Solid : 곡면을 Tessellation 방식으로 연결된 삼각형으로 표현해 변환합니다Converts curves into triangular Tessellation.
        (Used to interchange with softwares that do not support Wire Body / Swept Disk Solid / Swept Area Solid가 지원 되지 않는 타 SW와 호환할 때 사용Solid.)

    • Tendon : Tendon 객체에 대해 변환할 Geometry Type을 설정합니다: Sets the Geometry Type of the converted Tendon object.

      • Wire Body : 텐던 객체를 Curve 형태로 추출합니다Exports the Tendon object as a curve. Polyline, Circle, Arc, Ellipse, Elliptic arc, Bspline이 지원됩니다Bspline are supported.

      • Swept Disk Solid(권장Recommended) : Converts to a swept shape from a Circle/Pipe Profile을 곡선 선형을 따라 Sweep한 형상으로 변환합니다.
        3차원 Path가 가능합니다Profile along a curved line. 3-Dimensional Path is supported.

      • Swept Area Solid : 평면 Profile을 곡선 선형을 따라 Sweep한 형상으로 변환합니다. 2차원 Path만 가능합니다Swept Disk Solid(Recommended) : Converts to a swept shape from a Surface Profile along a curved line. Only 2-Dimensional Path is supported.

      • Faceted Solid : 곡면을 Tessellation 방식으로 연결된 삼각형으로 표현해 변환합니다Converts curves into triangular Tessellation.
        (Used to interchange with softwares that do not support Wire Body / Swept Disk Solid / Swept Area Solid가 지원 되지 않는 타 SW와 호환할 때 사용Solid.)

    • Template Section : 템플릿 섹션을 사용한 객체에 대해 변환할 Geometry Type을 설정합니다Sets the Geometry Type of an object that uses a template section.

      • Parameterized Profile(권장Recommended) : IFC의 템플릿 Profile을 사용해 객체를 생성합니다Creates object using the IFC template profile.

      • Arbitrary Closed Profile : 다양한 종류의 선들Create objects using closed Profile different typles of curves (Polyline / Circle / Arc 등)로 폐합된 Profile로 객체를 생성합니다.etc.)

  • [Tessellation]
    Faceted 방식으로 Geometry 형상을 생성하는 객체들에 대해 Tessellation 삼각형의 각도를 설정합니다Sets the angle of a triangle in a Tessellation on objects created through the Faceted method.

  • [Option]

    • Export Tendon : Exports the Tendon 객체를 내보냅니다object.

    • Export Stiffener : Stiffener 객체를 내보냅니다Exports the Stiffner object.

    • Export Wire Body : Exports Wire Body를 내보냅니다Body.

    • Export Property : 객체의 속성정보를 내보냅니다Exports property information of the object.

    • Export Material : 객체의 재료정보를 내보냅니다Exports material information of the object.

    • Export Color : 객체의 색상정보를 내보냅니다Exports the color information of the object.

Expand
titleExample of Exporting a 3D PDF 파일 Export 의 예file

IFC 파일은 MIDAS의 다른 프로그램 혹은 타사의 프로그램과 호환 및 View가 가능하도록 해주는 중립 포맷 (확장자) 입니다. 다음은 midas CIM 의 모델을 IFC 파일로 Export 한 후 생성된 파일을 실행시킨 결과입니다An IFC file is a neutral file format that enables compatibility and viewing with othre MIDAS products as well as other third-party softwares. The following is an example of a result from exporting and running a midas CIM model as an IFC file.

  • midas CIM


  • IFC 파일file

참고자료

참고자료 링크

Reference Materials


  • Reference Material Links