Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Arc Class / Arc Constructor / Arc Constructor(Point3D,Point3D,Point3D)
3D center point
3D start point
3D end point

In This Topic
    Arc Constructor(Point3D,Point3D,Point3D)
    In This Topic
    Center, start and end point constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal center As Point3D, _
       ByVal start As Point3D, _
       ByVal end As Point3D _
    )
    public Arc( 
       Point3D center,
       Point3D start,
       Point3D end
    )

    Parameters

    center
    3D center point
    start
    3D start point
    end
    3D end point
    Remarks
    Center, start point and end point must be non collinear.
    See Also