Method MakeMechanism
MakeMechanism(DocumentId, bool, bool, bool)
Converts a rigid assembly document into an articulated assembly document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void MakeMechanism(DocumentId inDocumentId, bool inInheritsRigidGroups, bool inInheritsJoints, bool inInheritsForces)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the assembly document to modify. |
| bool | inInheritsRigidGroups | Inherits rigid groups. |
| bool | inInheritsJoints | Inherits joints. |
| bool | inInheritsForces | Inherits forces. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.