create_size_control#

ControlData.create_size_control(sizing_type)#

Creates size control for the given sizing type.

Parameters:
typeSizingType

Sizing type used to create a size control.

Returns:
SizeControl

Returns the size control.

Return type:

SizeControl

Notes

An empty size control is created on calling this API.

Examples

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