ResolveIntersectionResult
Last update: 20.02.2026class ansys.meshing.prime.ResolveIntersectionResult(model=None, error_code=None, json_data=None, **kwargs)
Result structure associated with resolve intersections operation.
-
Parameters:
model: Model : Model to create a
ResolveIntersectionResultobject with default parameters.error_code: ErrorCode, optional : Errror code associated with a resolve intersections operation.
json_data: dict, optional : JSON dictionary to create a
ResolveIntersectionResultobject with provided parameters.
Examples
>>> resolve_intersection_result = prime.ResolveIntersectionResult(model = model)
Methods
| Name | Description |
|---|---|
ResolveIntersectionResult.print_default() |
Print the default values of ResolveIntersectionResult object. |
ResolveIntersectionResult.set_default([...]) |
Set the default values of the ResolveIntersectionResult object. |
Attributes
| Name | Description |
|---|---|
ResolveIntersectionResult.error_code |
Errror code associated with a resolve intersections operation. |