Author Topic: Is it possible to divide an ellipse  (Read 2089 times)

0 Members and 1 Guest are viewing this topic.

MvdP

  • Guest
Is it possible to divide an ellipse
« on: March 13, 2007, 10:23:07 AM »
Is it possible to divide an ellipse (with a certain block) from any given point on the ellipse.?



jonesy edit... changed thread title
« Last Edit: March 13, 2007, 10:29:20 AM by jonesy »

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Is it possible to divide an ellipse
« Reply #1 on: March 13, 2007, 10:57:27 AM »
Well, maybe, sort of, kinda. :-)

Sorry, just kidding around. Punch drunk from lack of sleep. :-o

You can use the vlax-curve-getPointAtDist to help you out.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

MvdP

  • Guest
Re: Is it possible to divide an ellipse
« Reply #2 on: March 13, 2007, 12:12:32 PM »
So if i understand you correctly  it is possible with writing a lisp routine but not with the standard AutoCAD divide command.

Dave R

  • Guest
Re: Is it possible to divide an ellipse
« Reply #3 on: March 13, 2007, 01:03:38 PM »
You can do this with the standard AutoCAD Divide command.

So if i understand you correctly  it is possible with writing a lisp routine but not with the standard AutoCAD divide command.

MvdP

  • Guest
Re: Is it possible to divide an ellipse
« Reply #4 on: March 13, 2007, 01:05:26 PM »
How can i change the starting point then.?

Bryco

  • Water Moccasin
  • Posts: 1883
Re: Is it possible to divide an ellipse
« Reply #5 on: March 13, 2007, 04:05:28 PM »
List the length of the ellipse
Draw a line that long and divide it.
Break the ellipse to give you the start point.
Measure the elliptic arc clicking on 2 of the points on the divided line as the measure distance