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

In This Topic
    RevolveAsSolid3D(Double,Vector3D,Point3D,Double) Method
    In This Topic
    Revolves this region around an axis.
    Syntax
    'Declaration
     
    Public Overloads Function RevolveAsSolid3D( _
       ByVal deltaAngle As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D, _
       Optional ByVal tolerance As Double _
    ) As Solid3D
    public Solid3D RevolveAsSolid3D( 
       double deltaAngle,
       Vector3D axis,
       Point3D center,
       double tolerance
    )

    Parameters

    deltaAngle
    Revolution angle in radians
    axis
    Axis direction
    center
    Axis start point
    tolerance
    the regeneration tolerance

    Return Value

    The resulting Solid3D object.
    See Also