API_MeshLevel
메시(mesh)의 레벨 라인들을 정의합니다.
typedef struct { Int32 nCoords; Int32 nSubLines; } API_MeshLevel;
멤버
- nCoords
- 레벨 라인들 안에 있는 정점들의 개수입니다.
- nSubLines
- 첫 번째를 포함하는 서브 라인들의 개수입니다.
설명
이 structure는 API_ElementMemo의 meshLevelCoords
와 meshLevelEnds
필드들과 함께 사용해야 합니다.
meshLevelCoords
필드는 레벨 라인 점들의 좌표들을 정의합니다;
반면 meshLevelEnds
필드는 meshLevelCoords
배열에 있는 각 레벨 라인의 끝 점들의 인덱스들을 포함합니다.
요구사항
- 버전: API 2.1 또는 이후
- 헤더: APIdefs_Elements.h