Circle.SplitAt Method

Splits the curve at the parameter provided.
Public Overridable Function SplitAt( _ 
ByVal t As Double, _ 
ByRef lower As ICurve, _ 
ByRef upper As ICurve
) As Boolean Implements _ 
ICurve.SplitAt
This language is not supported or no code example is available.
public virtual bool SplitAt( 
double t
out ICurve lower
out ICurve upper 
)
This language is not supported or no code example is available.

Parameters

t
double

The parameter indicating the split position

lower
ICurve

Lower curve segment

upper
ICurve

Upper curve segment

Return Value

bool

True if the operation is successful, false otherwise.

Implements

ICurve.SplitAt

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition