
###############################
A3DMDDimensionForeshortenedData
###############################

.. c:struct:: A3DMDDimensionForeshortenedData

   Structure that describes foreshortened data. 
   
   
      :c:func:`~A3DMDDimensionForeshortenedGet`\ , :c:struct:`~A3DMDDimensionLineData` 
       
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DMDDimensionForeshortenedData.m_bTextPosition`
   * :c:member:`~A3DMDDimensionForeshortenedData.m_bOrientation`
   * :c:member:`~A3DMDDimensionForeshortenedData.m_dAngle`
   * :c:member:`~A3DMDDimensionForeshortenedData.m_fRatio`
   * :c:member:`~A3DMDDimensionForeshortenedData.m_usPointScale`
   
   



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

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


.. c:member:: A3DBool A3DMDDimensionForeshortenedData.m_bTextPosition

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Position of the text associated to the dim line: 
      
      
      - TRUE => on the short segment
      - FALSE => on the long segment 
      



.. c:member:: A3DBool A3DMDDimensionForeshortenedData.m_bOrientation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Orientation of the text associated to the dim line: 
      
      
      - FALSE => parallel
      - TRUE => convergent 
      



.. c:member:: A3DDouble A3DMDDimensionForeshortenedData.m_dAngle

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Angle in radians. 
      



.. c:member:: A3DFloat A3DMDDimensionForeshortenedData.m_fRatio

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DFloat`
      
      Specify the ratio between the short segment and the long segment. 
      



.. c:member:: A3DUns16 A3DMDDimensionForeshortenedData.m_usPointScale

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns16`
      
      Point scale. 
      




