
###############################
A3DAsmProductOccurrenceDataCreo
###############################

.. c:struct:: A3DAsmProductOccurrenceDataCreo

   A structure specifying the product occurrence data specific to the CV5 format.
   
   
      8.2
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_dAccuracy`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_sPartName`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_iCreoMemberType`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_iCreoMemberId`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_bXprOrXas`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_bHasFamilyTable`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_bHasBooleanOperation`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_bHasFlexibleComponent`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_pDefaultExplodePosition`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_uiExplodedProductsSize`
   * :c:member:`~A3DAsmProductOccurrenceDataCreo.m_ppExplodedProducts`
   
   



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

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


.. c:member:: A3DDouble A3DAsmProductOccurrenceDataCreo.m_dAccuracy

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Accuracy value.
      



.. c:member:: A3DUTF8Char* A3DAsmProductOccurrenceDataCreo.m_sPartName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      Part name.
      



.. c:member:: A3DInt32 A3DAsmProductOccurrenceDataCreo.m_iCreoMemberType

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Creo member type.
      



.. c:member:: A3DInt32 A3DAsmProductOccurrenceDataCreo.m_iCreoMemberId

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Creo member identifier.
      



.. c:member:: A3DBool A3DAsmProductOccurrenceDataCreo.m_bXprOrXas

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Indicates XPR or XAS format.
      



.. c:member:: A3DBool A3DAsmProductOccurrenceDataCreo.m_bHasFamilyTable

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Indicates if has family table.
      



.. c:member:: A3DBool A3DAsmProductOccurrenceDataCreo.m_bHasBooleanOperation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Indicates if has boolean operation.
      



.. c:member:: A3DBool A3DAsmProductOccurrenceDataCreo.m_bHasFlexibleComponent

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Indicates if has flexible component.
      



.. c:member:: A3DMiscCartesianTransformationData* A3DAsmProductOccurrenceDataCreo.m_pDefaultExplodePosition

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DMiscCartesianTransformationData`\ \*
      
      Default position defined in the default explode for the owner product in his fathers explode state.
      



.. c:member:: A3DUns32 A3DAsmProductOccurrenceDataCreo.m_uiExplodedProductsSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of :c:member:`m_ppExplodedProducts <A3DAsmProductOccurrenceDataCreo.m_ppExplodedProducts>`\ .
      



.. c:member:: A3DAsmProductOccurrence** A3DAsmProductOccurrenceDataCreo.m_ppExplodedProducts

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DAsmProductOccurrence`\ \*\*
      
      Definition of the redefine position of sub element (target) for the Explode state of the product owner level the explosion is define by a path to access to the target and an array of transforms to apply to each level A product of this array represents an instance repositioning, his product sons array represents the path to access to the target element, and he had an array of linked items to store all new position for path member.
      




