Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeLineSeg3d::OdGeLineSeg3d Constructor (const OdGePoint3d&, const OdGeVector3d&)
Syntax
C++
OdGeLineSeg3d(const OdGePoint3d& point, const OdGeVector3d& vect);

Constructor for objects of the OdGeLineSeg3d class. 

 

Parameters
Description
point
[in] First point of the line segment.
vect
[in] A 3D vector that defines the line direction and second point.

Constructs a line segment between the points: point and point + vect. The vect vector can have a zero length.

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