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 (<a target=”_blank”.

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 (<a target=”_blank”.

ShadedIllustration

Displays textured and lit faces with increased emissivity and monochromatic silhouette edges (kA3DPDFRenderingShadedIllustration).

Wireframe

Displays monochromatic tessellation edges (<a target=”_blank”.

ShadedWireframe

Displays color interpolated and lit tessellation edges (kA3DPDFRenderingShadedWireframe).

HiddenWireframe

Displays monochromatic faces and tessellation edges (kA3DPDFRenderingHiddenWireframe).

Vertices

Displays monochromatic vertices (<a target=”_blank”.

ShadedVertices

Displays colored and lit vertices (kA3DPDFRenderingShadedVertices).

Public Functions

void Dispose ()
Rendering (HPS.Publish.Rendering in_that)