Eyeshot 11 WinForms API Reference
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

In This Topic
    Solid3D.Loop Constructor(OrientedEdge[],Boolean)
    In This Topic
    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