Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element2D Class / Extrude Method
Extrusion vector.
Number of slices generated.
The FemMesh object

In This Topic
    Extrude Method (Element2D)
    In This Topic
    Creates a 3D FemMesh extruding a 2D FemMesh.
    Syntax
    'Declaration
     
    Public Overridable Sub Extrude( _
       ByVal amount As Vector3D, _
       ByVal slices As Integer, _
       ByVal fm As FemMesh _
    ) 
    public virtual void Extrude( 
       Vector3D amount,
       int slices,
       FemMesh fm
    )

    Parameters

    amount
    Extrusion vector.
    slices
    Number of slices generated.
    fm
    The FemMesh object

    Return Value

    The created mesh.
    See Also