GeometricConstraints.AddTangent Method
Parent Object: GeometricConstraintsDescription
Method that creates a new tangent constraint. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints.AddTangent( EntityOne As SketchEntity, EntityTwo As SketchEntity, [ProximityPoint] As Variant ) As TangentSketchConstraintParameters
Name | Type | Description |
EntityOne | SketchEntity | Input sketch object. |
EntityTwo | SketchEntity | Input sketch object. |
ProximityPoint | Variant | Optional input Point object that specifies where the tangency should be applied in the case where the input entities share two sketch points. This is an optional argument whose default value is null. |