Creates a new equal constraint between two lines, or between arcs and circles.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| EqualConstraint | Returns the newly created EqualConstraint object or null if the creation failed. |
| Name | Type | Description |
| curveOne | SketchCurve | The first line, arc, or circle. |
| curveTwo | SketchCurve | The second line, arc, or circle. |
| Name | Description |
| GeometricConstraints.addEqual | Demonstrates the GeometricConstraints.addEqual method. |