AddRay Method

Creates a ray passing through two unique points.

See Also | Example

Signature

RetVal = object.AddRay(Point1, Point2)

Object

ModelSpace Collection, PaperSpace Collection, Block
The object or objects this method applies to.

Point1

Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying the finite start point of the ray.

Point2

Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying a point through which the ray will pass. The ray extends from Point1, through Point2 to infinity.

RetVal

Ray object
The newly created Ray object.

 

   Comments?