A3DDrawingViewData Struct Reference
DrawingView structure. More...
Detailed Description
DrawingView structure.
- Version
- 5.0
Field Documentation
◆ m_eType
A3DEDrawingViewType A3DDrawingViewData::m_eType |
Type of current view.

◆ m_pClipFrame
A3DDrawingClipFrame* A3DDrawingViewData::m_pClipFrame |
Clipping frame of current view. Refer to Drawing Clip Frame for more details.
◆ m_sOriginOnSheet
A3DVector2dData A3DDrawingViewData::m_sOriginOnSheet |
Origin of view in owner sheet space. Refer to Drawing View.

◆ m_sOffsetLocation
A3DVector2dData A3DDrawingViewData::m_sOffsetLocation |
Sets a new origin for the local space of the view. Refer to Drawing View.

◆ m_dScale
A3DDouble A3DDrawingViewData::m_dScale |
Set a scale to local coordinate system. Refer to Drawing View.
◆ m_dAngle
A3DDouble A3DDrawingViewData::m_dAngle |
Set a angle rotation to local coordinate system. Refer to Drawing View.
◆ m_uiSrcFilesNamesSize
A3DUns32 A3DDrawingViewData::m_uiSrcFilesNamesSize |
The size of m_ppcSrcFilesNames.
◆ m_ppcSrcFilesNames
A3DUTF8Char** A3DDrawingViewData::m_ppcSrcFilesNames |
Name of reference files.
◆ m_pLocalBlocks
A3DDrawingBlock* A3DDrawingViewData::m_pLocalBlocks |
Block on view.
◆ m_uiDrwBlocksSize
A3DUns32 A3DDrawingViewData::m_uiDrwBlocksSize |
The size of m_ppDrwBlocks.
◆ m_ppDrwBlocks
A3DDrawingBlock** A3DDrawingViewData::m_ppDrwBlocks |
Array of pointers on blocks.
◆ m_pBaseView
A3DMkpView* A3DDrawingViewData::m_pBaseView |
For future use.
◆ m_pFilter
A3DAsmFilter* A3DDrawingViewData::m_pFilter |
For future use.