Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/01/2021 in all areas

  1. I've used THIS site in the past to identify fonts .. the result does not have a perfect match from what I see though.
    2 points
  2. To offer some food for thought, it is also worth noting that your code could be equivalently written in the following way: (if (and (setq p (getpoint "\nSpecify start point: ")) (setq q (getpoint p "\nSpecify end point: ")) ) (command "_.line" "_non" (mapcar '+ q '(1 1)) "_non" (mapcar '+ p '(-1 1)) "") )
    1 point
  3. thanks for this steven-g, this worked well and helped find a discontiniuty where I joined a spline and a straight line
    1 point
×
×
  • Create New...