if len(points) == 0:
points.append(point)
RamAggDatas.append([ik + 1, x1, y1, z1, AMaxlen[ik][0] / 2.0])
elif interact_judgement(points,point):
points.append(point)
RamAggDatas.append([ik + 1, x1, y1, z1, AMaxlen[ik][0] / 2.0])
else:
del mdb.models[Modelname].rootAssembly.features['Part-' + str(ik)]
pass
Cumcellvolume = Cumcellvolume + cellvolume[ik][0]
if (Cumcellvolume - Targetvol) >= 0.0:
break