GSurface.SplitByU Method

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

Parameters

pt
Point3D

The point used to get 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