pycatia.abq_automation_interfaces.abq_mass_scalings

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.abq_automation_interfaces.abq_mass_scalings.ABQMassScalings(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
ABQMassScalings

Represents a collection of
ABQMassScaling entries.
Role:
add() ABQMassScaling

Note

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

Adds a new ABQMassScaling to the collection.

Returns:
The created ABQMassScaling entry.
Return type:

ABQMassScaling

item(i_index: cat_variant) ABQMassScaling

Note

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

Returns the ABQMassScaling entry for the specified index.

Parameters:

iIndex
The index or the name of the ABQMassScaling to retrieve. If the
index is a number, it specifies the element offset within the collection. The
offset starts at 1. If the index is a string, it specifies the name
(MassScaling.Name property) of the desired
element.
Parameters:

i_index (cat_variant) –

Return type:

ABQMassScaling

remove(i_index: cat_variant) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Remove(CATVariant iIndex)

Removes the specified entry.

Parameters:

iIndex
The index or the name of the ABQMassScaling to remove. If the index
is a number, it specifies the element offset within the collection. The offset
starts at 1. If the index is a string, it specifies the name (MassScaling.Name
property) of the desired element.
Parameters:

i_index (cat_variant) –

Return type:

None