
##################
A3DDrawingViewData
##################

.. c:struct:: A3DDrawingViewData

   DrawingView structure.
   
   
      5.0
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DDrawingViewData.m_eType`
   * :c:member:`~A3DDrawingViewData.m_pClipFrame`
   * :c:member:`~A3DDrawingViewData.m_sOriginOnSheet`
   * :c:member:`~A3DDrawingViewData.m_sOffsetLocation`
   * :c:member:`~A3DDrawingViewData.m_dScale`
   * :c:member:`~A3DDrawingViewData.m_dAngle`
   * :c:member:`~A3DDrawingViewData.m_uiSrcFilesNamesSize`
   * :c:member:`~A3DDrawingViewData.m_ppcSrcFilesNames`
   * :c:member:`~A3DDrawingViewData.m_pLocalBlocks`
   * :c:member:`~A3DDrawingViewData.m_uiDrwBlocksSize`
   * :c:member:`~A3DDrawingViewData.m_ppDrwBlocks`
   * :c:member:`~A3DDrawingViewData.m_pBaseView`
   * :c:member:`~A3DDrawingViewData.m_pFilter`
   
   



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

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


.. c:member:: A3DEDrawingViewType A3DDrawingViewData.m_eType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DEDrawingViewType`
      
      Type of current view.
      
      
      



.. c:member:: A3DDrawingClipFrame* A3DDrawingViewData.m_pClipFrame

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDrawingClipFrame`\ \*
      
      Clipping frame of current view.
      
      Refer to :ref:`Drawing Clip Frame <group__a3d__drawing__clipframe>`\ for more details.
      



.. c:member:: A3DVector2dData A3DDrawingViewData.m_sOriginOnSheet

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DVector2dData`
      
      Origin of view in owner sheet space.
      
      Refer to :ref:`Drawing View <group__a3d__drawing__view>`\ .
      



.. c:member:: A3DVector2dData A3DDrawingViewData.m_sOffsetLocation

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DVector2dData`
      
      Sets a new origin for the local space of the view.
      
      Refer to :ref:`Drawing View <group__a3d__drawing__view>`\ .
      



.. c:member:: A3DDouble A3DDrawingViewData.m_dScale

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Set a scale to local coordinate system.
      
      Refer to :ref:`Drawing View <group__a3d__drawing__view>`\ .
      



.. c:member:: A3DDouble A3DDrawingViewData.m_dAngle

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Set a angle rotation to local coordinate system.
      
      Refer to :ref:`Drawing View <group__a3d__drawing__view>`\ .
      



.. c:member:: A3DUns32 A3DDrawingViewData.m_uiSrcFilesNamesSize

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



.. c:member:: A3DUTF8Char** A3DDrawingViewData.m_ppcSrcFilesNames

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*\*
      
      Name of reference files.
      



.. c:member:: A3DDrawingBlock* A3DDrawingViewData.m_pLocalBlocks

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDrawingBlock`\ \*
      
      Block on view.
      



.. c:member:: A3DUns32 A3DDrawingViewData.m_uiDrwBlocksSize

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



.. c:member:: A3DDrawingBlock** A3DDrawingViewData.m_ppDrwBlocks

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDrawingBlock`\ \*\*
      
      Array of pointers on blocks.
      



.. c:member:: A3DMkpView* A3DDrawingViewData.m_pBaseView

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMkpView`\ \*
      
      For future use.
      



.. c:member:: A3DAsmFilter* A3DDrawingViewData.m_pFilter

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DAsmFilter`\ \*
      
      For future use.
      




