pycatia.eno_cd5_interfaces.cd5_ids

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.eno_cd5_interfaces.cd5_ids.CD5IDs(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.Collection
CD5IDs

Represents a list of ENOVIA V6 Integration identifier(CD5ID).

Example:

The following example indicates how to retrieve list of ENOVIA V6
Integration identifier.

PhysicalIDs : “6EFB8D2E00008A445257E36100000DF7,6EFB8D2E00008A445257E3610000090”.

Dim oIDs As ENOIACD5IDs
Set oIDs = GetIDsFromPhysicalIDs(PhysicalIDs);

See also:
CD5EngineV6R2015, CD5ID
item(i_index: cat_variant) CD5ID

Note

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

Returns (gets) CD5ID from the list of ids.

Example:

The following example gets a CD5ID at index 1.


Dim oID As ENOIACD5ID
Set oID = CD5IDs.Item(1)
Parameters:

i_index (cat_variant) –

Return type:

CD5ID