Method SetCollisionsManagementCheckingMechanisms
SetCollisionsManagementCheckingMechanisms(DocumentId, bool)
Sets whether the collisions management of an assembly is checking for collisions between rigid groups of articulated subassemblies.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void SetCollisionsManagementCheckingMechanisms(DocumentId inDocumentId, bool inIsChecking)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of assembly document to modify. |
| bool | inIsChecking | Whether the collisions management of the assembly is checking for collisions between rigid groups of articulated subassemblies. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.10.