Rendering3DStyle Enum
Represents the Rendering style of the 3D image.
public enum Rendering3DStyle
Public Enum Rendering3DStyle
Inheritance: ObjectValueTypeEnumRendering3DStyle
Fields
Rendering3DStyle.BoundingBox | 0 | Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node. |
Rendering3DStyle.HiddenWireframe | 14 | Displays edges in a single color, though removes back-facing and obscured edges. |
Rendering3DStyle.Illustration | 11 | Displays silhouette edges with surfaces, removes obscured lines. |
Rendering3DStyle.ShadedIllustration | 13 | Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork |
Rendering3DStyle.ShadedVertices | 4 | Displays only vertices, though uses their vertex color and applies lighting. |
Rendering3DStyle.ShadedWireframe | 6 | Displays only edges, though interpolates their color between their two vertices and applies lighting. |
Rendering3DStyle.Solid | 7 | Displays textured and lit geometric shapes. |
Rendering3DStyle.SolidOutline | 12 | Displays silhouette edges with lit and textured surfaces, removes obscured lines. |
Rendering3DStyle.SolidWireframe | 9 | Displays textured and lit geometric shapes (triangles) with single color edges on top of them. |
Rendering3DStyle.Transparent | 8 | Displays textured and lit geometric shapes (triangles) with an added level of transparency. |
Rendering3DStyle.TransparentBoundingBox | 1 | Displays 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.TransparentBoundingBoxOutline | 2 | Displays 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.TransparentWireframe | 10 | Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it |
Rendering3DStyle.Vertices | 3 | Displays only vertices in a single color. |
Rendering3DStyle.Wireframe | 5 | Displays 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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.