pycatia.general_knowledge_interfaces.kwe_correct_function

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.general_knowledge_interfaces.kwe_correct_function.KweCorrectFunction(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
KWECorrectFunction

Represents the Knowledge correct function.
check() AnyObject

Note

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

Retrieves the check associtade to this correct function.

Returns:
oAssociatedCheck ExpertCheck associated to this correct function.
Return type:

AnyObject

get_number_of_list_failed_elements() int

Note

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

Retrieves the number of roots of facts of the rule base.

Returns:
oArraySize Number of roots of facts.
Return type:

int

list_failed_elements() tuple

Note

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

Returns the list of elements of current tuple failed.

Parameters:

oListElementsOfTupleFailed
array of tuple elements.
Parameters:

o_list_elements_of_tuple_failed (tuple) –

Return type:

tuple