API Reference > Classes > Geometry Classes > OdBmGLine Class > OdBmGLine Methods > OdBmGLine::set Method (OdGePoint3d&, OdGePoint3d&)
OdBmGLine::set Method (OdGePoint3d&, OdGePoint3d&)
Syntax
C++
OdResult set(const OdGePoint3d& point1, const OdGePoint3d& point2);
Parameters 
Description 
const OdGePoint3d& point1 
[in] Start point.  
const OdGePoint3d& point2 
[in] End point.
 

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.