API Reference > OdDb Classes > OdDb2LineAngularDimension Class
OdDb2LineAngularDimension Class
OdDb2LineAngularDimensionOdDb2LineAngularDimensionOdDb2LineAngularDimensionOdDb2LineAngularDimension
Syntax
C++
class OdDb2LineAngularDimension : public OdDbDimension;

Db2LineAngularDimension.h

This class represents 2-Line Angular Dimension entities in an OdDbDatabase instance.

A 2-Line Angular Dimension entity dimensions the angle defined by two lines.

 
Name 
Description 
 
 
 
Name 
Description 
 
Returns the point defining the location of dimension arc for this Dimension entity (DXF 16 as WCS). 
 
Reads the .dwg file data of this object.
 
 
 
 
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 status of this Dimension entity.
 
 
Sets the point defining the location of dimension arc for this Dimension entity (DXF 16 as WCS).  
 
Sets the extension arc status for this Dimension entity.
 
 
Sets the WCS end point of the first extension line of this Dimension entity (DXF 14).  
 
Sets the WCS start point of the first extension line of this Dimension entity (DXF 13).  
 
Sets the WCS end point of the second extension line of this Dimension entity (DXF 10).  
 
Sets the WCS start point of the second extension line of this Dimension entity (DXF 15).  
 
overridables 
 
Returns the WCS end point of the first extension line of this Dimension entity (DXF 14). 
 
Returns the WCS start point of the first extension line of this Dimension entity (DXF 13). 
 
Returns the WCS end point of the second extension line of this Dimension entity (DXF 10). 
 
Returns the WCS start point of the second extension line of this Dimension entity (DXF 15). 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.