Jump to content

Scripts


Recommended Posts

VectorScript is used in several ways in VectorWorks, but the simplest is to just create a script and place it on a command palette. To do this, open the Resource palette and click the 'New...' button. Select VectorScript in the dialog that appears. You'll be prompted to supply a name for the a command palette, and again to supply a name for the script. After that, the VectorScript editor appears. Type in the following script:

code:


Message('Hello, world!');


There. You've just written your first script. Close the script editor and look for the command palette you created. To run your script, double click it in the palette. You should see a message palette appear with the phrase "Hello, world!" inside.

That's a pretty simple script that probably is limited in the context of designing buildings. But it's a start, and from here on all you need to do is to expand your knowledge of VectorScript syntax and built-in functions. Use the language guide and the reference on our web site for that. I realize that last bit might read like "...and then a miracle occurs..." (nod to Gary Larson), but the whole idea is that you start with the easy stuff and advance from there. If you're completely unfamiliar with programming and scripting concepts, it may help to find a book on the Pascal programming language, as VectorScript is very similar to Pascal.

Note that there's a whole forum here on the tech support message board devoted to VectorScript, and NNA also hosts a mailing list devoted to VectorScript.

Hope that's what you were looking for.

[This message has been edited by Caleb Strockbine (edited 10-21-2001).]

Link to comment

Hello,

I am doing a lot of VectorScript programming. So if you have a problem, or you are stuck with something, feel free to ask. I will try to help you.

If you have a question, use my email address :

kristiaan.verberne@skynet.be

in that way I receive your question faster.

I wish you a nice day and much programming pleasure in VectorScript.

Friendly greetings,

StarGate

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