Share

GeometricConstraints.AddEqualLength Method

Parent Object: GeometricConstraints

Description

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 EqualLengthConstraint

Parameters

Name Type Description
LineOne SketchLine Input SketchLine object.
LineTwo SketchLine Input SketchLine object.

Version

Introduced in version 5

Was this information helpful?