Eyeshot 10 WinForms API Reference
RevolveAsSurface(Double,Double,Point3D,Point3D) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Point Class > RevolveAsSurface Method : RevolveAsSurface(Double,Double,Point3D,Point3D) Method
Syntax
'Declaration
 
Public Overloads Function RevolveAsSurface( _
   ByVal startAngle As Double, _
   ByVal deltaAngle As Double, _
   ByVal axisStart As Point3D, _
   ByVal axisEnd As Point3D _
) As Surface()
public Surface[] RevolveAsSurface( 
   double startAngle,
   double deltaAngle,
   Point3D axisStart,
   Point3D axisEnd
)

Parameters

startAngle
deltaAngle
axisStart
axisEnd
See Also

Reference

Point Class
Point Members
Overload List