
#######################
A3DMarkupDefinitionData
#######################

.. c:struct:: A3DMarkupDefinitionData

   Structure defining common data to all markup with definition. 
   
   
      4.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DMarkupDefinitionData.m_pAttach`
   * :c:member:`~A3DMarkupDefinitionData.m_eAttachType`
   * :c:member:`~A3DMarkupDefinitionData.m_dAttachAngle`
   * :c:member:`~A3DMarkupDefinitionData.m_bDisplayParallelOnScreen`
   * :c:member:`~A3DMarkupDefinitionData.m_bZoomable`
   * :c:member:`~A3DMarkupDefinitionData.m_bLeaderNotIntersectWithBox`
   
   



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

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


.. c:member:: A3DMDPosition* A3DMarkupDefinitionData.m_pAttach

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMDPosition`\ *
      
      Position of the markup. 
      



.. c:member:: A3DEMDAnchorPointType A3DMarkupDefinitionData.m_eAttachType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DEMDAnchorPointType`
      
      Attach point type. 
      
      See :c:enum:`~A3DEMDAnchorPointType` for details. 
      



.. c:member:: A3DDouble A3DMarkupDefinitionData.m_dAttachAngle

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Z angle. 
      



.. c:member:: A3DBool A3DMarkupDefinitionData.m_bDisplayParallelOnScreen

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of true specifies the markup is displayed parallel to the screen. 
      



.. c:member:: A3DBool A3DMarkupDefinitionData.m_bZoomable

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of true specifies the markup is zoomable. 
      



.. c:member:: A3DBool A3DMarkupDefinitionData.m_bLeaderNotIntersectWithBox

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of true specifies the markup leader(s) can cross the markup box. 
      




