vext#
- Volumes.vext(na1='', na2='', ninc='', dx='', dy='', dz='', rx='', ry='', rz='', **kwargs)#
Generates additional volumes by extruding areas.
Mechanical APDL Command: VEXT
- Parameters:
- na1
str Set of areas (
NA1toNA2in steps ofNINC) that defines the pattern to be extruded.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 command fields 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 extruded.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 command fields 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 extruded.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 command fields are ignored (valid only in the GUI). A component name may also be substituted forNA1(NA2andNINCare ignored).- dx
str Increments to be applied to the X, Y, and Z keypoint coordinates in the active coordinate system ( DR, Dθ, DZ for cylindrical; DR, Dθ, DΦ for spherical).
- dy
str Increments to be applied to the X, Y, and Z keypoint coordinates in the active coordinate system ( DR, Dθ, DZ for cylindrical; DR, Dθ, DΦ for spherical).
- dz
str Increments to be applied to the X, Y, and Z keypoint coordinates in the active coordinate system ( DR, Dθ, DZ for cylindrical; DR, Dθ, DΦ for spherical).
- 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.
- na1
Notes
Generates additional volumes (and their corresponding keypoints, lines, and areas) by extruding and scaling a pattern of areas in the active coordinate system.
If element attributes have been associated with the input area via the aatt command, the opposite area generated by the vext operation will also have those attributes (that is, the element attributes from the input area are copied to the opposite area). Note that only the area opposite the input area will have the same attributes as the input area; the areas adjacent to the input area will not.
If the areas are meshed or belong to meshed volumes, a 3D mesh can be extruded with this command. Note that the
NDIVargument on the esize command should be set before extruding the meshed areas.Scaling of the input areas, if specified, is performed first, followed by the extrusion.
In a non-Cartesian coordinate system, the vext command locates the end face of the volume based on the active coordinate system. However, the extrusion is made along a straight line between the end faces. Note that solid modeling in a toroidal coordinate system is not recommended.
Warning
Use of the vext command can produce unexpected results when operating in a non-Cartesian coordinate system. For a detailed description of the possible problems that may occur, see Solid Modeling in the Modeling and Meshing Guide.