Surface.SplitAtV Method

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

Parameters

v
double

The V parametric value

sl
Surface

The lower surface

su
Surface

The upper surface

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition