PdfRenderMode enumeration

PdfRenderMode enumeration

Render mode specifies the style in which the 3D artwork is rendered.

The PdfRenderMode type exposes the following members:

Fields

FieldDescription
SOLIDDisplays textured and lit geometric shapes.
SOLID_WIREFRAMEDisplays textured and lit geometric shapes (triangles) with single color edges on top of them.
TRANSPARENTDisplays textured and lit geometric shapes (triangles) with an added level of transparency.
TRANSPARENT_WIREFRAMEDisplays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it.
BOUNDING_BOXDisplays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.
TRANSPARENT_BOUNDING_BOXDisplays bounding boxes faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.
TRANSPARENT_BOUNDING_BOX_OUTLINEDisplays bounding boxes edges and faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.
WIREFRAMEDisplays only edges in a single color.
SHADED_WIREFRAMEDisplays only edges, though interpolates their color between their two vertices and applies lighting.
HIDDEN_WIREFRAMEDisplays edges in a single color, though removes back-facing and obscured edges.
VERTICESDisplays only vertices in a single color.
SHADED_VERTICESDisplays only vertices, though uses their vertex color and applies lighting.
ILLUSTRATIONDisplays silhouette edges with surfaces, removes obscured lines.
SOLID_OUTLINEDisplays silhouette edges with lit and textured surfaces, removes obscured lines.
SHADED_ILLUSTRATIONDisplays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork.

See Also