    

 ## On this page

  

 

 # create\_shell\_bl\_control

 Last update: 10.09.2025 

<a id="ansys.meshing.prime.ControlData.create_shell_bl_control"></a>

#### ControlData.create\_shell\_bl\_control()

Create a ShellBL control.

- **Returns:**
    
    [`ShellBLControl`](ansys.meshing.prime.ShellBLControl.md#ansys.meshing.prime.ShellBLControl): ShellBL Control.
- **Return type:**
    
    [`ShellBLControl`](ansys.meshing.prime.ShellBLControl.md#ansys.meshing.prime.ShellBLControl)

### Examples

```pycon
&gt;&gt;&gt; shell_bl_control = model.control_data.create_shell_bl_control()

```