Method SetGripChangeTask
SetGripChangeTask(ElementId, bool, ElementId, List<ElementId>)
Sets a grip change task.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void SetGripChangeTask(ElementId inElementId, bool inIsGripping, ElementId inGrippingRigidGroupId, List<ElementId> inRigidGroupIds)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the task to modify. |
| bool | inIsGripping | Whether the task is gripping, or otherwise dropping. |
| ElementId | inGrippingRigidGroupId | Identifier of gripping rigid group. |
| List<ElementId> | inRigidGroupIds | Identifiers of rigid groups that are gripped or dropped. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.