Class wfcRay

# include <wfcModel.h>

class
wfcRay
: public virtual
xobject
{
xdeclare(wfcRay)
...
};
This is a
COMPACT class.

Description
Provides the info about the Ray.
User Guide References:
Method Summary
static wfcRay_ptr
void
The start point.
void
The direction vector.
Method Detail
GetPoint
()
void
SetPoint
(pfcPoint3D_ptr value)
The start point.
User Guide References:
GetVector
()
void
SetVector
(pfcVector3D_ptr value)
The direction vector.
User Guide References:
static wfcRay_ptr
Create
User Guide References:
Parameters:
Point
Vector
Returns:
Was this helpful?