GeometricConstraints.AddVerticalAlign Method
Parent Object: GeometricConstraintsDescription
Method that creates a new vertical alignment constraint between two sketch points. This causes the two points to align along the same vertical axis. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints.AddVerticalAlign( PointOne As SketchPoint, PointTwo As SketchPoint ) As VerticalAlignConstraintParameters
Name | Type | Description |
PointOne | SketchPoint | Input SketchPoint entity. |
PointTwo | SketchPoint | Input SketchLine object. |