Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Drawing2D Class / CreateArc Method
First point of the triangle, one of endpoints of the arc.
Second point of the triangle, one of endpoints of the arc.
Third point of the triangle, middle point of the arc.
In This Topic
    CreateArc Method
    In This Topic
    Creates an arc on a circle circumscribed to a triangle specified by three points. First two point parameters are endpoints of the arc.
    Syntax

    Parameters

    point1
    First point of the triangle, one of endpoints of the arc.
    point2
    Second point of the triangle, one of endpoints of the arc.
    point3
    Third point of the triangle, middle point of the arc.

    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
    The arc always lies on each of three points specified.
    See Also