Share

GeometricConstraints.AddSmooth Method

Parent Object: GeometricConstraints

Description

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 SmoothConstraint

Parameters

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.

Version

Introduced in version 11

Was this information helpful?