Eyeshot 10 WPF API Reference
SweepAsSurface Method (Region)

WPF Assembly > devDept.Eyeshot.Entities Namespace > Region Class : SweepAsSurface Method
The rail curve
The trim tolerance
The Sweep method
Creates a surface by sweeping the region along a rail.
Syntax
'Declaration
 
Public Function SweepAsSurface( _
   ByVal rail As ICurve, _
   ByVal tol As Double, _
   Optional ByVal methodType As sweepMethodType _
) As Surface()
public Surface[] SweepAsSurface( 
   ICurve rail,
   double tol,
   sweepMethodType methodType
)

Parameters

rail
The rail curve
tol
The trim tolerance
methodType
The Sweep method

Return Value

The resulting surface array.
See Also

Reference

Region Class
Region Members