Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / RevolveAsSurface Method / RevolveAsSurface(Double,Double,Point3D,Point3D) Method
Revolution start angle in radians
Revolution delta angle in radians
The axis start point
The axis end point

In This Topic
    RevolveAsSurface(Double,Double,Point3D,Point3D) Method
    In This Topic
    Revolves this region around an axis.
    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
    Revolution start angle in radians
    deltaAngle
    Revolution delta angle in radians
    axisStart
    The axis start point
    axisEnd
    The axis end point

    Return Value

    The resulting Surface array object.
    See Also