Method SetForcesDrivingTask
SetForcesDrivingTask(ElementId, ForceDrivingInterpolationType, List<SmartReal>, List<ElementId>, List<List<SmartReal>>)
Sets a forces driving task.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void SetForcesDrivingTask(ElementId inElementId, ForceDrivingInterpolationType inInterpolationType, List<SmartReal> inTimes, List<ElementId> inForceIds, List<List<SmartReal>> inValues)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the task to modify. |
| ForceDrivingInterpolationType | inInterpolationType | Interpolation type. |
| List<SmartReal> | inTimes | Times. |
| List<ElementId> | inForceIds | Identifiers of forces to drive. |
| List<List<SmartReal>> | inValues | Forces driving values. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.