VectorScript/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
Line 6: Line 6:
== ランゲージガイド ==
== ランゲージガイド ==


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.
VectorScript はPascal言語の“スーパーセット”で、基本的なPascalが、多くのAPI(Application Programing Interfaces)で拡張され、Vectorworks のCADエンジンの機能を利用することができます。


Please, download and read the [[Media:VectorScriptGuide.pdf|VectorScript Language Guide PDF]] document for more information.
詳しくは、 [[Media:VectorScriptLanguageGuide.pdf|VectorScript ランゲージガイド PDF]] をダウンロードしてお読みください。


== 基礎 ==
== 基礎 ==

Revision as of 14:54, 14 January 2014

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

VectorScriptとは?

VectorScriptはVectorworks® Fundamentalsソフトウェアパッケージのスクリプト言語です。計量のプログラミング言語で、Pascalに似た文法を持ち、そこから多くのプログラム構造を取り入れています。

ランゲージガイド

VectorScript はPascal言語の“スーパーセット”で、基本的なPascalが、多くのAPI(Application Programing Interfaces)で拡張され、Vectorworks のCADエンジンの機能を利用することができます。

詳しくは、 VectorScript ランゲージガイド PDF をダウンロードしてお読みください。

基礎

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