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

 

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

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