How to select nodes on a surface area
How to select nodes on a surface area
(OP)
I am modelling loads on cylindrical surface area and need to select nodes on this area. Does anyone know how to select nodes on area ??
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
How to select nodes on a surface area
|
RE: How to select nodes on a surface area
select the area, then issue
NSLA,<selection method>,<selection option>
where:
- <selection method> is s (select from full set), r (reselect from curent selection), a (add to current selection), or u (unselect from current selection) as usual
- <selection option> is 1 (all nodes on surface, including shared boundaries) or 0 (only interior nodes of surface).
Regards
RE: How to select nodes on a surface area
asel,s,area,,68,, ! Selects Area-68
nsla,s,1 ! Selects node on this area