API Reference > OdGe Classes > OdGeCircArc2d Class > OdGeCircArc2d Methods > set Method > OdGeCircArc2d::set Method (OdGePoint2d&, OdGePoint2d&, OdGePoint2d&, OdGeError&)
OdGeCircArc2d::set Method (OdGePoint2d&, OdGePoint2d&, OdGePoint2d&, OdGeError&)
Syntax
C++
OdGeCircArc2d& set(const OdGePoint2d& startPoint, const OdGePoint2d& secondPoint, const OdGePoint2d& endPoint, OdGeError& status);
Parameters 
Description 
const OdGePoint2d& startPoint 
[in] Startpoint of arc.  
const OdGePoint2d& secondPoint 
[in] Second point on a 3-point arc.  
const OdGePoint2d& endPoint 
[in] Endpoint of arc. 
OdGeError& status 
[out] Receives the status for this method.  

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

 

Possible values for status are as follows 

untitled table kEqualArg1Arg2 kEqualArg1Arg3 kEqualArg2Arg3 kLinearlyDependentArg1Arg2Arg3.

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