API_GridMeshDirection
그리드 메시의 방향입니다.
typedef enum {
API_GridMeshLeft = 0,
API_GridMeshRight = 1,
API_GridMeshLowerRight = 2,
API_GridMeshLower = 3,
API_GridMeshLowerLeft = 4,
API_GridMeshUpperRight = 5,
API_GridMeshUpper = 6,
API_GridMeshUpperLeft = 7,
API_GridMeshDirNum = 8
} API_GridMeshDirection;
멤버
- API_GridMeshLeft
- API_GridMeshRight
- API_GridMeshLowerRight
- API_GridMeshLower
- API_GridMeshLowerLeft
- API_GridMeshUpperRight
- API_GridMeshUpper
- API_GridMeshUpperLeft
- API_GridMeshDirNum
설명
가능한 GridMesh 방향들을 정의합니다.
요구사항
- 버전: API 12.0 또는 이후
- 헤더: APIdefs_Base.h
참고사항
API_GridMeshHead, API_GridMeshVertex, API_GridMeshEdge, API_GridEdgeInfo
API_GridMeshLine, API_GridMeshPolygon, API_GridMesh
API_Interval, API_Plane3D, API_Surface3D
API 타입