Share

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

Autodesk.AutoCAD.Geometry.Entity3d
    Autodesk.AutoCAD.Geometry.Curve3d
        Autodesk.AutoCAD.Geometry.LinearEntity3d
            Autodesk.AutoCAD.Geometry.Ray3d

Visual Basic

Public sealed Class Ray3d
Inherits LinearEntity3d

C#

public sealed class Ray3d : LinearEntity3d;

Links

Ray3d Constructor, Ray3d Methods

Was this information helpful?