CoincidentConstraint(...)
This method creates a coincident constraint. This constraint applies to two vertices, to a vertex and a ConstrainedSketchGeometry object, or to two ConstrainedSketchGeometry objects of the same type and constrains them to be coincident.
Path
mdb.models[name].sketches[name].CoincidentConstraint
Required arguments
- entity1
A ConstrainedSketchGeometry object or a Vertex object specifying the first object.
- entity2
A ConstrainedSketchGeometry object or a Vertex object specifying the second object.
Optional arguments
None.
Return value
A ConstrainedSketchConstraint object.
Exceptions
None.