pycatia.osm_interfaces.scene_workbench

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.osm_interfaces.scene_workbench.SceneWorkbench(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
InfInterfaces.Workbench
SceneWorkbench

Represent the access point to scenes management.
property work_scenes: Scenes

Note

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

Returns the Scenes collection.

Example:

This example retrieves the WorkScenes collection of the active
document.

Dim TheWorkSceneWorkbench As Workbench
Set TheWorkSceneWorkbench = CATIA.ActiveDocument.GetWorkbench ( “SceneWorkbench” )
Dim TheScenesList As WorkScenes
Set TheScenesList = TheWorkSceneWorkbench.WorkScenes
Return type:

Scenes