Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Ellipse 1

Status
Not open for further replies.

mohdgh

Mechanical
Nov 9, 2012
5
US
thread569-153816

Dear Friends,

My question may look easy. I wanted to draw an ellipse in ANSYS. Let's say Major Radius 3 and Minor radius 2. How Can I do that?

Thanks in advance.
 
Replies continue below

Recommended for you

hi mohdgh,

do you use APDL?

you need a local coord sys for this, an elliptical one...

this works nicely:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!
K,1,0,0
K,2,3,0
K,3,-3,0
K,4,0,3
K,5,0,-3

MAJOR=2
MINOR=3
RATIO=MAJOR/MINOR

CSKP,11,1,1,3,4,RATIO,1,
CSYS,11
L,2,3

CSKP,12,1,1,3,5,RATIO,1,
CSYS,12
L,2,3
!!!!!!!!!!!!!!!!!!!!!!!!!


regards,

bram
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top