Curve.TrimAt Method

Trims the curve at the provided parametric value.
Public Function TrimAt( _ 
ByVal u As Double, _ 
ByVal flipSide As Boolean
) As Boolean
This language is not supported or no code example is available.
public bool TrimAt( 
double u
bool flipSide 
)
This language is not supported or no code example is available.

Parameters

u
double

The parametric value

flipSide
bool

The flip side flag

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition