Creates a new parallel constraint between two lines.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
|
Type | Description |
ParallelConstraint | Returns the newly created ParallelConstraint object or null if the creation failed. |
Name | Type | Description |
lineOne | SketchLine | The first SketchLine. |
lineTwo | SketchLine | The second SketchLine. |
Name | Description |
GeometricConstraints.addParallel | Demonstrate the GeometricConstraints.addParallel method. |