Eyeshot 9.0 WinForms API Reference
Tetra10 Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Material)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Tetra10 Class > Tetra10 Constructor : Tetra10 Constructor(Int32,Int32,Int32,Int32,Int32,Int32,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 nodeIndex5 As Integer, _
   ByVal nodeIndex6 As Integer, _
   ByVal nodeIndex7 As Integer, _
   ByVal nodeIndex8 As Integer, _
   ByVal nodeIndex9 As Integer, _
   ByVal nodeIndex10 As Integer, _
   ByVal mat As Material _
)
public Tetra10( 
   int nodeIndex1,
   int nodeIndex2,
   int nodeIndex3,
   int nodeIndex4,
   int nodeIndex5,
   int nodeIndex6,
   int nodeIndex7,
   int nodeIndex8,
   int nodeIndex9,
   int nodeIndex10,
   Material mat
)

Parameters

nodeIndex1
nodeIndex2
nodeIndex3
nodeIndex4
nodeIndex5
nodeIndex6
nodeIndex7
nodeIndex8
nodeIndex9
nodeIndex10
mat
The element material
See Also

Reference

Tetra10 Class
Tetra10 Members
Overload List