GeometricConstraints.AddCoincident Method
Parent Object:
GeometricConstraints
Description
Method that creates a new coincident constraint between two entities. One of the input entities must be a sketch point. The other entity can be a point or any other type of sketch entity.
Remarks
Placing a coincident constraint between two points will not cause them to merge into a single point. Use the Merge method on the SketchPoint object to merge two points. This method will fail if the constraint overconstrains the sketch.
Syntax
GeometricConstraints.
AddCoincident(
EntityOne As
SketchEntity,
EntityTwo As
SketchEntity ) As
CoincidentConstraint
Parameters
Samples
Version
Introduced in version 5