API Help
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

    pntCenter
    Eplan.EplApi.Base.PointD the center of the arc
    crdRadius
    the radius of the arc
    nStartAngle
    the start angle of the arc
    nEndAngle
    the end angle of the arc
    bAsPie
    if 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