Display full version of the post: Grips and Dynamic Blocks

pweeks
16.11.2016, 20:29
Hi all, I have some co workers that are pretty old school in their work. So they normally have GRIPS set to 0 on their AutoCAD. I just created a dynamic block that utilizes different visibility layouts, but when then click the block they naturally can't see the grips to change the visibility. I found a way where they can change it in their properties menu and that seems to work well. My question is there a way to adjust their grip setting to not show anything but dynamic grips or is a function not available? I'm using AutoCAD 2014. 

John Connor
17.11.2016, 11:35
I don't think there is a system variable that would allow for only displaying dynamic grips.Add a line to acaddoc.lsp that sets the grips variable to enabled on your coworkers' computers.

800x600

(SETVAR “GRIPS” 1)



Normal
0




false
false
false

EN-US
X-NONE
X-NONE











MicrosoftInternetExplorer4



























































































































































/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman","serif";}


John Connor2016-11-17 11:35:25

pweeks
17.11.2016, 17:53
I figured as much. Hey John, another random question. I can't figure out the difference between Grips var 1 and 2. Do you know?

John Connor
17.11.2016, 18:04
1 - Displays grips2 - Displays additional midpoint grips on polyline segments