VectorScript: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (remove underscore)
 
(6 intermediate revisions by 2 users not shown)
Line 18: Line 18:
* [[VS:Search Criteria]]
* [[VS:Search Criteria]]
* [[VS:Include Files and Encryption]]
* [[VS:Include Files and Encryption]]
* [[VS:Object Events]]
* [[VS:The VectorScript Debugger]]
* [[VS:The VectorScript Debugger]]


== Common Tasks ==
== See Also ==


* [[VS:Parametric Custom Opening in Wall]]
* [[Vectorworks Scripting#Common Tasks|Scripting Common Tasks]]
* [[VS:Parametric Custom Selection Indication]]
* [[Vectorworks Scripting#Installing Scripts|Installing Scripts]]
* [[VS:Parametric Custom Shape Pane]]
* [[VS:Parametric Custom Shape Pane Popup]]
* [[VS:Parametric Hide Details]]
* [[VS:Parametric State Notifications]]
* [[VS:Similar Objects Creation]]
 
== Version Information ==
 
*[[VS:Vectorworks 2009 Development|Vectorworks 2009]]
*[[VS:Vectorworks 2010 Development|Vectorworks 2010]]
*[[VS:Vectorworks 2011 Development|Vectorworks 2011]]
*[[VS:Vectorworks 2012 Development|Vectorworks 2012]]
*[[VS:Vectorworks 2013 Development|Vectorworks 2013]]
*[[VS:Vectorworks 2014 Development|Vectorworks 2014]]

Latest revision as of 17:47, 13 May 2021

.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

See Also