Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / CreateRectangle Method / CreateRectangle(Double,Double) Method
Rectangle width
Rectangle height

In This Topic
    CreateRectangle(Double,Double) Method
    In This Topic
    Creates a rectangular FemMesh.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateRectangle( _
       ByVal width As Double, _
       ByVal height As Double _
    ) As FemMesh
    public static FemMesh CreateRectangle( 
       double width,
       double height
    )

    Parameters

    width
    Rectangle width
    height
    Rectangle height
    See Also