Method CreateRevolutionSymmetry
CreateRevolutionSymmetry(DocumentId, SmartAxis3D)
Creates a revolution symmetry.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
ElementId CreateRevolutionSymmetry(DocumentId inDocumentId, SmartAxis3D inAxis)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartAxis3D | inAxis | Rotation and translation axis. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created symmetry entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.10.