Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / CreateRectangleTria6 Method
The width of the rectangle
The height of the rectangle
The width of each rectangular triangle
The height of each rectangular triangle
The material of each element
The rectangular FemMesh

In This Topic
    CreateRectangleTria6 Method
    In This Topic
    Creates a rectangular FemMesh made of Tria6 elements.
    Syntax
    'Declaration
     
    Public Shared Sub CreateRectangleTria6( _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal elementWidth As Double, _
       ByVal elementHeight As Double, _
       ByVal mat As Material, _
       ByRef fm As FemMesh _
    ) 
    public static void CreateRectangleTria6( 
       double width,
       double height,
       double elementWidth,
       double elementHeight,
       Material mat,
       out FemMesh fm
    )

    Parameters

    width
    The width of the rectangle
    height
    The height of the rectangle
    elementWidth
    The width of each rectangular triangle
    elementHeight
    The height of each rectangular triangle
    mat
    The material of each element
    fm
    The rectangular FemMesh
    See Also