Creates a new concentric constraint between two circles, arcs, ellipses, or elliptical arcs.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| ConcentricConstraint | Returns the newly created ConcentricConstraint object or null if the creation failed. |
| Name | Type | Description |
| entityOne | SketchCurve | The first circle, arc, ellipse or elliptical arc. |
| entityTwo | SketchCurve | The second circle, arc, ellipse or elliptical arc. |
| Name | Description |
| GeometricConstraints.addConcentric | Demonstrates the GeometricConstraints.addConcentric method. |