VS:PythonBeginContext/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 1: Line 1:
 
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 5: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
この関数はPythonExecuteスクリプトが実行されるコンテキストを作成します。[[BR]]<BR>
この関数はPythonExecuteスクリプトが実行されるコンテキストを作成します。<BR><BR>
あとに実行されるPythonスクリプトが同じPython環境で実行されるようにします。.</desc>
あとに実行されるPythonスクリプトが同じPython環境で実行されるようにします。.</desc>



Latest revision as of 09:56, 16 January 2014

.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]]