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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Ellipse Class > SweepAsMesh Method : SweepAsMesh<T>(ICurve,Double,sweepMethodType,natureType) Method
Syntax
'Declaration
 
Public Overloads Function SweepAsMesh(Of T As {New, Mesh})( _
   ByVal rail As ICurve, _
   ByVal tol As Double, _
   Optional ByVal methodType As sweepMethodType, _
   Optional ByVal meshNature As Mesh.natureType _
) As T
public T SweepAsMesh<T>( 
   ICurve rail,
   double tol,
   sweepMethodType methodType,
   Mesh.natureType meshNature
)
where T: new(), Mesh

Parameters

rail
tol
methodType
meshNature

Type Parameters

T
See Also

Reference

Ellipse Class
Ellipse Members
Overload List