Eyeshot 10 WinForms API Reference
Quad4 Constructor(Int32,Int32,Int32,Int32,Material)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Quad4 Class > Quad4 Constructor : Quad4 Constructor(Int32,Int32,Int32,Int32,Material)
The element material
Node indices (zero-based) constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal nodeIndex1 As Integer, _
   ByVal nodeIndex2 As Integer, _
   ByVal nodeIndex3 As Integer, _
   ByVal nodeIndex4 As Integer, _
   ByVal mat As Material _
)
public Quad4( 
   int nodeIndex1,
   int nodeIndex2,
   int nodeIndex3,
   int nodeIndex4,
   Material mat
)

Parameters

nodeIndex1
nodeIndex2
nodeIndex3
nodeIndex4
mat
The element material
See Also

Reference

Quad4 Class
Quad4 Members
Overload List