create_size_control#
- ControlData.create_size_control(sizing_type)#
Create a size control for a sizing type.
- Parameters:
- type
SizingType
Sizing type for creating the size control.
- type
- Returns:
SizeControl
Size control.
- Return type:
Notes
An empty size control is created on calling this method.
Examples
>>> size_control = model.control_data.create_size_control(SizingType.Curvature)