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 Page History

« Previous Version 9 Next »

개요


  • 사용자가 원하는 각종 형식의 데이터를 정의하는 기능입니다

    • Custom Field는 Key / Value로 구성되며 모두 사용자가 정의해야 합니다.

    • 하나의 필드는 필드 구성표에 따라 여러개의 객체에 할당 할 수 있습니다.

    • 중복된 필드 생성은 불가합니다.

실행


  • Ribbon Menu > [Base] Tab > [Data] Group > Field > Custom Field

설명


Custom Field 정의

Custom Field 정보를 정의합니다.

  • [Select Custom Field]

    • 데이터를 확인하거나 편집할 사용자 필드(Custom Field) 선택

  • [Name]

    • 사용자 필드(Custom Field)의 이름

  • [Description]

    • 사용자 필드(Custom Field)의 설명

  • [Field Configuration]

    • 사용자 필드(Custom Field)가 등록되어 있는 필드 구성표(Field Configuration)의 개수

    • 해당 필드가 필드 구성표(Field Configuration)에 적용된 개수로 자동으로 표출됩니다.

  • [Data Group]

    • 사용자 필드(Custom Field)의 데이터 그룹(Data Group) 선택

  • [Value Type]

    • 사용자 필드(Custom Field)의 유형을 선택. 제공 유형은 아래와 같습니다.

      • Text

      • List

      • Boolean

      • Integer

      • Number

      • Lenght

      • Area

      • Volume

      • Angle

      • Slope

      • URL

  • [List Option]

    • Value Type이 List인 경우의 옵션 입력

  • [Create]

    • 신규 사용자 필드(Custom Field)를 생성합니다.

  • [Modify]

    • 선택된 사용자 필드(Custom Field)를 수정합니다.

  • [Delete]

    • 선택된 사용자 필드(Custom Field)를 삭제합니다.

 상세 설명 (Value Type - IfcValue)

Field의 유형과 자동 매칭되는 IfcValue입니다.

형식

IfcValue

Text

IfcText

List

IfcLabel

Boolean

IfcBoolean

Integer

IfcInteger

Number

IfcNumber

Length

IfcLengthMeasure

Area

IfcAreaMeasure

Volume

IfcVolumeMeasure

Angle

IfcPlaneAngleMeasure

Slope

IfcRatioMeasure

URL

IfcText

  • No labels