Surface.TrimInternal Method

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

Parameters

surf
Surface

curveList
IList<ICurve>

Must be already oriented and sorted

clockwiseSense
bool

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition