VS:PythonBeginContext/ja

From Vectorworks Developer
Revision as of 03:15, 16 January 2014 by Kimura (talk | contribs) (1 revision)
Jump to navigation Jump to search

Description

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

あとに実行される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]]