MorphSolveParams#
- class ansys.meshing.prime.MorphSolveParams(model=None, json_data=None, **kwargs)#
Morpher solve parameters.
- Parameters:
- model: Model
Model to create a
MorphSolveParams
object with default parameters.- json_data: dict, optional
JSON dictionary to create a
MorphSolveParams
object with provided parameters.
Examples
>>> morph_solve_params = prime.MorphSolveParams(model = model)
Methods
Print the default values of
MorphSolveParams
object.Set the default values of the
MorphSolveParams
object.