pycatia.cat_str_functional_interfaces.sfm_split_plate

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_plate.SFMSplitPlate(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
SfmSplitPlate

Interface to manage the Structure Functional Modeler Split plate
object.
Role: Provides access to weld objects on Split plate.
get_welds(i_operating_ele: Reference) SFMWelds

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetWelds(Reference iOperatingEle) As SfmWelds

Gets Welds feature on operated Plate.

Parameters:

iOperatingEle
[in] Operating element of the weld features.
oWelds
[out] The retrieved Weld features.

Returns:
S_OK if everything ran ok.

Example:
This example gets welds features of Split Plate.

Dim Welds As SfmWelds
Set Welds = Split_Plate.GetWelds(Nothing)
Parameters:

i_operating_ele (Reference) –

Return type:

SFMWelds