to erase wrong hardkeypoints and insert the right ones I wrote the following codie:
finish
/prep7
Asel,s,sec,10,
Asel,a,sec,11,
aplot
aclear,all
hptdelete, 7016
hptdelete, 7036
hptdelete, 7056
hptdelete, 7076
hptdelete, 7096
hptcreate, area , 230, 7016 , coord , 2050+17 , 907.4 , 0.70 ,
hptcreate, area , 230 , 7036 , coord , 2050+17 , 725.1 , 0.70 ,
hptcreate, area 230, 7056 , coord, 2050+17 , 725.1 , 0.70 ,
hptcreate, area , 230 , 7076 , coord , 2050+17 , 380.5 , 0.70 ,
hptcreate, area , 230 , 7096 , coord , 2050+17 , 208.2 , 0.70 ,
!asel,s,sec,,10!selection areas
!
Ksel,s,kp, ,7000,7432 !range of keypoints!selection keypoints
Ksel,a,kp,6000,6423
!/gtype,all,node,0
!/gtype,all,elem,0!do not plot the elements
!/gtype,all,keyp,1!
!/gtype,all,line,0!do not plot the lines
!/gtype,all,area,1!
!/gtype,all,volu,0!do not plot the volumes
!
kplot
In this case I have two problems:
1.for aclear,all that for hptdelete the software tells me " aclear is a not recognized begin command,abbreviation or macro. this command will be ignored.
2. once you clean the mesh of interested parties if I use the same command used to create the keiypoints (see above) it appears to me: "warning: hard point 7016 is not on area 230. the process continues with the project point".
Maybe this second warning depends on the fact that I cleaned up all the mesh?
thanks again and good day to all!