Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeRay3d::set Method (const OdGePoint3d&, const OdGePoint3d&)
Syntax
C++
OdGeRay3d& set(const OdGePoint3d& point1, const OdGePoint3d& point2);

Sets the parameters for this ray according to the arguments. 

 

Parameters
Description
point1
[in] A 3D point from which the ray is casted.
point2
[in] A 3D point through which the ray passes.

Reference to this ray.

point1 and point2 construct a semi-infinite line starting at point1, and passing through point2. The points cannot be coincident.

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