Creates a new tangent constraint between two curves.
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
"geometricConstraints_var" is a variable referencing a GeometricConstraints object. |
| Type | Description |
| TangentConstraint | Returns the newly created TangentConstraint object or null if the creation failed. |
| Name | Type | Description |
| curveOne | SketchCurve | The first curve to be tangent. |
| curveTwo | SketchCurve | The second curve to be tangent. |
| Name | Description |
| Create Circle By 3 Tangents API Sample | Creates three lines and then draws a circle that is tangent to the lines. It then creates tangent constraints to maintain that relationship. |
| GeometricConstraints.addTangent | Demonstrates the GeometricConstraints.addTangent method. |
| SketchCircles.addByTwoTangents | Demonstrates the SketchCircles.addByTwoTangets method. |