Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Revolve Method / Revolve(Plane,Interval,Interval,Double,Double,Vector3D,Point3D,Int32) Method
Search reference plane
Distance span along plane X axis
Distance span along plane Y axis
Search volume offset
Span angle in radians
Axis of rotation
Center of rotation
Number of slices generated

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

    Parameters

    plane
    Search reference plane
    alongX
    Distance span along plane X axis
    alongY
    Distance span along plane Y axis
    inflateBy
    Search volume offset
    angle
    Span angle in radians
    axis
    Axis of rotation
    center
    Center of rotation
    slices
    Number of slices generated
    See Also