Share

GeometricConstraints.AddSymmetry Method

Parent Object: GeometricConstraints

Description

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 SymmetryConstraint

Parameters

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.

Version

Introduced in version 5

Was this information helpful?