SearchByIntersectionResults#
- class ansys.meshing.prime.SearchByIntersectionResults(model=None, n_found=None, error_code=None, json_data=None, **kwargs)#
Results associated with search by face element intersection (face elements interfering with each other).
- Parameters:
- model: Model
Model to create a
SearchByIntersectionResultsobject with default parameters.- n_found: int, optional
Number of face elements identified by intersection(face elements interfering with each other).
- error_code: ErrorCode, optional
Error code associated with search intersection operation.
- json_data: dict, optional
JSON dictionary to create a
SearchByIntersectionResultsobject with provided parameters.
Examples
>>> search_by_intersection_results = prime.SearchByIntersectionResults(model = model)
Methods
Print the default values of
SearchByIntersectionResultsobject.Set the default values of the
SearchByIntersectionResultsobject.Attributes
Error code associated with search intersection operation.
Number of face elements identified by intersection(face elements interfering with each other).