Creates a new symmetry constraint.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| SymmetryConstraint | Returns the newly created SymmetryConstraint object or null if the creation failed. |
| Name | Type | Description |
| entityOne | SketchEntity | The first sketch entity to be symmetric. |
| entityTwo | SketchEntity | The second sketch entity to be symmetric. It must be the same type as the first entity. |
| symmetryLine | SketchLine | The SketchLine that defines the axis of symmetry. |
| Name | Description |
| GeometricConstraints.addSymmetry | Demonstrates the GeometricConstraints.addSymmetry method. |