GeometricConstraints.AddEqualRadius Method
Parent Object: GeometricConstraintsDescription
Method that creates a new equal radius constraint between the two input sketch entities. Valid input entities are circles and arcs. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints.AddEqualRadius( EntityOne As SketchEntity, EntityTwo As SketchEntity ) As EqualRadiusConstraintParameters
Name | Type | Description |
EntityOne | SketchEntity | Input sketch entity. Must be a circle or arc. |
EntityTwo | SketchEntity | Input sketch entity. Must be a circle or arc. |