Main Page: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div id="location-source">
<div id="location-source">
.VectorScript|VectorScript
.Vectorworks Scripting|Scripting
..Python|Python Scripting
..VectorScript|VectorScript
..VS:Function Reference|Function Reference
..VS:Function Reference|Function Reference
..VS:Function_Reference_Appendix|Appendix
..VS:Function_Reference_Appendix|Appendix
..Vectorworks Scripting#Version_Information|Version Information
..Marionette|Marionette
.SDK|SDK
.SDK|SDK
..SDK:Using the SDK|Using the SDK
..VCOM:Class Reference|VCOM Class Reference
..VCOM:Class Reference|VCOM Class Reference
..SDK:Layout Manager User Interface|User Interface
..SDK#Version_Information|Version Information
.Help:Contents|Help
.Help:Contents|Help
..Help:Contents|General Help
..Help:Contents|General Help
Line 20: Line 27:
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.


=== SDK ===
== Languages / 言語 ==


The Vectorworks SDK is available for free download at http://www.nemetschek.net/support/custom/sdk/index.php  under the license: [[Vectorworks SDK License]].
This information in this website is provided in the following languages:
*English -- The English version is located at [[Main Page]]
*日本語 -- 日本語のページは[[Main Page/ja]]からたどってください。


The main entry point for [[SDK|SDK developers is here]]. Also, the full SDK API reference is here [[VCOM:Class Reference]].
Note: You can modify your user preferences and set Language to the appropriate value. Then the wiki will automatically display the corresponding language if it is available.
::本サイトのユーザー登録後、個人設定で使用言語を日本語に設定いただくと、日本語訳のあるページでは自動的に訳のページが表示されるようになります。


The [[:Category:SDK|main SDK category]] is also available to help navigate around the site.
== Developing for Vectorworks ==


=== VectorScript ===
=== Scripting ===


VectorScript function reference is available [[VS:Function Reference|here]].
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.


You can also use the [[:Category:VectorScript|main VectorScript category]] to help navigate.
More information can be found here [[Vectorworks Scripting]].


== Browser ==
=== SDK ===


This site is best viewed with:
The Vectorworks SDK is available for free download at http://www.vectorworks.net/support/custom/sdk  under the license: [[Vectorworks SDK License]].
*Chrome (http://www.google.com/chrome)
*Firefox (http://www.mozilla.com)
*Internet Explorer (http://www.microsoft.com/windows/products/winfamily/ie)


== Environment ==
The main entry point for [[SDK|SDK developers is here]]. Also, the full SDK API reference is here [[VCOM:Class Reference]].
 
The [[:Category:SDK|main SDK category]] is also available to help navigate around the site.


By default the http://developer.vectorworks.net web site is created in single window with the contents on the left hand side.
== Localization ==


You may also open the site in framed a environment: http://developer.vectorworks.net/frames.php where the contents is in separate frame on the left hand side. In this mode you will not be able to get the link to each page in the address bar of the browser.
Localization techniques are discussed here [[Vectorworks Plugin Localization]].


== 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@vectorworks.net Vladislav Stanev]


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

Revision as of 13:48, 1 September 2016

.Vectorworks Scripting|Scripting ..Python|Python Scripting ..VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix ..Vectorworks Scripting#Version_Information|Version Information ..Marionette|Marionette .SDK|SDK ..SDK:Using the SDK|Using the SDK ..VCOM:Class Reference|VCOM Class Reference ..SDK:Layout Manager User Interface|User Interface ..SDK#Version_Information|Version Information .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.

Languages / 言語

This information in this website is provided in the following languages:

  • English -- The English version is located at Main Page
  • 日本語 -- 日本語のページはMain Page/jaからたどってください。

Note: You can modify your user preferences and set Language to the appropriate value. Then the wiki will automatically display the corresponding language if it is available.

本サイトのユーザー登録後、個人設定で使用言語を日本語に設定いただくと、日本語訳のあるページでは自動的に訳のページが表示されるようになります。

Developing for Vectorworks

Scripting

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.vectorworks.net/support/custom/sdk 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.

Localization

Localization techniques are discussed here Vectorworks Plugin Localization.

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