SearchInfoByRegisterIdResults#
- class ansys.meshing.prime.SearchInfoByRegisterIdResults(model=None, error_code=None, n_found=None, locations_found=None, face_zonelets_found=None, json_data=None, **kwargs)#
Result structure containing information on registered face elements.
- Parameters:
- model: Model
Model to create a
SearchInfoByRegisterIdResults
object with default parameters.- error_code: ErrorCode, optional
Error code associated with the retreiving information based on register id.
- n_found: int, optional
Number of registered face elements.
- locations_found: Iterable[float], optional
Locations of each cluster of registered face elements.
- face_zonelets_found: Iterable[int], optional
Ids of the face zonelets containing atleast one registered face element.
- json_data: dict, optional
JSON dictionary to create a
SearchInfoByRegisterIdResults
object with provided parameters.
Examples
>>> search_info_by_register_id_results = prime.SearchInfoByRegisterIdResults(model = model)
Methods
Print the default values of
SearchInfoByRegisterIdResults
object.Set the default values of the
SearchInfoByRegisterIdResults
object.Attributes
Error code associated with the retreiving information based on register id.
Ids of the face zonelets containing atleast one registered face element.
Locations of each cluster of registered face elements.
Number of registered face elements.