pycatia.funct_system_interfaces.funct_association

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_association.FunctAssociation(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
FunctAssociation

The interface to access a Functional Association.

It is managed on a Functional Element, thru the MultiRep Facet Manager
(MRM).
detach_from(i_linked: AnyObject) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub DetachFrom(AnyObject iLinked)

Delete a link to a linked object.
Parameters:

i_linked (AnyObject) –

Return type:

None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub LinkTo(AnyObject iLinked,
CATBSTR iKind)

Create a link to another object.
Parameters:
Return type:

None

property linked_count: int

Note

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

Get count of linked objects.
Return type:

int

retrieve_kind_of_linked(i_index: cat_variant) str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func RetrieveKindOfLinked(CATVariant iIndex) As CATBSTR

Retrieve the kind of linked object.
Parameters:

i_index (cat_variant) –

Return type:

str

retrieve_linked(i_index: cat_variant) AnyObject

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func RetrieveLinked(CATVariant iIndex) As AnyObject

Retrieve a linked object.
Parameters:

i_index (cat_variant) –

Return type:

AnyObject