Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 724 Bytes

File metadata and controls

39 lines (30 loc) · 724 Bytes

PythonBeginContext

Description

This function creates a context in which PythonExecute scripts are run.

This function consecutive python scripts to be executed inside the same python environment.

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

Examples

PythonExecute.

PythonBeginContext;
import vs

# This function creates a context in which PythonExecute scripts are run.
vs.PythonBeginContext()

See Also

VS Functions: PythonExecute | PythonEndContext

Version

Availability: from Vectorworks 2014

Category