Close

Relief for ODA Team in Ukraine

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

Constructor for objects of the OdGeLineSeg3d class. 

 

Parameters
Description
point1
[in] Start point of the line segment.
point2
[in] Second point of the line segment.

Points point1 and point2 can be coincident. Constructs a line segment between the specified points.

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