Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid.Cycle Structure / Solid.Cycle Constructor
First edge
Next contour

In This Topic
    Solid.Cycle Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal firstEdge As Integer, _
       ByVal nextContour As Integer _
    )
    public Solid.Cycle( 
       int firstEdge,
       int nextContour
    )

    Parameters

    firstEdge
    First edge
    nextContour
    Next contour
    See Also