GSurface.SplitAtU Method

Splits the gSurface along U.
Public Sub SplitAtU( _ 
ByVal u As Double, _ 
ByRef sl As GSurface, _ 
ByRef su As GSurface
)
This language is not supported or no code example is available.
public void SplitAtU( 
double u
out GSurface sl
out GSurface su 
)
This language is not supported or no code example is available.

Parameters

u
double

The U parametric value

sl
GSurface

The lower gSurface

su
GSurface

The upper gSurface

.NET Framework

Supported in: 4.7.2

In this article

Definition