C++
GE_DLLEXPIMPORT AcGeCircArc2d( const AcGePoint2d& startPoint, const AcGePoint2d& point, const AcGePoint2d& endPoint );
Description
Constructs an arc through three points. None of the three points may be coincident and they may not be colinear. This constructor always constructs a bounded arc and cannot be used to construct a full circle.
Parameters
Parameters | Description |
---|---|
startPoint | Input start point of arc |
point | Input point on arc |
endPoint | Input endpoint of arc |