Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbEntity AcDbCurve AcDbLine
C++
class AcDbLine : public AcDbCurve;
File
dbents.h
Description
The AcDbLine class represents the line entity in AutoCAD. A line object is a 3D object that is specified by its start point, endpoint, and normal vector. In addition, the line object supports thickness along its normal vector direction (that is, height or "extrusion").
Links
AcDbLine Constructor, AcDbLine Methods
See Also
AcDbObject, AcDbEntity, AcGePoint3d, AcGeVector3d