Skip to main content

Prime Mesh Python client library 2025 R1 SP01

MatchMorphParams

Last update: 17.07.2025

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

MatchMorphParams describes the parameters required for match morphing.

  • Parameters:

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

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

Examples

>>> match_morph_params = prime.MatchMorphParams(model = model)

Methods

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

Connect with Ansys