Eyeshot 10 WinForms API Reference
SweepAsSolid Method (ICurve)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > ICurve Interface : SweepAsSolid Method
Syntax
'Declaration
 
Function SweepAsSolid( _
   ByVal rail As ICurve, _
   ByVal tol As Double, _
   ByVal sweepMethod As sweepMethodType _
) As Solid
Solid SweepAsSolid( 
   ICurve rail,
   double tol,
   sweepMethodType sweepMethod
)

Parameters

rail
tol
sweepMethod

Return Value

The resulting Solid object.
See Also

Reference

ICurve Interface
ICurve Members