Data Structures | |
struct | A3DMDDimensionForeshortenedData |
Structure that describes foreshortened data. More... | |
struct | A3DMDDimensionLineData |
Structure that describes dimension line. More... | |
struct | A3DMDDimensionLineSymbolData |
Structure that describes dimension line symbols. More... | |
struct | A3DMDDimensionSecondPartData |
Structure that describes the second part of dimension line if it's used. More... | |
Functions | |
A3DStatus | A3DMDDimensionForeshortenedGet (const A3DMDDimensionForeshortened *pDimensionForeshortened, A3DMDDimensionForeshortenedData *pData) |
Populates the A3DMDDimensionForeshortenedData structure. More... | |
A3DStatus | A3DMDDimensionLineGet (const A3DMDDimensionLine *pDimensionLine, A3DMDDimensionLineData *pData) |
Populates the A3DMDDimensionLineData structure. More... | |
A3DStatus | A3DMDDimensionSecondPartGet (const A3DMDDimensionSecondPart *pDimensionSecondPart, A3DMDDimensionSecondPartData *pData) |
Populates the A3DMDDimensionSecondPartData structure. More... | |
Detailed Description
- Version
- 4.0
Enumeration Type Documentation
◆ EA3DMDDimensionLineGraphicalRepresentation
Enumerator that describes dimension's line graphical representation.
◆ EA3DMDDimensionOrientation
Enumerator that describes dimension's orientation.
Enumerator | |
---|---|
KEA3DMDDimensionOrientationScreenHorizontal | Dimension along horizontal line of the screen. |
KEA3DMDDimensionOrientationScreenVertical | Dimension along vertical line of the screen. |
KEA3DMDDimensionOrientationScreenAngle | Uses m_AnnAngle of A3DMarkupDefinitionData. |
KEA3DMDDimensionOrientationViewHorizontal | Dimension along horizontal line of the view. |
KEA3DMDDimensionOrientationViewVertical | Dimension along vertical line of the view. |
KEA3DMDDimensionOrientationViewAngle | Uses m_AnnAngle of A3DMarkupDefinitionData. |
KEA3DMDDimensionOrientationParallel | Dimension is parallel to the dimension line. |
KEA3DMDDimensionOrientationPerpendicular | Dimension is perpendicular to the dimension line. |
KEA3DMDDimensionOrientationAngle | Uses m_AnnAngle of A3DMarkupDefinitionData. |
◆ EA3DMDDimensionSymbolType
Enumerator that describes line symbols.
- See also
- A3DMarkupDimensionData
◆ EA3DMDDimensionSymbolShape
Enumerator that describes line symbols.
- See also
- A3DMDDimensionLineSymbolData
◆ EA3DMDDimensionLineExtensionType
Enumerator that describes the extension type.
- See also
- A3DMDDimensionLineGet
Function Documentation
◆ A3DMDDimensionSecondPartGet()
A3DStatus A3DMDDimensionSecondPartGet | ( | const A3DMDDimensionSecondPart * | pDimensionSecondPart, |
A3DMDDimensionSecondPartData * | pData | ||
) |
Populates the A3DMDDimensionSecondPartData structure.
- Version
- 4.0
◆ A3DMDDimensionForeshortenedGet()
A3DStatus A3DMDDimensionForeshortenedGet | ( | const A3DMDDimensionForeshortened * | pDimensionForeshortened, |
A3DMDDimensionForeshortenedData * | pData | ||
) |
Populates the A3DMDDimensionForeshortenedData structure.
- Version
- 4.0
◆ A3DMDDimensionLineGet()
A3DStatus A3DMDDimensionLineGet | ( | const A3DMDDimensionLine * | pDimensionLine, |
A3DMDDimensionLineData * | pData | ||
) |
Populates the A3DMDDimensionLineData structure.
- Version
- 4.0