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

<default>

curveList
IList<ICurve>

Must be already oriented and sorted

clockwiseSense
bool

<default>

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition