After coping and pasting your code to notepad, and saving it as PerFrom.lsp, then "Appload" this routine in autocad plant 3d, to type "pf", it reflects Command: PF; error: unable to get ObjectID: nil Any help is welcomed. Report 0 Likes Reply Message 18 of 23 Ken...
[though in such cases it will put one marker at the location that is both "ends" of a closed object], you can use the div+ command in dividemeasureplus.lsp , available here . it has an option to mark the division points with lines [one of two options beyond just ...
in reply to Anonymous 02-19-2020 09:23 AM Hi, >> Weird enough I'm not getting the same results as you when using Surfpatch Which version of AutoCAD are you using (screenshot of command _ABOUT). >> The edges are not straight anymore you might split the curves...
(command "_line" (polar(cdr(assoc 11(entget ent))) (+(* pi 0.5)angle12) (/ lg 2.)) (polar(cdr(assoc 11(entget ent))) (+(* pi 1.5)angle12) (/ lg 2.))"") ) (setvar"osmode"*osmode*) (princ(strcat"\n"(itoa(1+ compt))" objects")) (princ) ) Don't forget to put...