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
MatchMorphParamsobject with default parameters.- json_data: dict, optional
JSON dictionary to create a
MatchMorphParamsobject with provided parameters.
Examples
>>> match_morph_params = prime.MatchMorphParams(model = model)
Methods
Print the default values of
MatchMorphParamsobject.Set the default values of the
MatchMorphParamsobject.
Examples using MatchMorphParams#
Morph a hexahedral mesh of a turbine blade to a new shape
Morph a hexahedral mesh of a turbine blade to a new shape