Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
point1
[in] First point of the 3D line.
point2
[in] Second point of the 3D line.

point1 and point2 construct an infinite line passing through both points. The points should no be coincident.

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