VectorScript: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
== Basics ==
== Basics ==


[[VS:Introduction]]
* [[VS:Introduction]]
* [[VS:User Interface]]
* [[VS:Creating a Custom Dialog Box]]
* [[VS:Plug-in Parameter Types]]
* [[VS:Search Criteria]]
* [[VS:Include Files and Encryption]]
* [[VS:The VectorScript Debugger]]


[[VS:User Interface]]
== Common Tasks ==


[[VS:Creating a Custom Dialog Box]]
* [[VS:Parametric Custom Opening in Wall]]
 
* [[VS:Parametric Custom Selection Indication]]
[[VS:Plug-in Parameter Types]]
* [[VS:Parametric Custom Shape Pane]]
 
* [[VS:Parametric Custom Shape Pane Popup]]
[[VS:Search Criteria]]
* [[VS:Parametric Hide Details]]
 
* [[VS:Parametric State Notifications]]
[[VS:Include Files and Encryption]]
* [[VS:Similar Objects Creation]]
 
[[VS:The VectorScript Debugger]]


== Version Information ==
== Version Information ==

Revision as of 20:58, 10 February 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

What is VectorScript

VectorScript is a scripting language component of the Vectorworks® Fundamentals software package. It is a lightweight programming language which syntactically resembles Pascal, incorporating many of the programming constructs of that language.

Language Guide

VectorScript is actually a “superset” of the Pascal language, extending basic Pascal capabilities with a number of APIs (application programming interfaces) which provide access to the features and functionality of the Vectorworks CAD engine.

Please, download and read the VectorScript Language Guide PDF document for more information.

Basics

Common Tasks

Version Information