ansys.mapdl.core.Mapdl.arscale#
- Mapdl.arscale(na1='', na2='', ninc='', rx='', ry='', rz='', kinc='', noelem='', imove='', **kwargs)#
Generates a scaled set of areas from a pattern of areas.
Mechanical APDL Command: ARSCALE
- Parameters:
- na1
str Set of areas,
NA1toNA2in steps ofNINC, that defines the pattern to be scaled.NA2defaults toNA1,NINCdefaults to 1. IfNA1= ALL,NA2andNINCare ignored and the pattern is defined by all selected areas. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may also be substituted forNA1(NA2andNINCare ignored).- na2
str Set of areas,
NA1toNA2in steps ofNINC, that defines the pattern to be scaled.NA2defaults toNA1,NINCdefaults to 1. IfNA1= ALL,NA2andNINCare ignored and the pattern is defined by all selected areas. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may also be substituted forNA1(NA2andNINCare ignored).- ninc
str Set of areas,
NA1toNA2in steps ofNINC, that defines the pattern to be scaled.NA2defaults toNA1,NINCdefaults to 1. IfNA1= ALL,NA2andNINCare ignored and the pattern is defined by all selected areas. IfNA1= P, graphical picking is enabled and all remaining arguments are ignored (valid only in the GUI). A component name may also be substituted forNA1(NA2andNINCare ignored).- rx
str Scale factors to be applied to the X, Y, and Z keypoint coordinates in the active coordinate system. ( RR, R θ, RZ for cylindrical; RR, R θ, R Φ for spherical). Note that the R θ and R Φ scale factors are interpreted as angular offsets. For example, if CSYS = 1,
RX, RY, RZinput of (1.5,10,3) would scale the specified keypoints 1.5 times in the radial and 3 times in the Z direction, while adding an offset of 10 degrees to the keypoints. Zero, blank, or negative scale factor values are assumed to be 1.0. Zero or blank angular offsets have no effect.- ry
str Scale factors to be applied to the X, Y, and Z keypoint coordinates in the active coordinate system. ( RR, R θ, RZ for cylindrical; RR, R θ, R Φ for spherical). Note that the R θ and R Φ scale factors are interpreted as angular offsets. For example, if CSYS = 1,
RX, RY, RZinput of (1.5,10,3) would scale the specified keypoints 1.5 times in the radial and 3 times in the Z direction, while adding an offset of 10 degrees to the keypoints. Zero, blank, or negative scale factor values are assumed to be 1.0. Zero or blank angular offsets have no effect.- rz
str Scale factors to be applied to the X, Y, and Z keypoint coordinates in the active coordinate system. ( RR, R θ, RZ for cylindrical; RR, R θ, R Φ for spherical). Note that the R θ and R Φ scale factors are interpreted as angular offsets. For example, if CSYS = 1,
RX, RY, RZinput of (1.5,10,3) would scale the specified keypoints 1.5 times in the radial and 3 times in the Z direction, while adding an offset of 10 degrees to the keypoints. Zero, blank, or negative scale factor values are assumed to be 1.0. Zero or blank angular offsets have no effect.- kinc
str Increment to be applied to keypoint numbers for generated set. If zero, the lowest available keypoint numbers will be assigned ( numstr ).
- noelem
intorstr Specifies whether nodes and elements are also to be generated:
0- Nodes and elements associated with the original areas will be generated (scaled) if they exist.1- Nodes and elements will not be generated.
- imove
intorstr Specifies whether areas will be moved or newly defined:
0- Additional areas will be generated.1- Original areas will be moved to new position (KINCandNOELEMare ignored). Use only if the old areas are no longer needed at their original positions. Corresponding meshed items are also moved if not needed at their original position.
- na1
Notes
Generates a scaled set of areas (and their corresponding keypoints, lines, and mesh) from a pattern of areas. The MAT, TYPE, REAL, and ESYS attributes are based on the areas in the pattern and not the current settings. Scaling is done in the active coordinate system. Areas in the pattern could have been generated in any coordinate system. However, solid modeling in a toroidal coordinate system is not recommended.