[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType

Model3DRenderingModeType Class

Defines possible values for RenderingModeType.

Inheritance
Model3DRenderingModeType
Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public static class Model3DRenderingModeType
Public Module Model3DRenderingModeType

Properties

Name Description
BoundingBox

Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.

HiddenWireframe

Displays edges in a single colour, though removes back-facing and obscured edges.

Illustration

Displays silhouette edges with surfaces, removes obscured lines.

ShadedIllustration

Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork.

ShadedVertices

Displays only vertices, though uses their vertex colour and applies lighting.

ShadedWireframe

Displays only edges, though interpolates their colour between their two vertices and applies lighting.

Solid

Displays textured and lit geometric shapes.

SolidOutline

Displays silhouette edges with lit and textured surfaces, removes obscured lines.

SolidWireframe

Displays textured and lit geometric shapes with single colour edges on top of them.

Transparent

Displays textured and lit geometric shapes with an added level of transparency.

TransparentBoundingBox

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

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.

TransparentWireframe

Displays textured and lit geometric shapes with an added level of transparency, with single colour opaque edges on top of it.

Vertices

Displays only vertices in a single colour.

Wireframe

Displays only edges in a single colour.