Curve(Point3D, Vector3D, Point3D, Vector3D, Point3D) Constructor

Elliptical arc by three points and two tangents constructor.
Public Sub New( _ 
ByVal P0 As Point3D, _ 
ByVal T0 As Vector3D, _ 
ByVal P1 As Point3D, _ 
ByVal T1 As Vector3D, _ 
ByVal P As Point3D
)
This language is not supported or no code example is available.
public Curve( 
Point3D P0
Vector3D T0
Point3D P1
Vector3D T1
Point3D P 
)
This language is not supported or no code example is available.

Parameters

P0
Point3D

Start 3D point

T0
Vector3D

Start 3D tangent

P1
Point3D

End 3D point

T1
Vector3D

End 3D tangent

P
Point3D

A 3D point between P0 and P1.

.NET Framework

Supported in: 4.8

In this article

Definition