ILoadingRsaTorqueNodeForces Property

Gets a dictionary of forces indexed by the index of a node they are applied to

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
IReadOnlyDictionary<int, IForce3DGlobal> NodeForces { get; }

Property Value

Type: IReadOnlyDictionaryInt32, IForce3DGlobal
See Also