Specifies the available rendering style of the 3D artwork.

Namespace: Spire.Pdf.Annotations
Assembly: 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

MemberValueDescription
Solid0
Displays textured and lit geometric shapes. In the case of artwork that conforms to the Universal 3D File Format specification, these shapes are triangles.
SolidWireframe1
Displays textured and lit geometric shapes (triangles) with single color edges on top of them.
Transparent2
Displays textured and lit geometric shapes (triangles) with an added level of transparency.
TransparentWireframe3
Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it.
BoundingBox4
Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.
TransparentBoundingBox5
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.
TransparentBoundingBoxOutline6
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.
Wireframe7
Displays only edges in a single color.
ShadedWireframe8
Displays only edges, though interpolates their color between their two vertices and applies lighting.
HiddenWireframe9
Displays edges in a single color, though removes back-facing and obscured edges.
Vertices10
Displays only vertices in a single color.
ShadedVertices11
Displays only vertices, though uses their vertex color and applies lighting.
Illustration12
Displays silhouette edges with surfaces, removes obscured lines.
SolidOutline13
Displays silhouette edges with lit and textured surfaces, removes obscured lines.
ShadedIllustration14
Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork.

See Also