API Reference > Classes > Geometry Classes > OdBmGArc Class > OdBmGArc Methods > OdBmGArc::set Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
OdBmGArc::set Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
OdResult set(const OdGePoint3d& startPoint, const OdGePoint3d& secondPoint, const OdGePoint3d& endPoint);
Parameters 
Description 
const OdGePoint3d& startPoint 
[in] Startpoint of arc.  
const OdGePoint3d& secondPoint 
[in] Second point on a 3-point arc.  
const OdGePoint3d& endPoint 
[in] Endpoint of arc.
 

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

Sets the parameters for this arc according to the arguments. 

 

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