Method IsSymmetrical
IsSymmetrical(DocumentId)
Tells whether part or assembly is symmetrical.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
bool IsSymmetrical(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the part or assembly document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The part or assembly is symmetrical. |
Remarks
A part or assembly is symmetrical if it contains at least one symmetry entity.
Symmetrical parts and assemblies are not replaced by mirror parts or assemblies when making a mirror assembly of an assembly in which they are included.
This method is available since v7.10.