API_BeamPart
룸을 횡단하는 보의 단면입니다.
typedef struct { API_Guid guid; Int32 filler[2]; double tBeg; double tEnd; } API_BeamPart;
멤버
- guid
- 보의 guid입니다.
- tBeg
- 보의 시작점부터 단면의 시작 거리입니다.
- tEnd
- 보의 시작점부터 단면의 끝 거리입니다.
설명
API_BeamPart
structure는 API_RoomRelation의 멤버입니다. 다음은 이 데이터를 해석하는 방법을 보여주는 예제입니다.
API_RoomRelation nBeamPart 2 beamPart[0] index 1 tBeg 0.20 tEnd 2.00 beamPart[1] index 2 tBeg 0.30 tEnd 4.30
요구사항
- 버전: API 2.1 또는 이후
- 헤더: APIdefs_Elements.h