Contour visibility options for shaded image mode in the 3D window.
typedef enum {
APIShadContours_Draft,
APIShadContours_Off,
APIShadContours_Best
} API_ShadingContoursID;
Members
- APIShadContours_Draft
-
- Rough contours are drawn in the shaded image
- APIShadContours_Off
-
- Contours are not visible in the shaded image
- APIShadContours_Best
-
- Fine contours are drawn in the shaded image
Remarks
The API_ShadingContoursID type is used in the API_3DWindowInfo structure.
Requirements
- Version: API 3.1 or later
- Header: APIdefs_Environment.h
See Also
APIEnv_Get3DWindowSetsID
APIEnv_Change3DWindowSetsID
API_3DWindowInfo
API Types