Graphisoft®

API Development KitVersion: 18

API_LegacyPrefs

Preferences / Legacy 탭 페이지를 의미합니다.

    typedef struct {
        Int32                      filler_1;
        Int32                      coluConnPriority;
        short                      filler_2;
        short                      aboveLineType;
        short                      belowLineType;
        short                      filler_3;
        API_RoofContourDisplay     roofContourDisplay;
        GS::Bool8                  useLegacyInteriorElevations;
        char                       filler_4[3];
        Int32                      filler_5[12];
    } API_LegacyPrefs;

 

멤버

coluConnPriority
기둥 교차에 대한 우선순위 요소입니다.
aboveLineType 5.1
홈 층 위의 건설 요소들을 표시하기 위해 사용되는 라인 타입 인덱스입니다.
belowLineType 5.1
홈 층 아래 건설 요소들을 표시하기 위해 사용되는 라인 타입 인덱스입니다.
roofContourDisplay 15
지붕을 모든 보이는 외곽과 함께 (APIRoofDisplay_AllVisibleContours) 표시하거나, 예전 방식(APIRoofDisplay_OnlyTheTopSurfaceOldWay)으로 표시합니다.

API_RoofContourDisplay

APIRoofDisplay_AllVisibleContours

APIRoofDisplay_OnlyTheTopSurfaceOldWay

useLegacyInteriorElevations 18
무한 수평 범위를 가진 실내 입면을 생성할 때 레거시(legacy) 방법을 사용합니다.

 

설명

이 structure는 APIEnv_GetPreferencesID 함수로 legacy preferences 페이지를 가져올 때 사용합니다.

만약 Settings 다이얼로그 박스의 Use Symbol Linetypes 체크박스가 꺼져 있을 경우 aboveLineTypebelowLineType 파라미터들은 라이브러리 파트에서만 유효합니다. Ghost Story 요소들에게는 효과가 없습니다.

 

요구사항

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

 

참고사항

APIEnv_GetPreferencesID
API 타입