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 any other type of sketch entity (but not a sketch point). Placing a coincident constraint between two points will fail. Use the ConnectTo method on the SketchPoint3D object to merge two points. This method will fail if the constraint overconstrains the sketch.
Name | Type | Description |
EntityOne | SketchEntity3D | Input sketch entity. |
EntityTwo | SketchEntity3D | Input sketch entity. |