pycatia.manufacturing_interfaces.manufacturing_features

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_features.ManufacturingFeatures(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
ManufacturingFeatures

Collection of Manufacturing Features.

See also:
ManufacturingFeature
add(i_type: str) ManufacturingFeature

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Add(CATBSTR iType) As ManufacturingFeature

Create and Add a Manufacturing Feature of a specified type to the
Collection.

Example:
The following example creates and adds in Features the manufacturing feature Feature of type : type

Set Feature = Features.Add(Type)
Parameters:

i_type (str) –

Return type:

ManufacturingFeature

item(i_index: cat_variant) ManufacturingFeature

Note

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

Retrieve the Manufacturing Feature of a the specified index from the
Collection.

Example:
The following example retrieves from Feature the manufacturing feature Feature from index : Index

Set Feature = Features.Item(Index)
Parameters:

i_index (cat_variant) –

Return type:

ManufacturingFeature