
######################
A3DRWParamsCatiaV4Data
######################

.. c:struct:: A3DRWParamsCatiaV4Data

   Reading parameters specific to CATIA V4 CAD files. 
   
   These parameters are related to CATIA V4 logical names handling (DDName). They should be used in conjunction with the Assembly options specified in :c:struct:`~A3DRWParamsAssemblyData` and :c:struct:`~A3DRWParamsSearchDirData`\ . 
   
   
      3.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRWParamsCatiaV4Data.m_pcRootDirLogicalName`
   * :c:member:`~A3DRWParamsCatiaV4Data.m_bAllowSearchInOtherLogicalNames`
   
   



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

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


.. c:member:: A3DUTF8Char* A3DRWParamsCatiaV4Data.m_pcRootDirLogicalName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Only used if :c:member:`A3DRWParamsAssemblyData::m_bUseRootDirectory <A3DRWParamsAssemblyData.m_bUseRootDirectory>` is ``TRUE``\ . 
      
      If so, the load function first searches subparts in the same directory as the head of the assembly. This member enables to define the LogicalName used to perform this root search. 
      



.. c:member:: A3DBool A3DRWParamsCatiaV4Data.m_bAllowSearchInOtherLogicalNames

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of ``TRUE`` specifies that the search can be also performed in other directories. 
      
      A value of ``FALSE`` specifies that the search should be done only in the real logical name of the file. 
      




