Eyeshot 10 WPF API Reference
CreateRectangleTria6 Method

WPF 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
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

Reference

FemMesh Class
FemMesh Members