Hi, everyone
I am trying to draw a simple graph with lisp, but with very small lengths values, start points are the previous ones
can anybody help?
(defun c:simp ()
(setq start (getpoint "\n select point"))
(setq n (getint "enter n:"))
(setq deltalist nil)
(repeat n
(setq delta...
Hi, Can anybody check what is wrong in my simulation with fluctuated displacements
is it something to do with spring or 3d contact parameters?
https://files.engineering.com/getfile.aspx?folder=b0c01b8a-0227-491c-9148-836f9f376a45&file=q1.zip
Thanks
I would appreciate if you could help with below problem. Many thanks
I am trying to plot displacement values of rotating shaft which is a rim and face coupling alignment model.
However on the plot, negative displacement values are shown as mirrored in other words negative values are converted...