API Reference > Classes > Geometry Classes > OdBmGLine Class > OdBmGLine Methods > OdBmGLine::set Method (OdGePoint3d&, OdGeVector3d&)
OdBmGLine::set Method (OdGePoint3d&, OdGeVector3d&)
Syntax
C++
OdResult set(const OdGePoint3d& point, const OdGeVector3d& vec);
Parameters 
Description 
const OdGePoint3d& point 
[in] Origin point.  
const OdGeVector3d& vec 
[in] Direction vector.
 

eOk if the operation completed successfully, or an appropriate error code otherwise.

Sets the line acconding to the params. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.