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

In This Topic
    Joint3D Constructor(Int32,Int32,Rotation,Double[])
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nodeIndex1 As Integer, _
       ByVal nodeIndex2 As Integer, _
       ByVal rotation As Rotation, _
       ByVal stiffness() As Double _
    )
    public Joint3D( 
       int nodeIndex1,
       int nodeIndex2,
       Rotation rotation,
       double[] stiffness
    )

    Parameters

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