API Reference > OdGe Classes > OdGeCircArc3d Class > OdGeCircArc3d Constructor > OdGeCircArc3d::OdGeCircArc3d Constructor (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
OdGeCircArc3d::OdGeCircArc3d Constructor (OdGePoint3d&, OdGePoint3d&, OdGePoint3d&)
Syntax
C++
OdGeCircArc3d(const OdGePoint3d& startPoint, const OdGePoint3d& secondPoint, const OdGePoint3d& endPoint);
Parameters 
Description 
const OdGePoint3d& startPoint 
[in] Startpoint of an arc.  
const OdGePoint3d& secondPoint 
[in] Second point on a 3-point arc.  
const OdGePoint3d& endPoint 
[in] Endpoint of an arc. 

details Constructor for the OdGeCircArc3d class.

This constructor always constructs a bounded arc and cannot be used to construct a full circle.

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