Rendering3DStyle Enum

Represents the Rendering style of the 3D image.

public enum Rendering3DStyle
Public Enum Rendering3DStyle

Inheritance: ObjectValueTypeEnumRendering3DStyle

Fields

Rendering3DStyle.BoundingBox0Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.
Rendering3DStyle.HiddenWireframe14Displays edges in a single color, though removes back-facing and obscured edges.
Rendering3DStyle.Illustration11Displays silhouette edges with surfaces, removes obscured lines.
Rendering3DStyle.ShadedIllustration13Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork
Rendering3DStyle.ShadedVertices4Displays only vertices, though uses their vertex color and applies lighting.
Rendering3DStyle.ShadedWireframe6Displays only edges, though interpolates their color between their two vertices and applies lighting.
Rendering3DStyle.Solid7Displays textured and lit geometric shapes.
Rendering3DStyle.SolidOutline12Displays silhouette edges with lit and textured surfaces, removes obscured lines.
Rendering3DStyle.SolidWireframe9Displays textured and lit geometric shapes (triangles) with single color edges on top of them.
Rendering3DStyle.Transparent8Displays textured and lit geometric shapes (triangles) with an added level of transparency.
Rendering3DStyle.TransparentBoundingBox1Displays bounding boxes faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.
Rendering3DStyle.TransparentBoundingBoxOutline2Displays 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.
Rendering3DStyle.TransparentWireframe10Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it
Rendering3DStyle.Vertices3Displays only vertices in a single color.
Rendering3DStyle.Wireframe5Displays only edges in a single color.

Licensing Info

This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ceTe.DynamicPDF.PageElements

In this topic