created a function for an ellipse #98
raydeleu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my experiments how to add new functionality to CascadeStudio I tried to create a function to create an Ellipse. It is a copy of the function Circle but with an added parameter (for the minor radius). The function calls GC_MakeEllipse instead of GC_MakeCircle and seems to work just fine.
Beta Was this translation helpful? Give feedback.
All reactions