Skip to content

How to add a keypoint inside the imported geometry #3292

Answered by mikerife
YoonK39 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @YoonK39 @B-Naveen-Kumar
You don't need to create a key point in order to do this. Select the keypoints and work your way up to areas like so:

mapdl.ksel('s', 'kp', '', 1, 6)
mapdl.lslk('s', 1)
mapdl.asll('s', 1)
mapdl.nsla('s', 1)
mapdl.d('all', 'all', 0)
mapdl.cm('area_1', 'area')
mapdl.allsel()
mapdl.eplot(plot_bc=True, plot_bc_legend=True)

The element plot is then:

You can extend this to the other cylindrical hole.

Mike

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
2 replies
@YoonK39
Comment options

@B-Naveen-Kumar
Comment options

Comment options

You must be logged in to vote
3 replies
@YoonK39
Comment options

@B-Naveen-Kumar
Comment options

@YoonK39
Comment options

Comment options

You must be logged in to vote
6 replies
@germa89
Comment options

@YoonK39
Comment options

@mikerife
Comment options

@YoonK39
Comment options

@germa89
Comment options

Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants