Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

5ab083d6 199e 7e36 0cad e9072b676b49

haplokuon edited this page May 6, 2023 · 1 revision

BezierCurveCubic(IEnumerable<Vector3>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the BezierCurve class.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public BezierCurveCubic(
	IEnumerable<Vector3> controlPoints
)

VB

Public Sub New ( 
	controlPoints As IEnumerable(Of Vector3)
)

C++

public:
BezierCurveCubic(
	IEnumerable<Vector3>^ controlPoints
)

F#

new : 
        controlPoints : IEnumerable<Vector3> -> BezierCurveCubic

Parameters

  IEnumerable(Vector3)
A list of four control points.

Remarks

The list must contain four control points. The first index represents the start point or anchor, the second represents the first control point, the third the second control point, and the last the end point.

See Also

Reference

BezierCurveCubic Class
BezierCurveCubic Overload
netDxf Namespace

Clone this wiki locally