Method GetJointsDrivingTask
GetJointsDrivingTask(ElementId, out JointDrivingType, out JointDrivingInterpolationType, out List<SmartReal>, out List<ElementId>, out List<List<SmartReal>>)
Gets a joints driving task.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void GetJointsDrivingTask(ElementId inElementId, out JointDrivingType outType, out JointDrivingInterpolationType outInterpolationType, out List<SmartReal> outTimes, out List<ElementId> outJointIds, out List<List<SmartReal>> outValues)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the task to analyze. |
| JointDrivingType | outType | Driving type. |
| JointDrivingInterpolationType | outInterpolationType | Interpolation type. |
| List<SmartReal> | outTimes | Times. |
| List<ElementId> | outJointIds | Identifiers of joints to drive. |
| List<List<SmartReal>> | outValues | Joints driving values. |
Remarks
This method is available since v7.6.