Surface.DropLoops Method

Creates the 2D parametric trim loops corresponding to a 3D geometric - closed - contours list which lie on a surface.
Public Shared Function DropLoops( _ 
ByVal untrimmed As Surface, _ 
ByVal contours As IList(Of ICurve) _ 
) As Surface()
This language is not supported or no code example is available.
public static Surface[] DropLoops( 
Surface untrimmed
IList<ICurve> contours 
)
This language is not supported or no code example is available.

Parameters

untrimmed
Surface

The surface

contours
IList<ICurve>

A list of 3D contours

Return Value

Surface[]

One or more trimmed surfaces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition