API Reference > OdDb Classes > OdDbRadialDimension Class
OdDbRadialDimension Class
OdDbRadialDimensionOdDbRadialDimensionOdDbRadialDimensionOdDbRadialDimension
Syntax
C++
class OdDbRadialDimension : public OdDbDimension;

DbRadialDimension.h

This class represents Radial Dimension entities in an OdDbDatabase instance.

Radial Dimension entities require a point the curve being dimensioned and a center point. In additional, leaderLength specifies how far the dimension line extends beyond the curve before the dogleg to the annotation text.

TD_Db

 
Name 
Description 
 
This is OdDbRadialDimension, a member of class OdDbRadialDimension. 
 
Name 
Description 
 
Returns the WCS center of the arc being dimensioned by this Dimension entity (DXF 10). 
 
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 OdDbRadialDimension. 
 
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 length from the chordPoint to the dogleg for this Dimension entity (DXF 40). 
 
Sets the WCS center of the arc being dimensioned by this Dimension entity (DXF 10).  
 
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 length from the chordPoint to the dogleg for this Dimension entity (DXF 40).
 
 
overridables 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.