pycatia.abq_automation_interfaces.abq_solution_step_images

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_solution_step_images.ABQSolutionStepImages(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
ABQSolutionStepImages

The collection of analysis images under the solution step
item(i_index: cat_variant) AnalysisImage

Note

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

Returns an analysis image using its index or its name from the
ABQSolutionStepImages collection.

Parameters:

iIndex
The index or the name of the analysis image to retrieve from the
collection of analysis images. If the index is a number, it specifies the rank
of the analysis image in the collection. The index of the first analysis image
in the collection is 1, and the index of the last image is Count. If the index
is a string, it specifies the name you assigned to the image using the
CATIACollection::Name property.

Returns:
The specified AnalysisImage.
Parameters:

i_index (cat_variant) –

Return type:

AnalysisImage

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 an analysis image using its index or its name from the solution
step image collection.

Parameters:

iIndex
The index or the name of the analysis image to retrieve from the
collection of solution step images. If the index is a number, it specifies the
rank of the analysis image in the collection. The index of the first analysis
image in the collection is 1, and the index of the last image is Count. If the
index is a string, it specifies the name you assigned to the image using the
CATIABase::Name property.
Parameters:

i_index (cat_variant) –

Return type:

None