API Reference > OdDb Classes > OdDbAlignedDimension Class
OdDbAlignedDimension Class
OdDbAlignedDimensionOdDbAlignedDimensionOdDbAlignedDimensionOdDbAlignedDimension
Syntax
C++
class OdDbAlignedDimension : public OdDbDimension;

DbAlignedDimension.h

This class represents Aligned Dimension entities in an OdDbDatabase instance.

An Aligned Dimension entity dimensions the distance between between any two points in space. The normal of the Dimension entity must be perpendicular to the line between said points.

TD_Db 

 

 
Name 
Description 
 
This is OdDbAlignedDimension, a member of class OdDbAlignedDimension. 
 
Name 
Description 
 
Returns the WCS point defining the location of dimension line for this Dimension entity (DXF 10). 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbAlignedDimension. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Reads the DXF R12 format data of this object.
 
 
Writes the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns the jog symbol height for this Dimension entity. 
 
Returns the jog symbol status for this Dimension entity. 
 
Returns the jog symbol position for this Dimension entity. 
 
Returns the obliquing angle for this Dimension entity (DXF 52). 
 
Sets the WCS point defining the location of dimension line for this Dimension entity (DXF 10).
 
 
Sets the jog symbol height for this Dimension entity.
 
 
Sets the jog symbol status for this Dimension entity.
 
 
Sets the jog symbol position for this Dimension entity.
 
 
Sets the obliquing angle for this Dimension entity (DXF 52).
 
 
Sets the WCS start point of the first extension line of this Dimension entity (DXF 13).
 
 
Sets the WCS start point of the second extension line of this Dimension entity (DXF 14).
 
 
overridables 
 
Returns the WCS start point of the first extension line of this Dimension entity (DXF 13). 
 
Returns the WCS start point of the second extension line of this Dimension entity (DXF 14). 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.