The ConstrainedSketchVertex object stores the vertex position.
import sketch mdb.models[name].sketches[name].vertices[i] mdb.models[name].sketches[name].vertices[i][i]
This method creates a spot (construction point) located at the specified coordinates.
mdb.models[name].sketches[name].Spot
Required argument
A pair of Floats specifying the coordinates of the construction point.
Optional arguments
Return value
A ConstrainedSketchVertex object (None if the spot cannot be created).
Exceptions