Main Page: Difference between revisions

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


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 ===
Line 35: Line 41:


You can also use the [[:Category:VectorScript|main VectorScript category]] to help navigate.
You can also use the [[:Category:VectorScript|main VectorScript category]] to help navigate.
=== 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.


== Users ==
== Users ==
Line 46: Line 46:
You must be a registered user in order to edit the WIKI pages. Please register at the [[Special:UserLogin|User Login]] page.
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@vectorworks.net Vladislav Stanev]


== Developer WIKI Help ==
== Developer WIKI Help ==

Revision as of 16:01, 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.

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.

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.

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