Close

Relief for ODA Team in Ukraine

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

Sets the parameters for this line according to the arguments, and returns a reference to this line. 

 

Parameters
Description
point
[in] A 3D point on a line.
vect
[in] Any 3D vector.

point and vect construct an infinite line passing through point with a direction of vect. vect cannot have a zero length.

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