Main Page: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
No edit summary
Line 30: Line 30:
=== VectorScript ===
=== VectorScript ===


[[VectorScript]] is a Pascal-like language allowing scripting in Vectorworks. Basic information is available at [[VS:Introduction|Introduction page]]
[[VectorScript]] is a Pascal-like language allowing scripting in Vectorworks.


VectorScript function reference is available [[VS:Function Reference|here]].
VectorScript function reference is available [[VS:Function Reference|here]].
Line 38: Line 38:
=== Python Scripting ===
=== Python Scripting ===


Vectorworks 2014 adds [[http://www.python.org|Python]] language as an alternative to VectorScript for creating menu commands, objects, tools, or general purpose scripts.
Vectorworks 2014 adds [[http://www.python.org|Python Python]] language as an alternative to VectorScript for creating menu commands, objects, tools, or general purpose scripts.


You can go to the [[Python]] page for more information.
You can go to the [[Python]] page for more information.
Line 44: Line 44:
== Users ==
== Users ==


You must be a registered user in order to edit the WIKI pages. Please register [[Special:UserLogin|here]].
You must be a registered user in order to edit the WIKI pages. Please register at the [[Special:UserLogin|User Login]] page.


If you are interested in creating or deleting pages, you have to request permission for that. Please contact me at [mailto:vstanev@nemetschek.net Vladislav Stanev]
If you are interested in creating or deleting pages, you have to request permission for that. Please contact me at [mailto:vstanev@nemetschek.net Vladislav Stanev]

Revision as of 16:00, 20 September 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix .SDK|SDK ..VCOM:Class Reference|VCOM Class Reference .Help:Contents|Help ..Help:Contents|General Help ..Help:Adding Article|Adding Article ..Help:Adding Function Reference|Adding Function Reference ..Help:Adding General Function Reference|Adding General Function Reference ..Help:Adding VCOM Function Reference|Adding VCOM Function Reference ..Help:Adding VectorScript Function Reference|Adding VectorScript Function Reference

Welcome

This is your source for finding developer oriented documentation related to the SDK and VectorScript. It includes both reference documentation, sample code and articles covering some topics in great detail.

SDK

The Vectorworks SDK is available for free download at http://www.nemetschek.net/support/custom/sdk/index.php under the license: Vectorworks SDK License.

The main entry point for SDK developers is here. Also, the full SDK API reference is here VCOM:Class Reference.

The main SDK category is also available to help navigate around the site.

VectorScript

VectorScript is a Pascal-like language allowing scripting in Vectorworks.

VectorScript function reference is available here.

You can also use the main VectorScript category to help navigate.

Python Scripting

Vectorworks 2014 adds [Python] language as an alternative to VectorScript for creating menu commands, objects, tools, or general purpose scripts.

You can go to the Python page for more information.

Users

You must be a registered user in order to edit the WIKI pages. Please register at the User Login page.

If you are interested in creating or deleting pages, you have to request permission for that. Please contact me at Vladislav Stanev

Developer WIKI Help