Eyeshot 9.0 WPF API Reference
Tetra4 Constructor(Int32,Int32,Int32,Int32,Material)

WPF Assembly > devDept.Eyeshot.Fem Namespace > Tetra4 Class > Tetra4 Constructor : Tetra4 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 Tetra4( 
   int nodeIndex1,
   int nodeIndex2,
   int nodeIndex3,
   int nodeIndex4,
   Material mat
)

Parameters

nodeIndex1
nodeIndex2
nodeIndex3
nodeIndex4
mat
The element material
See Also

Reference

Tetra4 Class
Tetra4 Members
Overload List