Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / Extrude Method / Extrude(Point3D,Point3D,Double,Vector3D,Int32) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset
Extrusion amount
Number of slices generated

In This Topic
    Extrude(Point3D,Point3D,Double,Vector3D,Int32) Method
    In This Topic
    Extrudes selected element faces.
    Syntax
    'Declaration
     
    Public Overloads Sub Extrude( _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal inflateBy As Double, _
       ByVal amount As Vector3D, _
       Optional ByVal slices As Integer _
    ) 
    public void Extrude( 
       Point3D min,
       Point3D max,
       double inflateBy,
       Vector3D amount,
       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
    amount
    Extrusion amount
    slices
    Number of slices generated
    See Also