Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeLine2d::set Method (const OdGePoint2d&, const OdGeVector2d&)
Syntax
C++
OdGeLine2d& set(const OdGePoint2d& point, const OdGeVector2d& vect);

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

 

Parameters
Description
point
[in] A 2D point on a line.
vect
[in] Defines the direction of the line.

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.