API Reference > OdGe Classes > OdGeLine3d Class > OdGeLine3d Constructor > OdGeLine3d::OdGeLine3d Constructor (OdGePoint3d&, OdGeVector3d&)
OdGeLine3d::OdGeLine3d Constructor (OdGePoint3d&, OdGeVector3d&)
Syntax
C++
OdGeLine3d(const OdGePoint3d& point, const OdGeVector3d& vect);
Parameters 
Description 
const OdGePoint3d& point 
[in] A 3D point on a line.  
const OdGeVector3d& vect 
[in] Defines the direction of the line. 

Constructor for the OdGeLine3d class. 

 

Constructs an infinite line coincident with the passed vector direction.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.