Main Page: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:


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.
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.
== Scriping ==
As for Vectorworks 2014 Python language is available for scripting along with VectorScript. This is an alternative that uses more modern language and provides fast and stable scripting.
More information can be found here [[Vectorworks Scripting]].


=== SDK ===
=== SDK ===
Line 27: Line 33:


The [[:Category:SDK|main SDK category]] is also available to help navigate around the site.
The [[:Category:SDK|main SDK category]] is also available to help navigate around the site.
=== Python Scripting ===
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.
=== VectorScript ===
[[VectorScript]] is a Pascal-like language allowing scripting in Vectorworks.
VectorScript function reference is available [[VS:Function Reference|here]].
You can also use the [[:Category:VectorScript|main VectorScript category]] to help navigate.


== Users ==
== Users ==

Revision as of 19:32, 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.

Scriping

As for Vectorworks 2014 Python language is available for scripting along with VectorScript. This is an alternative that uses more modern language and provides fast and stable scripting.

More information can be found here Vectorworks Scripting.

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.

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