Share

AcGiGeometry::ray

C++

virtual Adesk::Boolean ray(
    const AcGePoint3d&, 
    const AcGePoint3d&
) const = 0;

Description

This function displays a ray that starts at raysStartingPoint and passes through aDifferentRayPoint.

A return value of Adesk::kFalse (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of Adesk::kTrue indicates that the operation has been terminated and the application wants to get control back as soon as possible.

Parameters

Parameters Description
unnamed1 Input starting point of ray
unnamed2 Input another point (different from starting point) on the ray

Links

AcGiGeometry

Was this information helpful?