Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/12/2026 in Posts

  1. ;;;You can call Master Leemac's code, but do not modify it (defun c:ttt(/ CPB NEW-PT OBJ PT) (c:cb) (setq cpb (entlast)) (setq pt (cdr(assoc 10 (entget cpb)))) (setq obj (vlax-ename->vla-object cpb)) (setq new-pt (vlax-3d-point (getpoint pt "\n Specify the new location"))) (vla-move obj (vlax-3d-point pt) new-pt) (princ) )
    2 points
  2. Having a bit of spare time, I thought I would make a hatch pattern similar to the OS marsh block marsh1.pat
    1 point
×
×
  • Create New...