Jump to content
Developer Wiki and Function Reference Links ×

Vector Script for 'show other objects while in groups'


JMSarch

Recommended Posts

Hi All,

New here and was hoping someone might have a script handy for the 'show other objects while in groups' option in VW Preferences. I found one here for the line weights toggle that has been great to work with so I am hoping I can get one to toggle this feature as well without having to go into the Preferences dialogue every time.

Sadly my office is still using 2008, if that makes a difference.

Thanks in advance for any help :)

Link to comment

Hello again :)

I am wondering if someone can help me modify this script (or create a new one) that would give me the option to select the class I want to change to instead of changing to a specified class.

Procedure CustTool;

VAR

Name:STRING;

Result:BOOLEAN;

BEGIN

NameClass('A_Notes');

END;

Run(CustTool);

This was created with the 'Custom tool/attribute' drop down but what I would really like to be able to do is have a command that would create a pick box (or eyedropper?) that I could select the class to match and then apply it to another object, instead of creating a bunch of these commands separately.

Can anyone help?

Thanks a bunch!

JMS

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...