GSurface.Trim (GSurface, IList<IGCurve>) Method

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

Parameters

surf
GSurface

curveList
IList<IGCurve>

Must be already oriented and sorted

Return Value

bool

.NET Framework

Supported in: 4.7.2

In this article

Definition