Surface.SplitBy (ICurve, out Surface, out Surface) Method

Splits the surface using an open or closed contour.
Public Function SplitBy( _ 
ByVal contour As ICurve, _ 
ByRef split1 As Surface, _ 
ByRef split2 As Surface
) As Boolean
This language is not supported or no code example is available.
public bool SplitBy( 
ICurve contour
out Surface split1
out Surface split2 
)
This language is not supported or no code example is available.

Parameters

contour
ICurve

The 3D geometric contour

split1
Surface

The first split

split2
Surface

The second split

Return Value

bool

True if the operation succeeded, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition