Creates a new perpendicular constraint between a line and another curve.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| PerpendicularConstraint | Returns the newly created PerpendicularConstraint object or null if the creation failed. |
| Name | Type | Description |
| line | SketchLine | The line to create the constraint on. |
| curve | SketchCurve | The other curve to create the constraint on. This can be a line, circle, or arc. |