Eyeshot 10 WinForms API Reference
Solid3D.Loop Constructor(OrientedEdge[],Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Solid3D.Loop Class > Solid3D.Loop Constructor : Solid3D.Loop Constructor(OrientedEdge[],Boolean)
The array of oriented edges that compose the loop.
The loop sense
Segments and sense constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal segments() As Solid3D.OrientedEdge, _
   ByVal sense As Boolean _
)
public Solid3D.Loop( 
   Solid3D.OrientedEdge[] segments,
   bool sense
)

Parameters

segments
The array of oriented edges that compose the loop.
sense
The loop sense
See Also

Reference

Solid3D.Loop Class
Solid3D.Loop Members
Overload List