create_shell_bl_using_controls Last update: 10.09.2025 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 : Id of the part. shell_bl_control_ids : Ids of ShellBL control. shell_bl_params : 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)