Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element2D Class / Revolve Method
Revolution angle in radians
Axis direction
Axis start point
Number of slices generated
The FemMesh object

In This Topic
    Revolve Method (Element2D)
    In This Topic
    Revolves this FemMesh around an axis.
    Syntax
    'Declaration
     
    Public Overridable Sub Revolve( _
       ByVal angle As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D, _
       ByVal slices As Integer, _
       ByVal fm As FemMesh _
    ) 
    public virtual void Revolve( 
       double angle,
       Vector3D axis,
       Point3D center,
       int slices,
       FemMesh fm
    )

    Parameters

    angle
    Revolution angle in radians
    axis
    Axis direction
    center
    Axis start point
    slices
    Number of slices generated
    fm
    The FemMesh object

    Return Value

    The created mesh.
    See Also