A3DDrawingViewData

Fields

A3DEDrawingViewType

m_eType

A3DDrawingClipFrame *

m_pClipFrame

A3DVector2dData

m_sOriginOnSheet

A3DVector2dData

m_sOffsetLocation

A3DDouble

m_dScale

A3DDouble

m_dAngle

A3DUns32

m_uiSrcFilesNamesSize

A3DUTF8Char **

m_ppcSrcFilesNames

A3DDrawingBlock *

m_pLocalBlocks

A3DUns32

m_uiDrwBlocksSize

A3DDrawingBlock **

m_ppDrwBlocks

A3DMkpView *

m_pBaseView

A3DAsmFilter *

m_pFilter

Detailed Description

struct A3DDrawingViewData

DrawingView structure.

Version

5.0

Public Members

A3DEDrawingViewType m_eType

Type of current view.../_images/drawing_view.png

A3DDrawingClipFrame *m_pClipFrame

Clipping frame of current view. Refer to Drawing Clip Frame for more details.

A3DVector2dData m_sOriginOnSheet

Origin of view in owner sheet space. Refer to a3d_drawing_view. html drawing_sheet_refpoint.png

A3DVector2dData m_sOffsetLocation

Sets a new origin for the local space of the view. Refer to a3d_drawing_view. html drawing_view_offset.png

A3DDouble m_dScale

Set a scale to local coordinate system. Refer to Drawing View.

A3DDouble m_dAngle

Set a angle rotation to local coordinate system. Refer to Drawing View.

A3DUns32 m_uiSrcFilesNamesSize

The size of m_ppcSrcFilesNames.

A3DUTF8Char **m_ppcSrcFilesNames

Name of reference files.

A3DDrawingBlock *m_pLocalBlocks

Block on view.

A3DUns32 m_uiDrwBlocksSize

The size of m_ppDrwBlocks.

A3DDrawingBlock **m_ppDrwBlocks

Array of pointers on blocks.

A3DMkpView *m_pBaseView

For future use.

A3DAsmFilter *m_pFilter

For future use.