Ray Class

Visual Basic
Public Class Ray
Inherits Curve
C#
public class Ray : Curve;
Description

 

This .NET class wraps the AcDbRay ObjectARX class. 

The Ray 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
See Also

DBObject, Entity, Point3d, Vector3d