Ray2d Class

Visual Basic
Public sealed Class Ray2d
Inherits LinearEntity2d
C#
public sealed class Ray2d : LinearEntity2d;
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.

Links