Jump to content

VW 2018 Improvements in Worksheet data search


Recommended Posts

Two minutes is way to long.  Copy and paste everything in the following script block into a new blank Vectorscript Editor window. It should run in approx. 2 seconds or less.

 

Procedure Reset_TBB;
{December 11, 2017}
{© 2017 Patrick Stanford pat@coviana.com}
{Licensed under the GNU Lesser General Public License}
{Resets all VW2018 Title block objects. Useful to force changes}
{made in a worksheet drawing list to display.}
{Created in response to a thead by DigitalCarbonZero of the}
{Vectorworks Community Forum 12-11-17}


Begin
ForEachObject(ResetObject, ((INSYMBOL & INVIEWPORT & (PON='Title Block Border'))));
End;

Run(Reset_TBB);

 

Link to comment

It does exactly what it says, It causes all plug ins to read all of the parameter settings and redraw based on the current parameters.

 

You should not need to do this often unless you are doing things like changing the settings of the PIOs from a script or a worksheet instead of the OIP.

 

There is already check box in the Print Dialog to Reset Plug ins that need resetting prior to printing.

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