Specifies the available rendering style of the 3D artwork.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum Pdf3DRenderStyle
Public Enumeration Pdf3DRenderStyle
public enum class Pdf3DRenderStyle
type Pdf3DRenderStyle
Members
| Member | Value | Description |
|---|---|---|
| Solid | 0 |
Displays textured and lit geometric shapes. In the case of artwork
that conforms to the Universal 3D File Format specification, these
shapes are triangles.
|
| SolidWireframe | 1 |
Displays textured and lit geometric shapes (triangles) with single
color edges on top of them.
|
| Transparent | 2 |
Displays textured and lit geometric shapes (triangles) with an added
level of transparency.
|
| TransparentWireframe | 3 |
Displays textured and lit geometric shapes (triangles) with an added
level of transparency, with single color opaque edges on top of it.
|
| BoundingBox | 4 |
Displays the bounding box edges of each node, aligned with the axes
of the local coordinate space for that node.
|
| TransparentBoundingBox | 5 |
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.
|
| TransparentBoundingBoxOutline | 6 |
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.
|
| Wireframe | 7 |
Displays only edges in a single color.
|
| ShadedWireframe | 8 |
Displays only edges, though interpolates their color between their two vertices
and applies lighting.
|
| HiddenWireframe | 9 |
Displays edges in a single color, though removes back-facing and obscured edges.
|
| Vertices | 10 |
Displays only vertices in a single color.
|
| ShadedVertices | 11 |
Displays only vertices, though uses their vertex color and applies lighting.
|
| Illustration | 12 |
Displays silhouette edges with surfaces, removes obscured lines.
|
| SolidOutline | 13 |
Displays silhouette edges with lit and textured surfaces, removes obscured lines.
|
| ShadedIllustration | 14 |
Displays silhouette edges with lit and textured surfaces and an additional emissive
term to remove poorly lit areas of the artwork.
|