Curve.SplitAt Method

Splits the curve into two curves.
Public Function SplitAt( _ 
ByVal u As Double, _ 
ByRef lower As ICurve, _ 
ByRef upper As ICurve
) As Boolean
This language is not supported or no code example is available.
public bool SplitAt( 
double u
out ICurve lower
out ICurve upper 
)
This language is not supported or no code example is available.

Parameters

u
double

Splits at this parametric value

lower
ICurve

The lower curve

upper
ICurve

The upper curve

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition