Share

GeometricConstraints.AddTangent Method

Parent Object: GeometricConstraints

Description

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 TangentSketchConstraint

Parameters

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.

Version

Introduced in version 5

Was this information helpful?