Graphisoft®

API Development KitVersion: 18

API_StoryCmdID

층 설정 커맨드에 대한 액션 코드입니다.

    typedef enum {
        APIStory_GoTo,
        APIStory_Delete,
        APIStory_InsAbove,
        APIStory_InsBelow,
        APIStory_SetHeight,
        APIStory_Rename,
        APIStory_SetElevation,
        APIStory_SetDispOnSections
    } API_StoryCmdID;

 

멤버

APIStory_GoTo
활성 층을 변경합니다.
APIStory_Delete
한 층을 제거합니다.
APIStory_InsAbove
기존 층 위에 새로운 층을 삽입합니다.
APIStory_InsBelow
기존 층 아래에 새로운 층을 삽입합니다.
APIStory_SetHeight
기존 층의 높이를 변경합니다. 이렇게 하면 위에 있는 층들의 레벨이 모두 변경될 것입니다.
APIStory_Rename
기존 층의 이름을 변경합니다.
APIStory_SetElevation
기존 층의 고도를 변경합니다.
APIStory_SetDispOnSectionsFeaturing API 12
기존 층의 단면 창에서의 Story Level Lines의 가시도를 변경합니다.

 

설명

ArchiCAD의 층 구조 변경에 대한 더 자세한 것은 API_StoryCmdType structure를 참조하십시오.

 

요구사항

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

 

참고사항

API_StoryCmdType, API 타입