Method CreatePlaneSymmetry
CreatePlaneSymmetry(DocumentId, SmartPlane3D)
Creates a plane symmetry.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
ElementId CreatePlaneSymmetry(DocumentId inDocumentId, SmartPlane3D inPlane)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartPlane3D | inPlane | Symmetry plane. |
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.