pycatia.cat_sch_platform_interfaces.sch_app_environment

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_sch_platform_interfaces.sch_app_environment.SchAppEnvironment(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
SchAppEnvironment

Manage the application environment in a schematic session.
app_clean_up_when_application_ends() None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppCleanUpWhenApplicationEnds()

Initialize environment when schematic application ends.

Example:



Dim objThisIntf As SchAppEnvironment
objThisIntf.AppCleanUpWhenApplicationEnds
Return type:

None

app_init_when_application_starts() None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppInitWhenApplicationStarts()

Initialize environment when schematic application starts.

Example:



Dim objThisIntf As SchAppEnvironment
objThisIntf.AppInitWhenApplicationStarts
Return type:

None

app_load_feat_files() None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub AppLoadFeatFiles()

Load all the necessary feat files.

Example:



Dim objThisIntf As SchAppEnvironment
objThisIntf.AppLoadFeatFiles
Return type:

None