INode Interface |
Represents a solver node
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
The INode type exposes the following members.
| 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 |
| 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 |