Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Geometry Namespace / PolyRegion2D Class / ToRegion Method
The plane of the Region

In This Topic
    ToRegion Method
    In This Topic
    Creates a Region object from the current PolyRegion2D object.
    Syntax
    'Declaration
     
    Public Function ToRegion( _
       ByVal plane As Plane _
    ) As Region
    public Region ToRegion( 
       Plane plane
    )

    Parameters

    plane
    The plane of the Region

    Return Value

    The Region object.
    See Also