Method SetCollisionsManagementInvalidWhenColliding
SetCollisionsManagementInvalidWhenColliding(DocumentId, bool)
Sets whether the collisions management of an assembly is invalid if collisions are found between rigid groups of articulated subassemblies.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 400, 240)]
void SetCollisionsManagementInvalidWhenColliding(DocumentId inDocumentId, bool isInvalidWhenColliding)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of assembly document to modify. |
| bool | isInvalidWhenColliding | Whether the collisions management of the assembly becomes invalid if therer are 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.