VS:PythonBeginContext/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

この関数はPythonExecuteスクリプトが実行されるコンテキストを作成します。

あとに実行されるPythonスクリプトが同じPython環境で実行されるようにします。.

PROCEDURE PythonBeginContext;
def vs.PythonBeginContext():
    return None

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:PythonExecute | VS:PythonEndContext

VS Functions:

[[VS:PythonExecute]]

| [[VS:PythonEndContext]]