Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/02/2023 in all areas

  1. Saved HB.pat, hatch custom scale 1, ok my Bricscad said exceeded number allowed, but reset to some 100000000 etc then hatch appeared.
    1 point
  2. Hmm, how about this for a repeater... (defun c:FR (/) (vl-load-com) (setvar 'filletrad (cond ((getdist (strcat "\nSpecify fillet radius <" (rtos (getvar 'filletrad)) ">: "))) ((getvar 'filletrad)) ) ) (vla-sendcommand (cond (*AcadDoc*) ((setq *AcadDoc* (vla-get-activedocument (vlax-get-acad-object)))) ) "_.multiple _.fillet " ) (princ) )
    1 point
×
×
  • Create New...