Creates a new collinear constraint between two lines.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| CollinearConstraint | Returns the newly created CollinearConstraint object or null if the creation failed. |
| Name | Type | Description |
| lineOne | SketchLine | The first line to create the constraint on. |
| lineTwo | SketchLine | The second line to create the constraint on. |
| Name | Description |
| GeometricConstraints.addCollinear | Demonstrates the GeometricConstraints.addCollinear method. |