Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / RevolveAsSurface Method / RevolveAsSurface(Double,Double,Point3D,Point3D) Method

In This Topic
    RevolveAsSurface(Double,Double,Point3D,Point3D) Method
    In This Topic
    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