GeometricConstraints.AddEqualLength Method
Parent Object: GeometricConstraintsDescription
Method that creates a new equal length constraint between the two input sketch lines. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints.AddEqualLength( LineOne As SketchLine, LineTwo As SketchLine ) As EqualLengthConstraintParameters
Name | Type | Description |
LineOne | SketchLine | Input SketchLine object. |
LineTwo | SketchLine | Input SketchLine object. |