pycatia.manufacturing_interfaces.manufacturing_precedence

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.manufacturing_interfaces.manufacturing_precedence.ManufacturingPrecedence(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
ManufacturingPrecedence

Defines a precedence relation between objects.
property precedence_type: int

Note

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

Returns the type of the precedence.
Returns:

enum cat_manufacturing_precedence_type

Return type:

int

property target_operation: ManufacturingActivity

Note

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

Returns the target object of the precedence, but with the Operation
interface if it is.
Return type:

ManufacturingActivity