Share

AcGeCircArc3d::AcGeCircArc3d

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

Links

AcGeCircArc3d

Was this information helpful?