API Reference > OdDb Classes > OdDbRadialDimensionLarge Class
OdDbRadialDimensionLarge Class
OdDbRadialDimensionLargeOdDbRadialDimensionLargeOdDbRadialDimensionLargeOdDbRadialDimensionLarge
Syntax
C++
class OdDbRadialDimensionLarge : public OdDbDimension;

DbRadialDimensionLarge.h

This class represents Large (Jogged) Radial Dimension entities in an OdDbDatabase instance.

Jogged Radial Dimension entities are used to dimension arcs with large radii. They require a point the curve being dimensioned and along with an overridden center point, a jog point, and a jog angle. 

 

TD_Db

 
Name 
Description 
 
This is OdDbRadialDimensionLarge, a member of class OdDbRadialDimensionLarge. 
 
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.
 
 
Writes the .dwg file data of this object.
 
 
Reads 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 jog angle for this Dimension entity. 
 
Returns the jog point for this Dimension entity. 
 
This is ODDB_DECLARE_MEMBERS, a member of class OdDbRadialDimensionLarge. 
 
Returns the WCS override center of the arc being dimensioned by this Dimension entity. 
 
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 jog angle for this Dimension entity.  
 
Sets the jog point for this Dimension entity.  
 
Sets the WCS override center of the arc being dimensioned by this Dimension entity.  
 
overridables 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.