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

In This Topic
    HatchRegion Constructor(ICurve,Plane,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal outer As ICurve, _
       ByVal pln As Plane, _
       ByVal sortAndOrient As Boolean _
    )
    public HatchRegion( 
       ICurve outer,
       Plane pln,
       bool sortAndOrient
    )

    Parameters

    outer
    pln
    sortAndOrient
    See Also