Jump to content
Developer Wiki and Function Reference Links ×

Revision cloud Plug-in


DaveF

Recommended Posts

Hi All

I'm new to Vscript.

using Vectorworks v9.5.2

I wish to add to the revision cloud routine so that it always draws the cloud on a specific class.

Unfortunately it appears locked.

Is there a way to unlock it for editing or is there another way of doing this?

[ 04-15-2003, 07:13 AM: Message edited by: DaveF ]

Link to comment

you can look at it like the wall styles tool in VWA.

create a Tool that in theory should only need to

1.get current active class

2.sets the active class

3.call tool ( what ever the number is for the cloud tool) .

4.resets to orginal active class

then give a simlar looking icon

and put in the palette in place of the orginal.

well in theory anyway

Link to comment

CallTool(toolID:INTEGER);

makes the tool active then when the user is finished returns to your tool

toolID can be found in the VS reference

except just checked and there isn't one listed for the cloud tool.

but the idea still work if you can find a tool ID number.

sorry for the misdirection

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