Share

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

Autodesk.AutoCAD.Geometry.Entity2d
    Autodesk.AutoCAD.Geometry.Curve2d
        Autodesk.AutoCAD.Geometry.LinearEntity2d
            Autodesk.AutoCAD.Geometry.Ray2d

Visual Basic

Public sealed Class Ray2d
Inherits LinearEntity2d

C#

public sealed class Ray2d : LinearEntity2d;

Links

Ray2d Constructor, Ray2d Methods

Was this information helpful?