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

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

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

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