API_3DCutPlanesInfo
"3D Cutting Planes..." 다이얼로그의 데이터입니다.
typedef struct {
GS::Bool8 isCutPlanes;
GS::Bool8 useCustom;
short customPen;
short customMater;
short nShapes;
API_3DCutShapeType **shapes;
Int32 filler_2[9];
} API_3DCutPlanesInfo;
멤버
- isCutPlanes
- 3D 절단면도를 켭니다.
- useCustom
- 3D Sections에서 요소들 단면의 커스텀 모서리와 표면들입니다.
- customPen
- 커스텀 펜입니다.
- customMater
- 커스텀 재질입니다.
- nShapes
- 도형들의 수입니다.
- shapes
- 절단면들의 도형들입니다.
설명
API_3DCutPlanesInfo structure는 APIEnv_Get3DCuttingPlanesID와 APIEnv_Change3DCuttingPlanesID 환경 함수가 사용합니다.
더 이상 필요하지 않으면 shapes 핸들을 폐기하는 것을 잊지 마십시오.
요구사항
- 버전: API 3.1 또는 이후
- 헤더: APIdefs_Environment.h
참고사항
API_3DCutShapeType
APIEnv_Get3DCuttingPlanesID
APIEnv_Change3DCuttingPlanesID
API 타입