Skip to content

machistore/basics_of_Vectorworks_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basics_of_Vectorworks_plugins

A few simple Python scripts to understand the basics of Vectorworks plugins.

Vectorworks プラグインの基本を理解するための個人的ないくつかの簡単なPythonスクリプト。

Demo

  • examples of Point objects
    1点型オブジェクトの1例
    (point_objects_example_1.py)
point_objects.mp4
  • examples of Linear objects
    2点型オブジェクトの1例
    (linear_objects_example_1.py)
linear_objects.mp4
  • examples of Rectangular objects
    3点型オブジェクトの1例
    (rectangular_objects_example_1.py)
rectangular_objects.mp4
  • examples of Hybrid objects
    ハイブリッドなオブジェクトの1例
    (Hybrid_objects_example_1.py)

hybrid_objects_example_1

  • print_area_sobj
    選択した2Dオブジェクトの面積を文字列オブジェクトで返す1例
    (print_area_sobj.py)
print_area_sobj.mp4
  • sqlite3_callall_table 指定したSQLiteファイルの指定したテーブルをVectorworksに取り込む1例.
    (sqlite3_callall_table.py)
2023-10-04.15-23-20.-.Trim.-.Trim.mp4

Note

  • Any required parameters are noted at the end of each script.

  • Operation has been confirmed only with Vectorworks2019.
    Please note that we have not confirmed the operation in other versions.

  • 必要なパラメーターは、各スクリプトの最後に記載されています。

  • Vectorworks2019のみ動作確認済みです。
    それ以外のバージョンでの動作は確認しておりませんので、予めご了承ください。

Author

License

"marionette_palettes" is under The MIT License(https://licenses.opensource.jp/MIT/MIT.html)

Copyright (c) 2023 Katsutoshi Machida

About

A few simple Python scripts to understand the basics of Vectorworks plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors