Graphisoft®

API Development KitVersion: 18

API_ModelElemStructureType

요소의 구조 타입을 결정합니다.

    typedef enum {
        API_BasicStructure,
        API_CompositeStructure,
        API_ProfileStructure
    } API_ModelElemStructureType;

 

멤버

API_BasicStructure
구조가 빌딩 재질 속성에 의해 정의됩니다.
API_CompositeStructure
구조가 복합 속성에 의해 정의됩니다.
API_ProfileStructure
구조가 프로파일 속성에 의해 정의됩니다.

 

설명

요소 타입의 유효한 구조 타입들은 아래 표에 있습니다:

요소 타입 기본 구조 복합 구조 프로파일 구조
API_WallID x x x
API_ColumnID, API_BeamID x x
API_SlabID, API_RoofID, API_ShellID x x

API_MeshType, API_MorphType, API_CurtainWallType은 항상 빌딩 재질을 포함하고 있습니다. 그래서 이것들은 이 구조를 갖고 있지 않습니다.

 

요구사항

버전: API 17 또는 이후
헤더: APIdefs_Elements.h