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
Enumerator that describes the extension type.
- See also
- A3DMDDimensionLineGet
Enumerator that describes dimension's line graphical representation.
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. |
Enumerator that describes line symbols.
- See also
- A3DMDDimensionLineSymbolData
Function Documentation
| A3DStatus A3DMDDimensionForeshortenedGet | ( | const A3DMDDimensionForeshortened * | pDimensionForeshortened, |
| A3DMDDimensionForeshortenedData * | pData | ||
| ) |
Populates the A3DMDDimensionForeshortenedData structure.
- Version
- 4.0
| A3DStatus A3DMDDimensionLineGet | ( | const A3DMDDimensionLine * | pDimensionLine, |
| A3DMDDimensionLineData * | pData | ||
| ) |
Populates the A3DMDDimensionLineData structure.
- Version
- 4.0
| A3DStatus A3DMDDimensionSecondPartGet | ( | const A3DMDDimensionSecondPart * | pDimensionSecondPart, |
| A3DMDDimensionSecondPartData * | pData | ||
| ) |
Populates the A3DMDDimensionSecondPartData structure.
- Version
- 4.0
