SearchByThinStripResults#
- class ansys.meshing.prime.SearchByThinStripResults(model=None, n_found=None, error_code=None, json_data=None, **kwargs)#
Results associated with search by thin strip of face elements.
- Parameters:
- model: Model
Model to create a
SearchByThinStripResults
object with default parameters.- n_found: int, optional
Number of face elements identified as thin strips.
- error_code: ErrorCode, optional
Error code associated with search thin strips operation.
- json_data: dict, optional
JSON dictionary to create a
SearchByThinStripResults
object with provided parameters.
Examples
>>> search_by_thin_strip_results = prime.SearchByThinStripResults(model = model)
Methods
Print the default values of
SearchByThinStripResults
object.Set the default values of the
SearchByThinStripResults
object.Attributes
Error code associated with search thin strips operation.
Number of face elements identified as thin strips.