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