Creates a new horizontal constraint on a line.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| HorizontalConstraint | Returns the newly created HorizontalConstraint object or null if the creation failed. |
| Name | Type | Description |
| line | SketchLine | The line to constrain horizontally. |
| Name | Description |
| API Sample that demonstrates creating sketch lines in various ways. | Demonstrates several ways to create sketch lines, including as the result of creating a rectangle. |
| GeometricConstraint.addHorizontal | Demonstrates the GeometricConstraint.addHorizontal method. |