.. _group__a3d__pdf___filter_views_bit:

#####################################################
Field to indicate the options for filtering 3D views.
#####################################################

These fields are used with function :c:func:`~A3DPDFGetStreams` to define its behaviour. 


   11.1 



Index
=====

.. rubric:: Preprocessor Definitions


.. rst-class:: api-xref-list


* :c:macro:`~kA3DPDFNoFilter`
* :c:macro:`~kA3DPDFFilterPDFDefaultView`
* :c:macro:`~kA3DPDFFilterPDFViewsExceptDefault`
* :c:macro:`~kA3DPDFFilterNativeViews`
* :c:macro:`~kA3DPDFFilterSubAssemblyViews`


.. rst-class:: kind-group kind-preprocessor-definition

.. rubric:: Preprocessor Definitions
   :class: kind-group-title


.. c:macro:: kA3DPDFNoFilter

      All views, (the native views and the PDF views. 
      



.. c:macro:: kA3DPDFFilterPDFDefaultView

      The PDF default view is filtered using the kA3DGraphicsRemoved from :c:struct:`~A3DGraphicsData` structure. 
      



.. c:macro:: kA3DPDFFilterPDFViewsExceptDefault

      The PDF views are filtered using the kA3DGraphicsRemoved from :c:struct:`~A3DGraphicsData` structure, ony the default PDF is excluded. 
      



.. c:macro:: kA3DPDFFilterNativeViews

      Native views are filtered using the kA3DGraphicsRemoved from :c:struct:`~A3DGraphicsData` structure. 
      



.. c:macro:: kA3DPDFFilterSubAssemblyViews

      The PDF default views not on the root assembly are filtered using the kA3DGraphicsRemoved from :c:struct:`~A3DGraphicsData` structure. 
      




