Eyeshot 10 WinForms API Reference
DropLoops Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : DropLoops Method
The surface
A list of 3D contours
Creates the 2D parametric trim loops corresponding to a 3D geometric - closed - contours list which lie on a surface.
Syntax
'Declaration
 
Public Shared Function DropLoops( _
   ByVal untrimmed As Surface, _
   ByVal contours As IList(Of ICurve) _
) As Surface()
public static Surface[] DropLoops( 
   Surface untrimmed,
   IList<ICurve> contours
)

Parameters

untrimmed
The surface
contours
A list of 3D contours

Return Value

One or more trimmed surfaces.
See Also

Reference

Surface Class
Surface Members