ansys中asel,s,loc,x,x1,x2选择到的面,这些面的x坐标都在x1,x2区间内,还是部分在这个区间?
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/16 19:46:15
ansys中asel,s,loc,x,x1,x2选择到的面,这些面的x坐标都在x1,x2区间内,还是部分在这个区间?
ansys中asel,s,loc,x,x1,x2选择到的面,这些面的x坐标都在x1,x2区间内,还是部分在这个区间?
ansys中asel,s,loc,x,x1,x2选择到的面,这些面的x坐标都在x1,x2区间内,还是部分在这个区间?
asel,s,loc,x,x1,x2是选择几何形心在x1,x2范围内所有的面,体也是.
我记得好像是面都处于这个范围内的,但是也不是很清楚。最简单的方法就是你用个例子试试就知道了啊。
ASEL, Type, Item, Comp, VMIN, VMAX, VINC, KSWP
Selects a subset of areas.
DATABASE: Selecting
MP ME ST DY <> PR EM <> FL PP ED
Type
Label identifying the type of select:
S — ...
全部展开
ASEL, Type, Item, Comp, VMIN, VMAX, VINC, KSWP
Selects a subset of areas.
DATABASE: Selecting
MP ME ST DY <> PR EM <> FL PP ED
Type
Label identifying the type of select:
S — Select a new set (default)
R — Reselect a set from the current set.
A — Additionally select a set and extend the current set.
U — Unselect a set from the current set.
ALL — Restore the full set.
NONE — Unselect the full set.
INVE — Invert the current set (selected becomes unselected and vice versa).
STAT — Display the current select status.
The following fields are used only with Type = S, R, A, or U:
Item
Label identifying data. Valid item labels are shown in ASEL - Valid Item and Component Labels. Some items also require a component label. If Item = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). Defaults to AREA.
Comp
Component of the item (if required). Valid component labels are shown in ASEL - Valid Item and Component Labels.
VMIN
Minimum value of item range. Ranges are area numbers, coordinate values, attribute numbers, etc., as appropriate for the item. A component name (as specified on the CM command) may also be substituted for VMIN (VMAX and VINC are ignored). If Item = MAT, TYPE, REAL, or ESYS and if VMIN is positive, the absolute value of Item is compared against the range for selection; if VMIN is negative, the signed value of Item is compared. See the ALIST command for a discussion of signed attributes.
VMAX
Maximum value of item range. VMAX defaults to VMIN.
VINC
Value increment within range. Used only with integer ranges (such as for area numbers). Defaults to 1. VINC cannot be negative.
KSWP
Specifies whether only areas are to be selected:
0 — Select areas only.
1 — Select areas, as well as keypoints, lines, nodes, and elements associated with selected areas. Valid only with Type = S.
区间内的,你多看看帮助吧。
收起