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_id
int Id of the part.
- shell_bl_control_ids
Iterable[int] Ids of ShellBL control.
- shell_bl_params
ShellBLParams Parameters related to ShellBL.
- part_id
- Returns:
- :
CreateShellBLResultsReturns the CreateShellBLResults.
- Return type:
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)