GeometricConstraints.AddSmooth Method
Parent Object: GeometricConstraintsDescription
Method that creates a new smooth (G2-continuous) constraint. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints.AddSmooth( EntityOne As SketchEntity, EntityTwo As SketchEntity, [ProximityPoint] As Variant ) As SmoothConstraintParameters
Name | Type | Description |
EntityOne | SketchEntity | Input sketch entity. |
EntityTwo | SketchEntity | Input sketch entity. |
ProximityPoint | Variant | Optional input Point2d object that specifies which ends of the curves to make smooth in case there are multiple connections. This is an optional argument whose default value is null. |