Eyeshot 10 WinForms API Reference
RevolveAsMesh<T>(Double,Double,Point3D,Point3D,Int32,Double,natureType) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Line Class > RevolveAsMesh Method : RevolveAsMesh<T>(Double,Double,Point3D,Point3D,Int32,Double,natureType) Method
Syntax
'Declaration
 
Public Overloads Function RevolveAsMesh(Of T As {New, Mesh})( _
   ByVal startAngle As Double, _
   ByVal deltaAngle As Double, _
   ByVal axisStart As Point3D, _
   ByVal axisEnd As Point3D, _
   ByVal slices As Integer, _
   ByVal tolerance As Double, _
   ByVal meshNature As Mesh.natureType _
) As T
public T RevolveAsMesh<T>( 
   double startAngle,
   double deltaAngle,
   Point3D axisStart,
   Point3D axisEnd,
   int slices,
   double tolerance,
   Mesh.natureType meshNature
)
where T: new(), Mesh

Parameters

startAngle
deltaAngle
axisStart
axisEnd
slices
tolerance
meshNature

Type Parameters

T
See Also

Reference

Line Class
Line Members
Overload List