Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeLine2d::OdGeLine2d Constructor (const OdGePoint2d&, const OdGePoint2d&)
Syntax
C++
OdGeLine2d(const OdGePoint2d& point1, const OdGePoint2d& point2);

Constructor for the OdGeLine2d class. 

 

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

Constructs an infinite line that passes through the first and second points. The passed points should not be coincident.

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