
####################
A3DCompareOutputData
####################

.. c:struct:: A3DCompareOutputData

   :c:struct:`~A3DCompareOutputData` structure that contains result data of :c:func:`~A3DCompareFaces` or :c:func:`~A3DCompareFacesInBrepModels`\ . 
   
   
      7.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DCompareOutputData.m_uiOldFaceSize`
   * :c:member:`~A3DCompareOutputData.m_pOldFace`
   * :c:member:`~A3DCompareOutputData.m_pOldFaceMatch`
   * :c:member:`~A3DCompareOutputData.m_uiNewFaceSize`
   * :c:member:`~A3DCompareOutputData.m_pNewFace`
   * :c:member:`~A3DCompareOutputData.m_pNewFaceMatch`
   * :c:member:`~A3DCompareOutputData.m_pResultRiSet`
   * :c:member:`~A3DCompareOutputData.m_pResultAsmModeFile`
   
   



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

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


.. c:member:: A3DUns32 A3DCompareOutputData.m_uiOldFaceSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of :c:member:`m_pOldFace <A3DCompareOutputData.m_pOldFace>` and :c:member:`m_pOldFaceMatch <A3DCompareOutputData.m_pOldFaceMatch>`\ . 
      



.. c:member:: A3DTopoFace** A3DCompareOutputData.m_pOldFace

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DTopoFace`\ **
      
      Array of old faces. 
      



.. c:member:: A3DBool* A3DCompareOutputData.m_pOldFaceMatch

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`\ *
      
      Array of old status: true means every point of this face matches a face of the other group. 
      



.. c:member:: A3DUns32 A3DCompareOutputData.m_uiNewFaceSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of :c:member:`m_pNewFace <A3DCompareOutputData.m_pNewFace>` and :c:member:`m_pNewFaceMatch <A3DCompareOutputData.m_pNewFaceMatch>`\ . 
      



.. c:member:: A3DTopoFace** A3DCompareOutputData.m_pNewFace

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DTopoFace`\ **
      
      Array of new faces. 
      



.. c:member:: A3DBool* A3DCompareOutputData.m_pNewFaceMatch

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`\ *
      
      Array of new status: true means every point of this face matches a face of the other group. 
      



.. c:member:: A3DRiSet* A3DCompareOutputData.m_pResultRiSet

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DRiSet`\ *
      
      RiSet containing the resulting data: faces with different colors according to their status. 
      
      and also faceted data that represents subparts of the original faces to better understand what's different between the two groups. 
      



.. c:member:: A3DAsmModelFile* A3DCompareOutputData.m_pResultAsmModeFile

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DAsmModelFile`\ *
      
      An :c:type:`~A3DAsmModelFile` that contains the previous RiSet. 
      
      The user can directly export it to PRC for example 
      




