ResolveIntersectionResult#
- class 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
ResolveIntersectionResult
object with default parameters.- error_code: ErrorCode, optional
Errror code associated with a resolve intersections operation.
- json_data: dict, optional
JSON dictionary to create a
ResolveIntersectionResult
object with provided parameters.
Examples
>>> resolve_intersection_result = prime.ResolveIntersectionResult(model = model)
Methods
Print the default values of
ResolveIntersectionResult
object.Set the default values of the
ResolveIntersectionResult
object.Attributes
Errror code associated with a resolve intersections operation.