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

36eaf5db f381 65be 5dc7 3f88f8a8bf0f

haplokuon edited this page May 6, 2023 · 1 revision

Split Method

netDxf 3.0.0 Library

Splits the actual bezier curve in two at parameter t.

Definition

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

C#

public BezierCurveCubic[] Split(
	double t
)

VB

Public Function Split ( 
	t As Double
) As BezierCurveCubic()

C++

public:
array<BezierCurveCubic^>^ Split(
	double t
)

F#

member Split : 
        t : float -> BezierCurveCubic[] 

Parameters

  Double
Parameter t, between 0.0 and 1.0.

Return Value

BezierCurveCubic[]
The two curves result of dividing the actual curve at parameter t.

See Also

Reference

BezierCurveCubic Class
netDxf Namespace

Clone this wiki locally