Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Joint3D Class / Joint3D Constructor / Joint3D Constructor(Int32,Int32,Double[,],Double[])
Index of the first node to join
Index of the second node to join
The Joint stiffness in X,Y,Z direction

In This Topic
    Joint3D Constructor(Int32,Int32,Double[,],Double[])
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal nodeIndex1 As Integer, _
       ByVal nodeIndex2 As Integer, _
       ByVal matrixRotation(,) As Double, _
       ByVal stiffness() As Double _
    )
    protected internal Joint3D( 
       int nodeIndex1,
       int nodeIndex2,
       double[,] matrixRotation,
       double[] stiffness
    )

    Parameters

    nodeIndex1
    Index of the first node to join
    nodeIndex2
    Index of the second node to join
    matrixRotation
    stiffness
    The Joint stiffness in X,Y,Z direction
    See Also