Search the Community
Showing results for tags 'vla'.
-
Offset LISP using VLA-OFFSET & VLA-PUT-LAYER... Need Help
tmelancon posted a topic in AutoLISP, Visual LISP & DCL
Hello, I currently use a routine that offsets a line in both directions based on a specified distance in the routine. After we run the command we usually have to select the two offset lines and put them on a specific layer, in this case "Structure". I am trying to just add to the routine so the... -
this is probably super simple but can't find the answer: (setq apr (vlax-ename->vla-object (entlast)));#<VLA-OBJECT IAcadRegion 000002c2d9920cb8> (vla-put-Normal apr '(0.0 0.0 1.0)); error: ActiveX Server returned an error: Type mismatch (vla-Update apr)
-
Need Help With Bounding Box Move LISP! HELP!
tmelancon posted a topic in AutoLISP, Visual LISP & DCL
I currently have a really really basic LISP routine. It was written to center a group of objects within a 12x9 drawing sheet (some people do not care whether their drawing is centered or not... pet peeve) ANYWAYS.. In a nutshell it prompts user to select objects using SSGET. Then asks the user f...