EllipticalArc.SplitAt Method

Splits the curve at the parameter provided.
Public Overrides Function SplitAt( _ 
ByVal t As Double, _ 
ByRef lower As ICurve, _ 
ByRef upper As ICurve
) As Boolean
This language is not supported or no code example is available.
public override 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.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition