create_size_control#

ControlData.create_size_control(sizing_type)#

Create a size control for a sizing type.

Parameters:
typeSizingType

Sizing type for creating the size control.

Returns:
SizeControl

Size control.

Return type:

SizeControl

Notes

An empty size control is created on calling this method.

Examples

>>> size_control = model.control_data.create_size_control(SizingType.Curvature)