Autodesk.AutoCAD.Geometry Namespace > Ray2d Class
Ray2d Class
Description

 

This .NET class wraps the AcGeRay2d ObjectARX class. It represents a half-bounded line in 2D space. A Ray2d object either has a start point but no endpoint, or has an endpoint but no start point.

Class Hierarchy
Visual Basic
Public sealed Class Ray2d
Inherits LinearEntity2d
C#
public sealed class Ray2d : LinearEntity2d;
Links
   Comments?