Jump to content
Developer Wiki and Function Reference Links ×

assign multiple selection to one specific class - marionette/vwxscript?!


Recommended Posts

Hey guys,

 

I'm currently studying event technology so my software to go is VWX Spotlight. Quite often we receive ground plans of the venue as DWG files or even PDFs. These files are full of information which we do not need. First we have to clean all plans for our daily use which is really time-consuming. We move all unnecessary information to one class which is turned off - not deleted - because later we need maybe some information. To achieve this we have to make a lot of clicks to move the selection on one specific class, let’s say this class is called 00_off. Is there a way so speed things up and move the selection via marionette/script on that 00_off class?

 

thanks guys for your help

kind regards

tim

Link to comment

There is a little tool called "Hide Class". Install it in your Vectorworks. Then click on objects who's class you want to hide. Then all those classes are hidden.  To show them again you option click in the Organze: Classes window on the column with the eye.

If you really want to use that single class Idea then you could quite easily change the script and replace "getclasse" and "Hideclass" lines  with

SetClass(h,'00_off');

Have fun

Hide Class.vst

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...