API Reference > OdDb Classes > OdDbDiametricDimension Class
OdDbDiametricDimension Class
OdDbDiametricDimensionOdDbDiametricDimensionOdDbDiametricDimensionOdDbDiametricDimension
Syntax
C++
class OdDbDiametricDimension : public OdDbDimension;

DbDiametricDimension.h

This class represents Diametric Dimension entities in an OdDbDatabase instance.

Diametric Dimension entities require two points defining the diameter of the curve being dimensioned. In additional, an optional leaderLength may be used to specify how far the dimension line extends beyond the curve before the dogleg to the annotation text.

TD_Db 

 

 
Name 
Description 
 
This is OdDbDiametricDimension, a member of class OdDbDiametricDimension. 
 
Name 
Description 
 
Returns the WCS chord point for this Dimension entity (DXF 15). 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbDiametricDimension. 
 
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 extension arc end angle of this dimension entity.
 
 
Returns the extension arc status of this Dimension entity.
 
 
Returns the extension arc start angle of this dimension entity.
 
 
Returns the WCS far chord point for this Dimension entity (DXF 10). 
 
Returns the length from the chordPoint to the dogleg for this Dimension entity (DXF 40). 
 
Sets the WCS chord point for this Dimension entity (DXF 15).
 
 
Sets the extension arc end angle for this dimension entity.
 
 
Sets the extension arc start angle for this dimension entity.
 
 
Sets the WCS far chord point for this Dimension entity (DXF 10).
 
 
Sets the length from the chordPoint to the dogleg for this Dimension entity (DXF 40).
 
 
overridables 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.