
########################
A3DRWParamsSearchDirData
########################

.. c:struct:: A3DRWParamsSearchDirData

   Structure to define additional directories that the load function will search in addition to the root directory. 
   
   
      3.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRWParamsSearchDirData.m_pcPhysicalPath`
   * :c:member:`~A3DRWParamsSearchDirData.m_pcLogicalName`
   * :c:member:`~A3DRWParamsSearchDirData.m_bRecursive`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DUTF8Char* A3DRWParamsSearchDirData.m_pcPhysicalPath

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Path of the additional directory. 
      



.. c:member:: A3DUTF8Char* A3DRWParamsSearchDirData.m_pcLogicalName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Only used with CATIA V4 files (see :c:struct:`~A3DRWParamsCatiaV4Data`\ ). 
      



.. c:member:: A3DBool A3DRWParamsSearchDirData.m_bRecursive

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of ``TRUE`` specifies that the load function uses recursive searching for the additional directory. 
      




