Creates a new perpendicular constraint between two lines.
"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 |
lineOne | SketchLine | The first SketchLine. |
lineTwo | SketchLine | The second SketchLine. |
Name | Description |
GeometricConstraints.addPerpendicular | Demonstrates the GeometricConstraints.addPerpendicular method. |