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

In This Topic
    RevolveAsSurface(Double,Double,Vector3D,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 axis As Vector3D, _
       ByVal center As Point3D _
    ) As Surface()
    public Surface[] RevolveAsSurface( 
       double startAngle,
       double deltaAngle,
       Vector3D axis,
       Point3D center
    )

    Parameters

    startAngle
    Revolution start angle in radians
    deltaAngle
    Revolution delta angle in radians
    axis
    Axis direction
    center
    Axis start point

    Return Value

    The resulting Surface array object.
    See Also