Skip to main content

Prime Mesh Python client library 2025 R1 SP01

PeriodicControlSummaryParams

Last update: 17.07.2025

class ansys.meshing.prime.PeriodicControlSummaryParams(model=None, json_data=None, **kwargs)

Parameters used to get size control summary.

  • Parameters:

    model: Model : Model to create a PeriodicControlSummaryParams object with default parameters.

    json_data: dict, optional : JSON dictionary to create a PeriodicControlSummaryParams object with provided parameters.

Examples

>>> periodic_control_summary_params = prime.PeriodicControlSummaryParams(model = model)

Methods

Name Description
PeriodicControlSummaryParams.print_default() Print the default values of PeriodicControlSummaryParams object.
PeriodicControlSummaryParams.set_default() Set the default values of the PeriodicControlSummaryParams object.

Connect with Ansys