Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Drawing2D Class / CreateCircle Method / CreateCircle(Transform2DProperty<LengthProperty>,Transform2DProperty<LengthProperty>,Transform2DProperty<LengthProperty>) Method
First point of the triangle
Second point of the triangle
Third point of the triangle
In This Topic
    CreateCircle(Transform2DProperty<LengthProperty>,Transform2DProperty<LengthProperty>,Transform2DProperty<LengthProperty>) Method
    In This Topic
    Creates a circle circumscribed to a triangle specified by points.
    Syntax

    Parameters

    point1
    First point of the triangle
    point2
    Second point of the triangle
    point3
    Third point of the triangle

    Return Value

    Created occurrence.
    Exceptions
    ExceptionDescription
    The object is in invalid state. Obtain a new one.

    Internal error of HpD or HpD API.

    IMPORTANT: Throwing this exception changes HpD Api's state to Failed.

    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    Argument is null.
    Remarks
    All three points must not lie on one line
    See Also