pycatia.funct_system_interfaces.funct_gen_script_mgr

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.funct_system_interfaces.funct_gen_script_mgr.FunctGenScriptMgr(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
CATFunctSystemItf.FunctionalFacet
FunctGenScriptMgr

The interface to access a Functional GenerativeScripts
manager.
property current_script: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property CurrentScript() As long

Get the CurrentScript.
Return type:

int

property scripts: FunctScripts

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Scripts() As FunctScripts (Read Only)

Get the Generative Scripts collection.
Return type:

FunctScripts