44.11 ConstrainedSketchVertexArray object

The ConstrainedSketchVertexArray is a sequence of ConstrainedSketchVertex objects.

Access
import sketch
mdb.models[name].sketches[name].vertices[i]


44.11.1 findAt(...)

This method returns the ConstrainedSketchVertex located at the given coordinates.

Required argument

coordinates

A sequence of Floats specifying the X and Y-coordinates of the object to find.

Optional arguments

None.

Return value

A ConstrainedSketchVertex object.

Exceptions

None.


44.11.2  Members

The ConstrainedSketchVertexArray object has no members.