pycatia.fitting_interfaces.shuttles

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.fitting_interfaces.shuttles.Shuttles(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
Shuttles

The interface to access a CATIAShuttles

Using this prefered syntax will enable mkdoc to document your
class.
add() Shuttle

Note

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

Creates a new Shuttle and adds it to the Shuttles
collection.

Returns:
The created Shuttle
Example:
The following example creates a Shuttle newShuttle in the Shuttles
collection.

Set newShuttles = Shuttles.Add
Return type:

Shuttle

add_from_sel() Shuttle

Note

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

Creates a new Shuttle from the selection and adds it to the Shuttles
collection.

Returns:
The created Shuttle
Example:
The following example creates a Shuttle newShuttle in the Shuttles
collection.

Set newShuttles = Shuttles.Add
Return type:

Shuttle

item(i_index: cat_variant) Shuttle

Note

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

i_index (cat_variant) –

Return type:

Shuttle

remove(i_shuttle: Shuttle) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Remove(Shuttle iShuttle)
Parameters:

i_shuttle (Shuttle) –

Return type:

None