create_size_control#
- ControlData.create_size_control(sizing_type)#
Creates size control for the given sizing type.
- Parameters:
- type
SizingType
Sizing type used to create a size control.
- type
- Returns:
SizeControl
Returns the size control.
- Return type:
Notes
An empty size control is created on calling this API.
Examples
>>> size_control = model.control_data.create_size_control(SizingType.Curvature)