Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Loop Class / Solid3D.Loop Constructor / Solid3D.Loop Constructor(OrientedEdge[])
The array of oriented edges that compose the loop

In This Topic
    Solid3D.Loop Constructor(OrientedEdge[])
    In This Topic
    Segments only constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal segments() As Solid3D.OrientedEdge _
    )
    public Solid3D.Loop( 
       Solid3D.OrientedEdge[] segments
    )

    Parameters

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