INode Interface

Represents a solver node

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface INode : IHaveIndex

The INode type exposes the following members.

Properties
  NameDescription
Public propertyConstrainedNodesIndices
Gets a list of indices of constrained nodes
Public propertyCoordinates
Gets the node coordinates
Public propertyDiaphragmId
Gets the ID of diaphragm this node belongs to
Public propertyDof
Gets the degrees of freedom
Public propertyElement1dIndices
Gets a list of indices of IElement1D instances this node belongs to
Public propertyElement2dIndices
Gets a list of indices of IElement2D instances this node belongs to
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyIsConstrained
Gets a value indicating whether the node is constrained
Public propertyIsExcludedFromDiaphragm
Gets a value indicating whether the node is excluded from diaphragm
Public propertyIsMaster
Gets a value indicating whether the node is a master one
Public propertyIsPDelta
Gets a value indicating the node is p-delta
Public propertyIsSupporting
Gets a value indicating whether the node is supporting
Top
Methods
  NameDescription
Public methodGetDirectionConstraint
Returns an index of constraining node in a given direction
Public methodGetSupportAsync
Returns a support of given type at the node
Public methodGetSupportDataAsync
Returns the support data of the node
Public methodGetSupportReactionAsync
Calculates support reaction for ordinary loading case
Public methodHasSupport
Returns a value indicating whether the node carries a support of given type
Top
See Also