Share

GeometricConstraints.AddHorizontalAlign Method

Parent Object: GeometricConstraints

Description

Method that creates a new horizontal alignment constraint between two sketch points. This causes the two points to align along the same horizontal axis. This method will fail if the constraint overconstrains the sketch.

Syntax

GeometricConstraints.AddHorizontalAlign( PointOne As SketchPoint, PointTwo As SketchPoint ) As HorizontalAlignConstraint

Parameters

Name Type Description
PointOne SketchPoint Input SketchPoint entity.
PointTwo SketchPoint Input SketchPoint object.

Version

Introduced in version 5

Was this information helpful?