IGCurve.SplitAt Method

Splits the igCurve at the parameter provided.
Function SplitAt( _ 
ByVal t As Double, _ 
ByRef lower As IGCurve, _ 
ByRef upper As IGCurve
) As Boolean
This language is not supported or no code example is available.
bool SplitAt( 
double t
out IGCurve lower
out IGCurve upper 
)
This language is not supported or no code example is available.

Parameters

t
double

The parameter indicating the split position

lower
IGCurve

Lower igCurve segment

upper
IGCurve

Upper igCurve segment

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.7.2

In this article

Definition