Skip to content

Defining an Ellipse #1622

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

You must be logged in to vote

Hi @jackyrli
Mechanical APDL commands that create geometry will often respect the current coordinate system. And the coordinate system can be something other than the standard cartesian. Like cylindrical, or elliptic. So first define the needed coordinate system first, then the line (ellipse).

Please see the Mechanical APDL help entry on the CS command. It has links in the notes section to other commands to create coordinate systems.

Are you trying to create an elliptic curve or area?

I wrote this APDL macro many, many years ago that will construct a parabolic, elliptic, circular, or hyperbolic line. Most of the APDL is input checking. But the logic could be a base to a PyMAPDL function i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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
2 participants