 | ILoadingRsaTorqueNodeForces Property |
Gets a dictionary of forces indexed by the index of a node they are applied to
Namespace:
TSD.API.Remoting.SolverAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxIReadOnlyDictionary<int, IForce3DGlobal> NodeForces { get; }
ReadOnly Property NodeForces As IReadOnlyDictionary(Of Integer, IForce3DGlobal)
Get
property IReadOnlyDictionary<int, IForce3DGlobal^>^ NodeForces {
IReadOnlyDictionary<int, IForce3DGlobal^>^ get ();
}
abstract NodeForces : IReadOnlyDictionary<int, IForce3DGlobal> with get
Property Value
Type:
IReadOnlyDictionaryInt32,
IForce3DGlobal
See Also