pycatia.cat_sch_platform_interfaces.sch_obsolete_model

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_obsolete_model.SchObsoleteModel(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
SchObsoleteModel

Manage obsolete model elements.
find_obsolete_classes() SchListOfObjects

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func FindObsoleteClasses() As SchListOfObjects

Find obsolete base classes. This method will internally call
CATISchAppObsoleteClass to ask the application for the names of the obsolete
classes.

Parameters:

oListObsoleteObj
A list of objects with obsoleted base class types.


Example:

Dim objThisIntf As SchObsoleteModel
Dim objArg1 As SchListOfObjects
Set objArg1 = objThisIntf.FindObsoleteClasses
Return type:

SchListOfObjects

has_obsolete_class(o_b_yes: bool) None

Note

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

Is there any obsolete class in the application model.

Parameters:

oBYes
If yes, then there is.

Example:

Dim objThisIntf As SchObsoleteModel
Dim bVar1 As boolean
objThisIntf.HasObsoleteClassbVar1
Parameters:

o_b_yes (bool) –

Return type:

None