Surface.SplitByU Method

Splits the surface along U.
Public Sub SplitByU( _ 
ByVal pt As Point3D, _ 
ByRef sl As Surface, _ 
ByRef su As Surface
)
This language is not supported or no code example is available.
public void SplitByU( 
Point3D pt
out Surface sl
out Surface 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
Surface

The lower surface

su
Surface

The upper surface

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition