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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change elments

Status
Not open for further replies.

Feddozz

Mechanical
Joined
Dec 15, 2005
Messages
16
Location
GB
Hi.
I'm making up a model. I have defined two elements:first plane42 and then beam3.
I have meshed all the areas with plane42, now I want to use beam3 in order to mesh a line.How can I say to the program that now I want to change element to use
Thanks
 
Hi,

you use the type command. For example:

Code:
type,2 ! if et,2,beam3
mat,...
real,...
lmesh,...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top