Creates a new dimension constraint between to concentric circles or arcs.
"sketchDimensions_var" is a variable referencing a SketchDimensions object. |
"sketchDimensions_var" is a variable referencing a SketchDimensions object. |
| Type | Description |
| SketchConcentricCircleDimension | Returns the newly created dimension or null if the creation failed. |
| Name | Type | Description |
| circleOne | SketchCurve | The first SketchCircle or SketchArc to dimension. |
| circleTwo | SketchCurve | The second SketchCircle or SketchArc to dimension. |
| textPoint | Point3D | A Point3D object that defines the position of the dimension text. |
| isDriving | boolean | Optional argument that specifies if a driving (the dimension controls the geometry) or a driven (the geometry controls the dimension) dimension is created. If not provided a driving dimension will be created. This is an optional argument whose default value is True. |
| Name | Description |
| SketchDimensions.addConcentricCicleDimension | Demonstrates the SketchDimension.addConcentricCircleDimension method. |