Search the Community
Showing results for tags 'authoring'.
-
Hi, It's a bit difficult to explain my problem I would like to know how (or if it's even possible) to have an object follow a block in rotation (authored) without the object rotating itself. Kind of like a piston in a car, the piston will only move up and down but the rod and crankshaft will be in rotation (good example I hope). Or a luffing crane hoisting up and down and the counter ballast will follow the line of rotation but not rotate itself... Help would me much appreciated. Thanks.
-
Setting Tool Palettes File Locations and Authoring Palatte File Locations
ColinHolloway posted a topic in AutoLISP, Visual LISP & DCL
Hi All, Using LISP I can set the Tool Palettes File Locations using vla-put-ToolPalettePath but I cannot find a way (without putting the value directly into the Registry) to set the Authoring Palatte File Locations. Is there a way to do this without accessing the registry directly (using vl-registry-write)? Thanks in advance, Colin -
Bypassing dialog box when Opening a dynamic block as a drawing
Ahankhah posted a topic in AutoLISP, Visual LISP & DCL
Hi every body, when a dynamic block (exported via WBLOCK command as a drawing) is opened, AutoCAD shows a dialog announcing and asking: (The answer is Yes or No) Is it possible to bypass the dialog when opening the drawing from an AutoLISP code? I appreciate any help.