cedele#
- ConstraintEquations.cedele(neqn1='', neqn2='', ninc='', nsel='', **kwargs)#
Deletes constraint equations.
Mechanical APDL Command: CEDELE
- Parameters:
- neqn1
str Delete constraint equations from
NEQN1toNEQN2(defaults toNEQN1) in steps ofNINC(defaults to 1). IfNEQN1= ALL,NEQN2andNINCwill be ignored all constraint equations will be deleted.- neqn2
str Delete constraint equations from
NEQN1toNEQN2(defaults toNEQN1) in steps ofNINC(defaults to 1). IfNEQN1= ALL,NEQN2andNINCwill be ignored all constraint equations will be deleted.- ninc
str Delete constraint equations from
NEQN1toNEQN2(defaults toNEQN1) in steps ofNINC(defaults to 1). IfNEQN1= ALL,NEQN2andNINCwill be ignored all constraint equations will be deleted.- nsel
str Additional node selection control:
ANY- Delete equation set if any of the selected nodes are in the set (default).ALL- Delete equation set only if all of the selected nodes are in the set.
- neqn1