A3DMarkupDefinitionData Struct Reference
Structure defining common data to all markup with definition. More...
Data Fields | |
A3DBool | m_bDisplayParallelOnScreen |
A3DBool | m_bLeaderNotIntersectWithBox |
A3DBool | m_bZoomable |
A3DDouble | m_dAttachAngle |
EA3DMDAnchorPointType | m_eAttachType |
A3DMDPosition * | m_pAttach |
Detailed Description
Structure defining common data to all markup with definition.
- Version
- 4.0
Field Documentation
◆ m_pAttach
A3DMDPosition* A3DMarkupDefinitionData::m_pAttach |
Position of the markup.
◆ m_eAttachType
EA3DMDAnchorPointType A3DMarkupDefinitionData::m_eAttachType |
Attach point type. See EA3DMDAnchorPointType for details.
◆ m_dAttachAngle
A3DDouble A3DMarkupDefinitionData::m_dAttachAngle |
Z angle.
◆ m_bDisplayParallelOnScreen
A3DBool A3DMarkupDefinitionData::m_bDisplayParallelOnScreen |
A value of true specifies the markup is displayed parallel to the screen.
◆ m_bZoomable
A3DBool A3DMarkupDefinitionData::m_bZoomable |
A value of true specifies the markup is zoomable.
◆ m_bLeaderNotIntersectWithBox
A3DBool A3DMarkupDefinitionData::m_bLeaderNotIntersectWithBox |
A value of true specifies the markup leader(s) can cross the markup box.