Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid.EdgeFace Structure / Solid.EdgeFace Constructor
Previous edge
Next edge
Previous face
Previous face

In This Topic
    Solid.EdgeFace Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal previousEdge As Integer, _
       ByVal nextEdge As Integer, _
       ByVal previousFace As Integer, _
       ByVal nextFace As Integer _
    )
    public Solid.EdgeFace( 
       int previousEdge,
       int nextEdge,
       int previousFace,
       int nextFace
    )

    Parameters

    previousEdge
    Previous edge
    nextEdge
    Next edge
    previousFace
    Previous face
    nextFace
    Previous face
    See Also