ansys.mapdl.core.Mapdl.hptdelete#
- Mapdl.hptdelete(np1='', np2='', ninc='', **kwargs)#
Deletes selected hardpoints.
Mechanical APDL Command: HPTDELETE
- Parameters:
- np1
str Delete the pattern of hard points beginning with
NP1toNP2in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and the pattern is all selected hard points ( ksel ). IfNP1= P, graphical picking is enabled and all remaining command fields are ignored.- np2
str Delete the pattern of hard points beginning with
NP1toNP2in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and the pattern is all selected hard points ( ksel ). IfNP1= P, graphical picking is enabled and all remaining command fields are ignored.- ninc
str Delete the pattern of hard points beginning with
NP1toNP2in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and the pattern is all selected hard points ( ksel ). IfNP1= P, graphical picking is enabled and all remaining command fields are ignored.
- np1
Notes
Deletes all attributes attached to the designated hard points as well as the hard points themselves. If any entity is attached to a designated hard point, the command detaches the hard point from that entity (the program will alert you that this will occur).