Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / DetectRegionsFromContours Method
The list of curves
The regeneration tolerance
The plane used to create the regions

In This Topic
    DetectRegionsFromContours Method
    In This Topic
    Creates an array of Regions from the curves list, automatically detecting inner and outer contours.
    Syntax
    'Declaration
     
    Public Shared Function DetectRegionsFromContours( _
       ByVal contours() As ICurve, _
       ByVal chordalError As Double, _
       Optional ByVal plane As Plane _
    ) As Region()
    public static Region[] DetectRegionsFromContours( 
       ICurve[] contours,
       double chordalError,
       Plane plane
    )

    Parameters

    contours
    The list of curves
    chordalError
    The regeneration tolerance
    plane
    The plane used to create the regions

    Return Value

    The resulting Region array.
    See Also