Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Revolve Method / Revolve(Double,Vector3D,Point3D,Int32) Method
Revolve angle
Axis direction
Axis start point
Number of slices generated

In This Topic
    Revolve(Double,Vector3D,Point3D,Int32) Method
    In This Topic
    Revolves all 2D elements.
    Syntax
    'Declaration
     
    Public Overloads Sub Revolve( _
       ByVal angle As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D, _
       Optional ByVal slices As Integer _
    ) 
    public void Revolve( 
       double angle,
       Vector3D axis,
       Point3D center,
       int slices
    )

    Parameters

    angle
    Revolve angle
    axis
    Axis direction
    center
    Axis start point
    slices
    Number of slices generated

    Return Value

    The created mesh.
    See Also