 AcGiGeometry::circularArc (AcGePoint3d&, AcGePoint3d&, AcGePoint3d&, AcGiArcType) |
Displays an arc primitive defined by the three points: start, point, and end.A return value of Adesk::kFalse (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of Adesk::kTrue indicates that the operation has been terminated and the application wants to get control back as soon as possible. |
 AcGiGeometry::circularArc (AcGePoint3d&, double, AcGeVector3d&, AcGeVector3d&, double, AcGiArcType) |
Displays an arc primitive defined by the arc's center of curvature center, the radius of curvature radius, the containment plane's normal vector normal, the vector from the center of curvature to the arc start point startVector, the angle that the arc spans sweepAngle, and the arc type arcType.A return value of Adesk::kFalse (that is, 0) indicates that the primitive has been successfully stored in the graphics database. A return value of Adesk::kTrue indicates that the operation has been terminated and the application wants to get control back as soon as possible. |