Data Structures | |
struct | A3DMDDimensionSecondPartData |
Structure that describes the second part of dimension line if it's used. More... | |
struct | A3DMDDimensionForeshortenedData |
Structure that describes foreshortened data. More... | |
struct | A3DMDDimensionLineSymbolData |
Structure that describes dimension line symbols. More... | |
struct | A3DMDDimensionLineData |
Structure that describes dimension line. More... | |
Functions | |
A3DStatus | A3DMDDimensionSecondPartGet (const A3DMDDimensionSecondPart *pDimensionSecondPart, A3DMDDimensionSecondPartData *pData) |
Populates the A3DMDDimensionSecondPartData structure. More... | |
A3DStatus | A3DMDDimensionForeshortenedGet (const A3DMDDimensionForeshortened *pDimensionForeshortened, A3DMDDimensionForeshortenedData *pData) |
Populates the A3DMDDimensionForeshortenedData structure. More... | |
A3DStatus | A3DMDDimensionLineGet (const A3DMDDimensionLine *pDimensionLine, A3DMDDimensionLineData *pData) |
Populates the A3DMDDimensionLineData structure. More... | |
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.
Enumerator that describes the extension type.
A3DStatus A3DMDDimensionSecondPartGet | ( | const A3DMDDimensionSecondPart * | pDimensionSecondPart, |
A3DMDDimensionSecondPartData * | pData | ||
) |
Populates the A3DMDDimensionSecondPartData structure.
A3DStatus A3DMDDimensionForeshortenedGet | ( | const A3DMDDimensionForeshortened * | pDimensionForeshortened, |
A3DMDDimensionForeshortenedData * | pData | ||
) |
Populates the A3DMDDimensionForeshortenedData structure.
A3DStatus A3DMDDimensionLineGet | ( | const A3DMDDimensionLine * | pDimensionLine, |
A3DMDDimensionLineData * | pData | ||
) |
Populates the A3DMDDimensionLineData structure.