Close

Relief for ODA Team in Ukraine

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

Constructor for the OdGeLine3d class. 

 

Parameters
Description
point1
[in] First point of the 3D line.
point2
[in] Second point of the 3D 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.