Graphisoft®

API Development KitVersion: 18

API_StoryType

1개 층의 파라미터들입니다.

    typedef struct {
        short         index;
        short         floorId;
        GS::Bool8     notMine;
        GS::Bool8     dispOnSections;
        short         filler_1;
        double        level;
        char          name [API_NameLen];
        Int32         filler_2[4];
    } API_StoryType;

 

멤버

index
층 인덱스입니다.
floorId
층의 유일 ID입니다.
notMine
이 층은 다른 클라이언트에게 속해 있습니다; 팀 프로젝트의 경우입니다.
dispOnSections 17
___
level
층 레벨입니다.
name[API_NameLen]
층의 명칭입니다.

 

설명

ArchiCAD의 "Story Settings..." 다이얼로그에서 설정할 수 있는 각 파라미터는 이 structure에서 표현됩니다. 층 높이는 인접한 층들을 기반으로 계산되어야 합니다.

더 자세한 것은 API_StoryInfo structure를 참고하십시오.

 

요구사항

버전: API 2.1 또는 이후
헤더: APIdefs_Environment.h

 

참고사항

API_StoryInfo, API 타입