GCurve.SplitAt Method

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

Parameters

u
double

Splits at this parametric value

lower
IGCurve

The lower curve

upper
IGCurve

The upper curve

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.7.2

In this article

Definition