Close

Relief for ODA Team in Ukraine

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

Constructor for the OdGeRay3d class. 

 

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

The constructor constructs a ray that is casted from the specified point to a specified direction.

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