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

In This Topic
    Revolve(IList<Int32>,Double,Vector3D,Point3D,Int32) Method
    In This Topic
    Revolves the FemMesh around an axis.
    Syntax
    'Declaration
     
    Public Overloads Sub Revolve( _
       ByVal elIndices As IList(Of Integer), _
       ByVal angle As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D, _
       Optional ByVal slices As Integer _
    ) 
    public void Revolve( 
       IList<int> elIndices,
       double angle,
       Vector3D axis,
       Point3D center,
       int slices
    )

    Parameters

    elIndices
    Element indices to extrude
    angle
    Revolve angle
    axis
    Axis direction
    center
    Axis start point
    slices
    Number of slices generated

    Return Value

    The created mesh.
    See Also