PdfRenderMode

PdfRenderMode enumeration

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

public enum PdfRenderMode

Values

NameValueDescription
Solid0Displays textured and lit geometric shapes.
SolidWireframe1Displays textured and lit geometric shapes (triangles) with single color edges on top of them.
Transparent2Displays textured and lit geometric shapes (triangles) with an added level of transparency.
TransparentWireframe3Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it.
BoundingBox4Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.
TransparentBoundingBox5Displays bounding boxes faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.
TransparentBoundingBoxOutline6Displays 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.
Wireframe7Displays only edges in a single color.
ShadedWireframe8Displays only edges, though interpolates their color between their two vertices and applies lighting.
HiddenWireframe9Displays edges in a single color, though removes back-facing and obscured edges.
Vertices10Displays only vertices in a single color.
ShadedVertices11Displays only vertices, though uses their vertex color and applies lighting.
Illustration12Displays silhouette edges with surfaces, removes obscured lines.
SolidOutline13Displays silhouette edges with lit and textured surfaces, removes obscured lines.
ShadedIllustration14Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork.

See Also