Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeRay3d::set Method (const OdGePoint3d&, const OdGeVector3d&)
Syntax
C++
OdGeRay3d& set(const OdGePoint3d& point, const OdGeVector3d& vect);

Sets the parameters for this ray according to the arguments. 

 

Parameters
Description
point
[in] A 3D point from which the ray is casted.
vect
[in] The direction of ray.

Reference to this ray.

point and vect construct a semi-infinite line starting point with a direction of vect. vect cannot have a zero length.

Copyright © 2002-2022. Open Design Alliance All rights reserved.