Creates a new horizontal constraint between two points.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| HorizontalPointsConstraint | Returns the newly created HorizontalPointsConstraint object or null if the creation failed. |
| Name | Type | Description |
| pointOne | SketchPoint | The first SketchPoint to constrain horizontally. |
| pointTwo | SketchPoint | The second SketchPoint to constrain horizontally. |
| Name | Description |
| GeometricConstraint.addHorizontalPoints | Demonstrates the GeometricConstraint.addHorizontalPoints method. |