DimensionConstraints.AddArcLength Method
Parent Object: DimensionConstraintsDescription
Method that creates a new arc length dimension on the input arc. This method will fail in the case where a driving dimension is specified and it will overconstrain the sketch.
Syntax
DimensionConstraints.AddArcLength( Entity As SketchEntity, TextPoint As Point2d, [Driven] As Boolean ) As ArcLengthDimConstraintParameters
Name | Type | Description |
Entity | SketchEntity | Input SketchArc object. |
TextPoint | Point2d | Input Point2d object that defines the position of the dimension text. |
Driven | Boolean | Optional input Boolean that specifies whether the dimension should be a driven or driving dimension. The default value is False, which causes a driving dimension constraint to be created. This is an optional argument whose default value is False. |
Samples
Name | Description |
Creates an Arc Length Dimension Constraint | Demonstrates creating an arc length dimension constraint. |