askin#
- Areas.askin(nl1='', nl2='', nl3='', nl4='', nl5='', nl6='', nl7='', nl8='', nl9='', **kwargs)#
Generates an area by “skinning” a surface through guiding lines.
Mechanical APDL Command: ASKIN
- Parameters:
- nl1
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).- nl2
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).- nl3
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).- nl4
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).- nl5
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).- nl6
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).- nl7
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).- nl8
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).- nl9
str The additional guiding lines for the skinned area (up to 9 total lines, including
NL1, if using keyboard entry). If negative (andNL1is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).
- nl1
Notes
Generates an area by “skinning” a surface through specified guiding lines. The lines act as a set of “ribs” over which a surface is “stretched.” Two opposite edges of the area are framed by the first (
NL1) and last ( NLn ) guiding lines specified. The other two edges of the area are framed by splines-fit lines which the program automatically generates through the ends of all guiding lines. The interior of the area is shaped by the interior guiding lines. Once the area has been created, only the four edge lines will be attached to it. In rare cases, it may be necessary to change the default algorithm used by the askin command (see ASKIN_extranote1 below).When skinning from one guiding line to the next, the program can create the transition area in one of two ways: one more spiraled and one less spiraled (“flatter”). By default, the program attempts to produce the flatter transition, instead of the more spiraled transition. This algorithm can be changed by inputting
NL1as a negative number, in which case the program connects all the keypoints at the line “beginnings” ( psymb,LDIR command) as one edge of the area, and all the line “ends” as the opposite edge, irrespective of the amount of spiraling produced in each transition area.To further control the geometry of the area (if
NL1is negative), the beginning and end of any specified line (other thanNL1) can be temporarily interchanged (for the skinning operation only) by inputting that line number as negative. See Solid Modeling in the Modeling and Meshing Guide for an illustration.