pycatia.cat_str_functional_interfaces.sfm_split_plates

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.cat_str_functional_interfaces.sfm_split_plates.SFMSplitPlates(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
SfmSplitPlates

Interface to manage the Structure Functional Modeler Split Plates
object.
Role: Provides access to split plates of a super plate as a
collection.
item(i_index: cat_variant) SFMSplitPlate

Note

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

Gets Split Plate.

Parameters:

iIndex
[in] Index of the Split Plate to be retrieved.
oSfmSplitPlate
[out] The retrieved Split Plate.

Returns:
S_OK if everything ran ok

Example:
This example gets existing Split Plate of a Super
Plate.

Dim ListSplitPlates As SfmSplitPlates
Set ListSplitPlates = SuperPlate.SplitPlatesObjects
Dim Split_Plate As SfmSplitPlate
Set Split_Plate = ListSplitPlates.Item(i)
Next
Parameters:

i_index (cat_variant) –

Return type:

SFMSplitPlate