The ConstrainedSketchVertexArray is a sequence of ConstrainedSketchVertex objects.
import sketch mdb.models[name].sketches[name].vertices[i]
This method returns the ConstrainedSketchVertex located at the given coordinates.
Required argument
A sequence of Floats specifying the X- and Y-coordinates of the object to find.
Optional argument
A Boolean specifying whether a message is to be printed to the CLI if no entity is found at the specified location. The default value is True.
Return value
A ConstrainedSketchVertex object.
Exceptions