ssln#
- Lines.ssln(fact='', size='', **kwargs)#
Selects and displays small lines in the model.
Mechanical APDL Command: SSLN
- Parameters:
- fact
str Factor used to determine small lines.
FACTtimes the average line length in the model is used as the line length limit below which lines will be selected.- size
str Line length limit for line selection. Lines that have a length less than or equal to
SIZEwill be selected. Used only ifFACTis blank.
- fact
Notes
ssln invokes a predefined Mechanical APDL macro for selecting small lines in a model. Lines that are smaller than or equal to the specified limit (
FACTorSIZE) are selected and line numbers are displayed. This command macro is useful for detecting very small lines in a model that may cause problems (that is, poorly shaped elements or a meshing failure) during meshing. All lines that are not “small” will be unselected and can be reselected with the lsel command.