Creates a new vertical constraint between two points.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| VerticalPointsConstraint | Returns the newly created VerticalPointsConstraint object or null if the creation failed. |
| Name | Type | Description |
| pointOne | SketchPoint | The first SketchPoint to constrain vertically. |
| pointTwo | SketchPoint | The second SketchPoint to constrain vertically. |