Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PolyRegion2D Class / FromRegion Method
The region
The plane on which the region profiles will be projected
The maximum deviation

In This Topic
    FromRegion Method
    In This Topic
    Creates a PolyRegion2D object from a Region.
    Syntax
    'Declaration
     
    Public Shared Function FromRegion( _
       ByVal region As Region, _
       ByVal plane As Plane, _
       ByVal deviation As Double _
    ) As PolyRegion2D
    public static PolyRegion2D FromRegion( 
       Region region,
       Plane plane,
       double deviation
    )

    Parameters

    region
    The region
    plane
    The plane on which the region profiles will be projected
    deviation
    The maximum deviation

    Return Value

    The PolyRegion2D object.
    See Also