Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Extrude Method / Extrude(Plane,Double,Vector3D,Int32) Method
Search reference plane
Search volume offset
Extrusion amount
Number of slices generated

In This Topic
    Extrude(Plane,Double,Vector3D,Int32) Method
    In This Topic
    Extrudes selected element faces.
    Syntax
    'Declaration
     
    Public Overloads Sub Extrude( _
       ByVal pln As Plane, _
       ByVal inflateBy As Double, _
       ByVal amount As Vector3D, _
       Optional ByVal slices As Integer _
    ) 
    public void Extrude( 
       Plane pln,
       double inflateBy,
       Vector3D amount,
       int slices
    )

    Parameters

    pln
    Search reference plane
    inflateBy
    Search volume offset
    amount
    Extrusion amount
    slices
    Number of slices generated
    See Also