
###############################
A3DMiscConstraintLinkedItemData
###############################

.. c:struct:: A3DMiscConstraintLinkedItemData

   Constraint Linked Item structure. 
   
   
      14.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DMiscConstraintLinkedItemData.m_eType`
   * :c:member:`~A3DMiscConstraintLinkedItemData.m_pTargetProductOccurrence`
   * :c:member:`~A3DMiscConstraintLinkedItemData.m_pReference`
   
   



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

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


.. c:member:: A3DEConstraintLinkType A3DMiscConstraintLinkedItemData.m_eType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DEConstraintLinkType`
      
      Type of Link. 
      



.. c:member:: A3DAsmProductOccurrence* A3DMiscConstraintLinkedItemData.m_pTargetProductOccurrence

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DAsmProductOccurrence`\ *
      
      If non-null, this member references a remote product occurrence that contains the reference. 
      



.. c:member:: A3DEntity* A3DMiscConstraintLinkedItemData.m_pReference

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DEntity`\ *
      
      Pointer on the referenced entity. 
      
      Only :c:type:`~A3DRiRepresentationItem`\ , :c:type:`~A3DAsmProductOccurrence`\ , :c:type:`~A3DMiscReferenceOnTopology`\ , :c:type:`~A3DMiscReferenceOnCsysItem` are accepted 
      




