Eyeshot 10 WinForms API Reference
SweepAsSolid<T>(ICurve,Double,sweepMethodType) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class > SweepAsSolid Method : SweepAsSolid<T>(ICurve,Double,sweepMethodType) Method
The rail curve
The regeneration tolerance
Sweeps this region along the provided trajectory.
Syntax
'Declaration
 
Public Overloads Function SweepAsSolid(Of T As {New, Solid})( _
   ByVal rail As ICurve, _
   ByVal tolerance As Double, _
   Optional ByVal sweepMethod As sweepMethodType _
) As T
public T SweepAsSolid<T>( 
   ICurve rail,
   double tolerance,
   sweepMethodType sweepMethod
)
where T: new(), Solid

Parameters

rail
The rail curve
tolerance
The regeneration tolerance
sweepMethod

Type Parameters

T

Return Value

The resulting Solid object.
See Also

Reference

Region Class
Region Members
Overload List