API_TrimTypeID
2개의 건축 요소들 간의 트림(trim) 연결 링크의 타입입니다.
    typedef enum {
        APITrim_No          = 'TRNO',
        APITrim_KeepInside  = 'TRIN',
        APITrim_KeepOutside = 'TROU',
        APITrim_KeepAll     = 'TRAL'
   } API_TrimTypeID;
    
멤버
- APITrim_No
 - 트림(trim) 연결이 없습니다.
 - APITrim_KeepInside
 - 트림된 요소의 내부 파트를 유지합니다.
 - APITrim_KeepOutside
 - 트림된 요소의 외부 파트를 유지합니다.
 - APITrim_KeepAll
 - 모든 트림된 요소를 유지합니다.
 
설명
이 열거자들은 ACAPI_Element_Trim_ElementsWith와 ACAPI_Element_Trim_GetTrimType 함수들과 함께 사용합니다.
요구사항
- 버전: API 15 또는 이후
 - 헤더: APIdefs_Elements.h
 
참고사항
ACAPI_Element_Trim_ElementsWith
    ACAPI_Element_Trim_GetTrimType
    API 타입