Method SearchSymmetricalDocument
SearchSymmetricalDocument(DocumentId)
Searches for the symmetrical part or assembly of a specified part or assembly.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
DocumentId SearchSymmetricalDocument(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the part or assembly document to analyze. |
Returns
| Type | Description |
|---|---|
| DocumentId | Symmetrical part or assembly found, or Empty if not found. |
Remarks
If the specified part or assembly is symmetrical (i.e. IsSymmetrical(DocumentId) returns true), this method returns the
specified part or assembly.
Otherwise, if the specified part or assembly is a derived mirror, this method returns the base part or assembly.
Otherwise, if the specified part or assembly is the base part of a derived mirror part or assembly, this method returns the derived part or assembly.
Otherwise, this method returns Empty.
If there is no symmetrical part or assembly found, it will not be possible to make a mirror assembly of an assembly containing the specified part or assembly.
This method is available since v7.10.