Method SetRevolutionSymmetry
SetRevolutionSymmetry(ElementId, SmartAxis3D)
Sets a revolution symmetry.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void SetRevolutionSymmetry(ElementId inElementId, SmartAxis3D inAxis)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the symmetry to modify. |
| SmartAxis3D | inAxis | Symmetry axis. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.10.