Graphisoft®

API Development KitVersion: 18

API_MEPSystemType

MEP System 속성을 의미합니다.

    typedef struct {
        API_Attr_Head     head;
        GS::Bool8         isForDuctwork;
        GS::Bool8         isForPipework;
        GS::Bool8         isForCabling;
        GS::Bool8         filler_1;
        short             contourPen;
        short             fillPen;
        short             fillBgPen;
        short             fillInd;
        short             centerLTypeInd;
        short             centerLinePen;
        short             materialInd;
        short             insulationMatInd;
        Int32             filler_2;
    } API_MEPSystemType;

 

멤버

head
MEP System의 인덱스와 이름을 지정합니다.
isForDuctwork
덕트 작업에 사용할 수 있는 MEP System입니다.
isForPipework
파이프 작업에 사용할 수 있는 MEP System입니다.
isForCabling
케이블링에 사용할 수 있는 MEP System입니다.
contourPen
외곽 펜의 인덱스입니다. [1..255]
fillPen
채우기 펜의 인덱스입니다. [1..255]
fillBgPen
배경 펜의 인덱스입니다. [0..255] 특수 0 값은 투명 배경을 의미합니다.
fillInd
채우기 패턴 속성의 인덱스입니다. (1..n, 여기서 n은 단순 채우기 속성들의 개수입니다)
centerLTypeInd
중심 라인 속성의 인덱스입니다. (1..n, 여기서 n은 단순 라인 속성들의 개수입니다)
centerLinePen
중심 라인 펜의 인덱스입니다. [1..255]
materialInd
재질 속성의 인덱스입니다. (1..n, 여기서 n은 단순 재질 속성들의 개수입니다)
insulationMatInd
단열재 재질 속성의 인덱스입니다. (1..n, 여기서 n은 단순 재질 속성들의 개수입니다)

 

설명

1개의 MEP System은 항상 존재합니다. 즉, 당신은 마지막에 남은 MEP System 속성을 제거할 수 없습니다.

API_AttributeDef structure에서 MEP System 속성들에게 할당되는 추가적인 데이터가 없습니다.

 

요구사항

버전: API 13 또는 이후
헤더: APIdefs_Attributes.h

 

참고사항

API_Attr_Head, API_Attribute,
속성 관리자, API 타입