Share

AcDbRay

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbCurve
                    AcDbRay

C++

class AcDbRay : public AcDbCurve;

File

dbray.h

Description

The AcDbRay class represents the RAY entity type within AutoCAD.

A ray entity is a line that has a start point, but continues on to infinity in some direction.

Links

AcDbRay Methods

See Also

AcDbEntity, AcDbObject, AcGePoint3d, AcGeVector3d

Was this information helpful?