VectorScript/ja

From Vectorworks Developer
Revision as of 00:44, 10 April 2013 by Kimura (talk | contribs) (日本語化開始)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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.

ランゲージガイド

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.

基礎

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