Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / HatchRegion Class / HatchRegion Constructor / HatchRegion Constructor(IList<ICurve>,Plane)

In This Topic
    HatchRegion Constructor(IList<ICurve>,Plane)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contours As IList(Of ICurve), _
       ByVal pln As Plane _
    )
    public HatchRegion( 
       IList<ICurve> contours,
       Plane pln
    )

    Parameters

    contours
    pln
    See Also