Close

Relief for ODA Team in Ukraine

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

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

 

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

Reference to this OdGeLineSeg3d object.

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.