Eyeshot 9.0 WPF API Reference
ToRegion Method

WPF Assembly > devDept.Geometry Namespace > PolyRegion2D Class : ToRegion Method
The plane of the Region
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

Reference

PolyRegion2D Class
PolyRegion2D Members