Skip to main content

Prime Mesh Python client library 2025 R2

set_default

Last update: 10.09.2025

static CheckMeshResults.set_default(has_non_positive_volumes=None, has_non_positive_areas=None, has_invalid_shape=None, has_left_handed_faces=None, error_code=None, warning_codes=None)

Set the default values of the CheckMeshResults object.

  • Parameters:

    has_non_positive_volumes: bool, optional : Indicates whether mesh has non positive volumes.

    has_non_positive_areas: bool, optional : Indicates whether mesh has non positive areas.

    has_invalid_shape: bool, optional : Indicates whether mesh has invalid shape.

    has_left_handed_faces: bool, optional : Indicates whether mesh has left handed faces.

    error_code: ErrorCode, optional : Error code associated with the check grid operation.

    warning_codes: List[WarningCode], optional : Warning codes associated with the check grid operation.

Connect with Ansys