Skip to main content

Prime Mesh Python client library 2025 R2 SP04

ResolveIntersectionResult

Last update: 20.02.2026

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

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.

Connect with Ansys