Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Curve Constructor / Curve Constructor(Point3D,Vector3D,Point3D,Vector3D,Point3D)
Start 3D point
Start 3D tangent
End 3D point
End 3D tangent
A 3D point between P0 and P1.

In This Topic
    Curve Constructor(Point3D,Vector3D,Point3D,Vector3D,Point3D)
    In This Topic
    Elliptical arc by three points and two tangents constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal P0 As Point3D, _
       ByVal T0 As Vector3D, _
       ByVal P1 As Point3D, _
       ByVal T1 As Vector3D, _
       ByVal P As Point3D _
    )
    public Curve( 
       Point3D P0,
       Vector3D T0,
       Point3D P1,
       Vector3D T1,
       Point3D P
    )

    Parameters

    P0
    Start 3D point
    T0
    Start 3D tangent
    P1
    End 3D point
    T1
    End 3D tangent
    P
    A 3D point between P0 and P1.
    See Also