API Reference > OdDb Classes > OdDbOrdinateDimension Class
OdDbOrdinateDimension Class
OdDbOrdinateDimensionOdDbOrdinateDimensionOdDbOrdinateDimensionOdDbOrdinateDimension
Syntax
C++
class OdDbOrdinateDimension : public OdDbDimension;

DbOrdinateDimension.h

This class represents Ordinate Dimension entities in an OdDbDatabase instance.

An Ordinate Dimension entity dimensions the horizontal or vertical distance between between the specified origin and the specified defining point.

TD_Db 

 

 
Name 
Description 
 
This is OdDbOrdinateDimension, a member of class OdDbOrdinateDimension. 
 
Name 
Description 
 
Returns the WCS defining point for this Dimension entity (DXF 13). 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbOrdinateDimension. 
 
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 true if and only if this Dimension entity measures the OCS X-axis distance between the origin and the defining point. (DXF 70, bit 0x40 set). 
 
Returns true if and only if this Dimension entity measures the OCS Y-axis distance between the origin and the defining point. (DXF 70, bit 0x40 cleared). 
 
Returns the WCS leader end point for this Dimension entity (DXF 14). 
 
Returns the WCS origin and primary definition point of this Dimension entity (DXF 10). 
 
Sets the WCS defining point for this Dimension entity (DXF 13).
 
 
Sets the WCS leader end point for this Dimension entity (DXF 14).
 
 
Sets the WCS origin and primary definition point of this Dimension entity (DXF 10).
 
 
overridables 
 
Sets this Dimension entity to measure the OCS X-axis distance between the origin and the defining point. (DXF 70, bit 0x40 set). 
 
Sets this Dimension entity to measure the OCS Y-axis distance between the origin and the defining point. (DXF 70, bit 0x40 cleared). 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.