# GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType" class="text-break">Model3DRenderingModeType Class
</h1>
  <div class="markdown level0 summary"><p>Defines possible values for <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DView.RenderingModeType.html#GrapeCity_Documents_Pdf_Annotations_Model3DView_RenderingModeType">RenderingModeType</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Model3DRenderingModeType</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.html">GrapeCity.Documents.Pdf.Annotations</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Pdf.dll</h6>
  <h5 id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class Model3DRenderingModeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module Model3DRenderingModeType</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_BoundingBox" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.BoundingBox">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.BoundingBox.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_BoundingBox">BoundingBox</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the bounding box edges of each node,
aligned with the axes of the local coordinate space for that node.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_HiddenWireframe" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.HiddenWireframe">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.HiddenWireframe.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_HiddenWireframe">HiddenWireframe</a>
        </td>
        <td class="markdown level1 summary"><p>Displays edges in a single colour, though removes back-facing and obscured edges.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Illustration" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Illustration">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Illustration.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Illustration">Illustration</a>
        </td>
        <td class="markdown level1 summary"><p>Displays silhouette edges with surfaces, removes obscured lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_ShadedIllustration" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.ShadedIllustration">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.ShadedIllustration.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_ShadedIllustration">ShadedIllustration</a>
        </td>
        <td class="markdown level1 summary"><p>Displays silhouette edges with lit and textured surfaces and an additional emissive
term to remove poorly lit areas of the artwork.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_ShadedVertices" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.ShadedVertices">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.ShadedVertices.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_ShadedVertices">ShadedVertices</a>
        </td>
        <td class="markdown level1 summary"><p>Displays only vertices, though uses their vertex colour and applies lighting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_ShadedWireframe" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.ShadedWireframe">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.ShadedWireframe.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_ShadedWireframe">ShadedWireframe</a>
        </td>
        <td class="markdown level1 summary"><p>Displays only edges, though interpolates their colour between their two vertices
and applies lighting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Solid" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Solid">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Solid.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Solid">Solid</a>
        </td>
        <td class="markdown level1 summary"><p>Displays textured and lit geometric shapes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_SolidOutline" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.SolidOutline">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.SolidOutline.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_SolidOutline">SolidOutline</a>
        </td>
        <td class="markdown level1 summary"><p>Displays silhouette edges with lit and textured surfaces, removes obscured lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_SolidWireframe" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.SolidWireframe">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.SolidWireframe.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_SolidWireframe">SolidWireframe</a>
        </td>
        <td class="markdown level1 summary"><p>Displays textured and lit geometric shapes with single colour edges on top of them.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Transparent" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Transparent">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Transparent.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Transparent">Transparent</a>
        </td>
        <td class="markdown level1 summary"><p>Displays textured and lit geometric shapes with an added level of transparency.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_TransparentBoundingBox" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.TransparentBoundingBox">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.TransparentBoundingBox.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_TransparentBoundingBox">TransparentBoundingBox</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_TransparentBoundingBoxOutline" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.TransparentBoundingBoxOutline">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.TransparentBoundingBoxOutline.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_TransparentBoundingBoxOutline">TransparentBoundingBoxOutline</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_TransparentWireframe" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.TransparentWireframe">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.TransparentWireframe.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_TransparentWireframe">TransparentWireframe</a>
        </td>
        <td class="markdown level1 summary"><p>Displays textured and lit geometric shapes with an added level of transparency,
with single colour opaque edges on top of it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Vertices" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Vertices">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Vertices.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Vertices">Vertices</a>
        </td>
        <td class="markdown level1 summary"><p>Displays only vertices in a single colour.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Wireframe" data-uid="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Wireframe">
          <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.Model3DRenderingModeType.Wireframe.html#GrapeCity_Documents_Pdf_Annotations_Model3DRenderingModeType_Wireframe">Wireframe</a>
        </td>
        <td class="markdown level1 summary"><p>Displays only edges in a single colour.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
