INode Interface |
Represents a solver node
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The INode type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConstrainedNodesIndices | Gets a list of indices of constrained nodes | |
Coordinates | Gets the node coordinates | |
DiaphragmId | Gets the ID of diaphragm this node belongs to | |
Dof | Gets the degrees of freedom | |
Element1dIndices | Gets a list of indices of IElement1D instances this node belongs to | |
Element2dIndices | Gets a list of indices of IElement2D instances this node belongs to | |
Index |
Gets the index
(Inherited from IHaveIndex) | |
IsConstrained | Gets a value indicating whether the node is constrained | |
IsExcludedFromDiaphragm | Gets a value indicating whether the node is excluded from diaphragm | |
IsMaster | Gets a value indicating whether the node is a master one | |
IsPDelta | Gets a value indicating the node is p-delta | |
IsSupporting | Gets a value indicating whether the node is supporting |
Methods
Name | Description | |
---|---|---|
GetDirectionConstraint | Returns an index of constraining node in a given direction | |
GetSupportAsync | Returns a support of given type at the node | |
GetSupportDataAsync | Returns the support data of the node | |
GetSupportReactionAsync | Calculates support reaction for ordinary loading case | |
HasSupport | Returns a value indicating whether the node carries a support of given type |
See Also