Surface.Trim (Surface, IList<ICurve>) Method

Protected Friend Shared Function Trim( _ 
ByVal surf As Surface, _ 
ByVal curveList As IList(Of ICurve) _ 
) As Boolean
This language is not supported or no code example is available.
internal protected static bool Trim( 
Surface surf
IList<ICurve> curveList 
)
This language is not supported or no code example is available.

Parameters

surf
Surface

curveList
IList<ICurve>

Must be already oriented and sorted

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition