Skip to main content

Prime Mesh Python client library 2025 R2

create_size_control

Last update: 10.09.2025

ControlData.create_size_control(sizing_type)

Create a size control for a sizing type.

  • Parameters:

    type : 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)

Connect with Ansys