Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Arc Class / SetArc Method
Eplan.EplApi.Base.PointD the center of the arc
the radius of the arc
the start angle of the arc
the end angle of the arc
if the arc should be a pie

In This Topic
    SetArc Method
    In This Topic
    Sets arc
    Syntax

    Parameters

    Parameter NameDescription
    pntCenterEplan.EplApi.Base.PointD the center of the arc
    crdRadiusthe radius of the arc
    nStartAnglethe start angle of the arc
    nEndAnglethe end angle of the arc
    bAsPieif the arc should be a pie
    Exceptions
    ExceptionDescription
    Thrown when the circle cannot be set.
    Remarks
    If nStartAngle and nEndAngle parameters specify a closed arc (i.e. their values modulo 2 x Pi are equal) the bAsPie parameter is ignored because such an arc cannot be a 'pie'.
    See Also