API_RoofSegmentData
별도로 조정할 수 있는 지붕 세그먼트의 다양한 프로퍼티/파라미터들을 설명합니다. 이 structure는 API_PivotPolyEdgeData에서 사용합니다.
typedef struct { double angle; API_LocalCoordsData lcoo; short topMaterial; short bottomMaterial; short coverFillType; double eavesOverhang; API_PolyRoofSegmentAngleTypeID angleType; } API_RoofSegmentData;
멤버
- angle
- 세그먼트의 면과 XY 평면과의 각도입니다.
- lcoo
- 텍스쳐 로컬 좌표 데이터입니다. (API_LocalCoordsData를 보십시오)
- topMaterial
- 지붕 세그먼트의 위 재질입니다.
- bottomMaterial
- 지붕 세그먼트의 바닥 재질입니다.
- coverFillType
- 위 표면의 채우기 타입입니다.
- eavesOverhang
- 피봇 폴리곤 밖으로의 처마의 확장입니다.
- angleType
- 세그먼트의 타입입니다. (API_PolyRoofSegmentAngleTypeID를 보십시오)
설명
메모에서 어떤 요소 타입이 어떤 정보를 필요/제공하는지 알기 위해서는 ACAPI_Element_GetMemo를 보십시오.
요구사항
- 버전: API 15 또는 이후
- 헤더: APIdefs_Elements.h
참고사항
API_RoofType, API_PolyRoofData
API_PivotPolyEdgeData, API_LocalCoordsData
API_PolyRoofSegmentAngleTypeID
ACAPI_Element_GetMemo, API_ElementMemo
요소 관리자, API 타입