2027 Method
Changes 0
M

CurveByPointsUtils.CreateArcThroughPoints

Description:
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.
public static CurveElement CreateArcThroughPoints(
	Document document,
	ReferencePoint startPoint,
	ReferencePoint endPoint,
	ReferencePoint interiorPoint
)
Return Value CurveElement The CurveElement to be created.