The ConstrainedSketchGeometryArray is a sequence of ConstrainedSketchGeometry objects.
import sketch mdb.models[name].sketches[name].geometry[i]
This method returns the ConstrainedSketchGeometry object located at the given coordinates.
Required argument
A sequence of Floats specifying the X and Y-coordinates of the object to find.
Optional arguments
Return value
A ConstrainedSketchGeometry object.
Exceptions