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

In This Topic
    CreateRectangleQuad8 Method
    In This Topic
    Creates a rectangular FemMesh made of Quad8 elements.
    Syntax
    'Declaration
     
    Public Shared Sub CreateRectangleQuad8( _
       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 CreateRectangleQuad8( 
       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 element
    elementHeight
    The height of each element
    mat
    The material of each element
    fm
    The rectangular FemMesh
    See Also