I want to make a set with the help of some python code. The coordinates for the set are stored in the list circle list.
The following I tried:
p = mdb.models['Model-1'].parts['Part-1']
f = p.faces
coordinates_for_faces = tuple()
for i in range(0, len(circleList)):
tuple_coordinates=...