Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Node Class
Properties Methods


In This Topic
    Node Class Members
    In This Topic

    The following tables list the members exposed by Node.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Prescribed displacement array.  
    Public Property Mesh index.  
    Public Property Load array.  
    Public Property True if loaded.  
    Public Property Maximum principal stress (P1).  
    Public Property Intermediate principal stress (P2).  
    Public Property Minimum principal stress (P3).  
    Public Property Gets or sets node's principal stresses (defined as double[3]).  
    Public Property Gets or sets node reactions (double[3]).  
    Public Property True if partially/fully restrained.  
    Public Property Restraints status array.  
    Public Property Gets or sets node rotation.  
    Public Property Used to highlight the node/fem symbols with active selection color.  
    Public Property Gets or sets node's stress, defined as double[]{Sx, Sy, Sz, Txy, Tyz, Txz}.  
    Public Property Stress X component.  
    Public Property Stress Y component.  
    Public Property Stress Z component.  
    Public Property Gets or sets node temperature.  
    Public Property Tresca stress.  
    Public Property Stress XY component.  
    Public Property Stress XZ component.  
    Public Property Stress YZ component.  
    Public Property Total displacement.  
    Public Property Total displacement in the X direction.  
    Public Property Total displacement in the Y direction.  
    Public Property Total displacement in the Z direction.  
    Public Property Gets or sets node's VonMises stresses.  
    Top
    Public Methods
     NameDescription
    Public MethodClears all loads for this node.  
    Public Method Clears all restraints for this node.  
    Public MethodOverridden. Creates a deep copy of this node.  
    Public MethodOverridden.   
    Public MethodOverloaded.  Applies a 2D concentrated load to this node.  
    Public MethodOverloaded.  Sets a 2D restraint.  
    Public Method  
    Public MethodUpdates the VonMises and Principal (P1, P2, P3) stresses using the Stress array as input.  
    Top
    See Also