Vectorworks Scripting: Difference between revisions

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


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.
== Common Tasks ==
* [[VS:Parametric Custom Opening in Wall]]
* [[VS:Parametric Custom Selection Indication]]
* [[VS:Parametric Custom Shape Pane]]
* [[VS:Parametric Custom Shape Pane Popup]]
* [[VS:Parametric Hide Details]]
* [[VS:Parametric State Notifications]]
* [[VS:Similar Objects Creation]]

Revision as of 20:01, 20 February 2014

.Vectorworks Scripting|Scripting ..Python|Python Scripting ..VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Vectorworks provides two options for scripting: Python (as of Vectorworks 2014) and VectorScript.

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.

Common Tasks