HPS.Publish.Rendering
- class HPS.Publish.Rendering : public IDisposable
The Publish.Rendering class is a concept class for rendering-related enumerations.
Public Types
- enum Mode
Enumerates the rendering modes for ViewKit and AnnotationKit objects.
Values:
- Solid
Displays textured and lit faces (kA3DPDFRenderingSolid).
- SolidWireframe
Displays textured and lit faces and monochromatic tessellation edges (kA3DPDFRenderingSolidWireframe).
- SolidOutline
Displays textured and lit faces and monochromatic silhouette edges (kA3DPDFRenderingSolidOutline).
- BoundingBox
Displays monochromatic edges of bounding boxes for each node (kA3DPDFRenderingBoundingBox).
- Transparent
Displays textured and lit transparent faces (kA3DPDFRenderingTransparent).
- TransparentWireframe
Displays textured and lit transparent faces and monochromatic tessellation edges (kA3DPDFRenderingTransparentWireframe).
- TransparentBoundingBox
Displays monochromatic transparent faces of bounding boxes for each node (kA3DPDFRenderingTransparentBoundingBox).
- TransparentBoundingBoxOutline
Displays monochromatic edges and transparent faces of bounding boxes for each node (kA3DPDFRenderingTransparentBoundingBoxOutline).
- Illustration
Displays monochromatic unlit faces and silhouette edges (kA3DPDFRenderingIllustration).
- ShadedIllustration
Displays textured and lit faces with increased emissivity and monochromatic silhouette edges (kA3DPDFRenderingShadedIllustration).
- Wireframe
Displays monochromatic tessellation edges (kA3DPDFRenderingWireframe).
- ShadedWireframe
Displays color interpolated and lit tessellation edges (kA3DPDFRenderingShadedWireframe).
- HiddenWireframe
Displays monochromatic faces and tessellation edges (kA3DPDFRenderingHiddenWireframe).
- Vertices
Displays monochromatic vertices (kA3DPDFRenderingVertices).
- ShadedVertices
Displays colored and lit vertices (kA3DPDFRenderingShadedVertices).