Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid.Face Structure / Solid.Face Constructor
First contour
Face label

In This Topic
    Solid.Face Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal firstContour As Integer, _
       ByVal faceLabel As Integer _
    )
    public Solid.Face( 
       int firstContour,
       int faceLabel
    )

    Parameters

    firstContour
    First contour
    faceLabel
    Face label
    See Also