draw an x=y? function, is there a command?
draw an x=y? function, is there a command?
(OP)
is there an autocad (2000i mech) command or quick way to draw x,y functions, specifically; parabolic and cycloidal curves?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
draw an x=y? function, is there a command?
|
RE: draw an x=y? function, is there a command?
Back in acad 12, one of the support lisp files included a fdemo file, which could accomplish what you're asking. The other thing around is writing your own lisp program or Vba macro.
Roberttx.
RE: draw an x=y? function, is there a command?
Poking around the internet I found this .lsp program for drawing the parabolic line required when designing arched windows and doors. The file can be downloaded. Its an Italian website but the words are not too hard to figure out
space.tin.it/edicola/lwcon/softwar/softwar.html
I am sure you can find more if you search around long enough and probably in English too !
Regards Adrian
RE: draw an x=y? function, is there a command?
I had a lisp to draw Involute.
Inv x = Tan x - x
Pardal