AcGeCircArc3d::AcGeCircArc3d

C++
AcGeCircArc3d(
    const AcGePoint3d& startPoint, 
    const AcGePoint3d& pnt, 
    const AcGePoint3d& endPoint
);
Parameters
Parameters 
Description 
startPoint 
Input start point of arc 
pnt 
Input point on arc 
endPoint 
Input endpoint of arc 
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. 

 

Links