ansys.mapdl.core.Mapdl.askin#

Mapdl.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:
nl1str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

nl2str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

nl3str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

nl4str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

nl5str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

nl6str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

nl7str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

nl8str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

nl9str

The additional guiding lines for the skinned area (up to 9 total lines, including NL1, if using keyboard entry). If negative (and NL1 is negative), the line beginning and end will be temporarily interchanged for the skinning operation (see ASKIN_extranote1 below).

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 NL1 as 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 NL1 is negative), the beginning and end of any specified line (other than NL1 ) 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.