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

In This Topic
    RevolveRemove(Region,Double,Vector3D,Point3D) Method
    In This Topic
    Revolves the specified region and removes it from the Solid3D object and removes it from the original Solid3D object.
    Syntax
    'Declaration
     
    Public Overloads Function RevolveRemove( _
       ByVal reg As Region, _
       ByVal angle As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D _
    ) As Boolean
    public bool RevolveRemove( 
       Region reg,
       double angle,
       Vector3D axis,
       Point3D center
    )

    Parameters

    reg
    The region
    angle
    Revolution angle in radians
    axis
    Axis direction
    center
    Axis start point

    Return Value

    True if the operation is successful, false otherwise keeping the Solid3D object unmutated.
    See Also