GeometricConstraints.AddSymmetry Method
Parent Object: GeometricConstraintsDescription
Method that creates a new symmetry constraint between the two input entities about the specified line. The two input entities must be of the same type. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints.AddSymmetry( EntityOne As SketchEntity, EntityTwo As SketchEntity, SymmetryAxis As SketchLine ) As SymmetryConstraintParameters
Name | Type | Description |
EntityOne | SketchEntity | Input entity that is to be symmetric. Must be the same type as EntityTwo. |
EntityTwo | SketchEntity | Input entity that is to be symmetric. Must be the same type as EntityOne. |
SymmetryAxis | SketchLine | Input object that defines the axis of symmetry. |