Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Revolve Method / Revolve(Point3D,Point3D,Double,Double,Vector3D,Point3D,Int32) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset
Span angle in radians
Axis of rotation
Center of rotation
Number of slices generated

In This Topic
    Revolve(Point3D,Point3D,Double,Double,Vector3D,Point3D,Int32) Method
    In This Topic
    Revolves the selected element faces.
    Syntax
    'Declaration
     
    Public Overloads Sub Revolve( _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal inflateBy As Double, _
       ByVal angle As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D, _
       Optional ByVal slices As Integer _
    ) 
    public void Revolve( 
       Point3D min,
       Point3D max,
       double inflateBy,
       double angle,
       Vector3D axis,
       Point3D center,
       int slices
    )

    Parameters

    min
    Defines the min 3D point of the box
    max
    Defines the max 3D point of the box
    inflateBy
    Search volume offset
    angle
    Span angle in radians
    axis
    Axis of rotation
    center
    Center of rotation
    slices
    Number of slices generated
    See Also