GSurface.SplitAtV Method

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

Parameters

v
double

The V parametric value

sl
GSurface

The lower gSurface

su
GSurface

The upper gSurface

.NET Framework

Supported in: 4.7.2

In this article

Definition