MatchMorphParams#
- 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
Print the default values of
MatchMorphParams
object.Set the default values of the
MatchMorphParams
object.