C++
GE_DLLEXPIMPORT AcGeCircArc3d( const AcGePoint3d& startPoint, const AcGePoint3d& pnt, const AcGePoint3d& endPoint );
Description
Constructs an arc through three points. None of the three points may be coincindent 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 |
pnt | Input point on arc |
endPoint | Input endpoint of arc |