SearchInfoByRegisterIdParams#
- class ansys.meshing.prime.SearchInfoByRegisterIdParams(model=None, json_data=None, **kwargs)#
Parameters to retrieve information on registered faces.
- Parameters:
- model: Model
Model to create a
SearchInfoByRegisterIdParams
object with default parameters.- json_data: dict, optional
JSON dictionary to create a
SearchInfoByRegisterIdParams
object with provided parameters.
Examples
>>> search_info_by_register_id_params = prime.SearchInfoByRegisterIdParams(model = model)
Methods
Print the default values of
SearchInfoByRegisterIdParams
object.Set the default values of the
SearchInfoByRegisterIdParams
object.