API Reference > OdGe Classes > OdGeCircArc3d Class > OdGeCircArc3d Methods > set Method > OdGeCircArc3d::set Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
OdGeCircArc3d::set Method (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
OdGeCircArc3d& 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. 

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

 

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