Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Revolve Method / Revolve(Tuple<Int32,Int32>[],Double,Vector3D,Point3D,Int32) Method
Face indices
Span angle in radians
Axis of rotation
Center of rotation
Number of slices generated

In This Topic
    Revolve(Tuple<Int32,Int32>[],Double,Vector3D,Point3D,Int32) Method
    In This Topic
    Revolves the selected element faces.
    Syntax
    'Declaration
     
    Public Overloads Sub Revolve( _
       ByVal indices() As Tuple(Of Integer,Integer), _
       ByVal angle As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D, _
       Optional ByVal slices As Integer _
    ) 
    public void Revolve( 
       Tuple<int,int>[] indices,
       double angle,
       Vector3D axis,
       Point3D center,
       int slices
    )

    Parameters

    indices
    Face indices
    angle
    Span angle in radians
    axis
    Axis of rotation
    center
    Center of rotation
    slices
    Number of slices generated
    See Also