Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

[Urgent] Selecting elements in Mesh Part (Orphan Mesh)

Status
Not open for further replies.

ShadowWarrior

Civil/Environmental
Joined
Aug 21, 2006
Messages
171
Location
AU
I have created a mesh part and trying to make an element set from a specific region of the part, I have used the select "by Angle" but it only selects the outer elements. Is there any way I can select the inner elements as well? Please note that Selecting Individually is not an option as the pillar has elements inside the joint.

Image of the part, the cross section of the pillar is shown on the left -
 
Mhhh, I'm not seeing a simple solution. Maybe this helps in some way:

- You can use a polygon shaped drag box. It can be activated in the Selection toolbar. See A/CAE Manual 6.3.5 Modifying the shape of the drag-select region
- You can extend the selected region with attached region. Select something, then do a right-click in an empty area and select "Add adjacent entities".
- You can not only extend the selection by angle, but also by topology.
 
Could you try using python methods such as getByBoundingCylinder(), or findAt() if you know the coordinates?
 
@Mustaine3, "Add adjacent entities" selects some extra elements inside the joints. Selection by topology is not selecting the regions I want to select.

@cooken, I am not quite an expert in Python scripting, Abaqus/CAE is preferred to me.

I am stuck with this problem for weeks, I would really appreciate it if somebody can provide a solution.

 
In your previous threads you were initially working with geometry for these models.

Are you creating the mesh part(s) from geometry?

If so, can you define node/element sets on the geometry and they should be maintained in the mesh part(s).
 
Thank's Dave, It worked! I created the Sets on Geometry and they got transferred in mesh parts. Upon merging the mirrored mesh parts, the sets got merged too.

I thnak all of the members that replied, this has been a great help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top