Spot(...)
This method creates a spot (construction point) located at the specified coordinates.
Path
mdb.models[name].sketches[name].Spot
Required arguments
- point
A pair of Floats specifying the coordinates of the construction point.
Optional arguments
None.
Return value
A ConstrainedSketchVertex object (None if the spot cannot be created).
Exceptions
None.