create_shell_bl_using_controls#

Surfer.create_shell_bl_using_controls(part_id, shell_bl_control_ids, shell_bl_params)#

Create ShellBL using data stored in controls.

Parameters:
part_idint

Id of the part.

shell_bl_control_idsIterable[int]

Ids of ShellBL control.

shell_bl_paramsShellBLParams

Parameters related to ShellBL.

Returns:
:
CreateShellBLResults

Returns the CreateShellBLResults.

Return type:

CreateShellBLResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> results = surfer.create_shell_bl_using_controls(part_id,
                                                    shell_bl_control_ids,
                                                    shell_bl_params)