| 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: 23.1.0.154
Syntax IReadOnlyDictionary<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
IReadOnlyDictionaryInt32,
IForce3DGlobalSee Also