CurveByPointsUtils.CreateArcThroughPoints
Description:
Creates an arc through the given reference points.
Creates an arc through the given reference points.
Remarks:
The interiorPoint determines the orientation of the arc while startPoint and endPoint determine the angle parameters at the ends.
The interiorPoint determines the orientation of the arc while startPoint and endPoint determine the angle parameters at the ends.
public static CurveElement CreateArcThroughPoints(
Document document,
ReferencePoint startPoint,
ReferencePoint endPoint,
ReferencePoint interiorPoint
)
-
documentThe Document.
-
startPointThe start point of the arc.
-
endPointThe end end of the arc.
-
interiorPointThe interior point on the arc.
-
A non-optional argument was null
-
Can't create an arc from the given points