Skip to main content

Prime Mesh Python client library 2025 R2

ansys.meshing.prime.WarningCode

Last update: 10.09.2025

WarningCode

class ansys.meshing.prime.WarningCode(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Warning codes associated with the PyPrimeMesh operation.

Methods

Name Description
WarningCode.conjugate Returns self, the complex conjugate of any int.
WarningCode.bit_length(/) Number of bits necessary to represent self in binary.
WarningCode.bit_count(/) Number of ones in the binary representation of the absolute value of self.
WarningCode.to_bytes(/[, length, byteorder, ...]) Return an array of bytes representing an integer.
WarningCode.from_bytes(/, bytes[, ...]) Return the integer represented by the given array of bytes.
WarningCode.as_integer_ratio(/) Return a pair of integers, whose ratio is equal to the original int.
WarningCode.is_integer(/) Returns True.

Attributes

Name Description
WarningCode.real the real part of a complex number
WarningCode.imag the imaginary part of a complex number
WarningCode.numerator the numerator of a rational number in lowest terms
WarningCode.denominator the denominator of a rational number in lowest terms
WarningCode.NOWARNING No warnings.
WarningCode.UNKNOWN Unknown warning.
WarningCode.SURFER_QUADCLEANUP_MULTITHREADINGNOTSUPPORTED Multithreading is not supported for quad cleanup operation.
WarningCode.OVERRIDECURVATURESIZINGPARAMS Overriding curvature sizing parameters.
WarningCode.OVERRIDESOFTSIZINGPARAMS Overriding soft sizing parameters.
WarningCode.OVERRIDEHARDSIZINGPARAMS Overriding hard sizing parameters.
WarningCode.OVERRIDEPROXIMITYSIZINGPARAMS Overriding proximity sizing parameters.
WarningCode.OVERRIDEBOISIZINGPARAMS Overriding BOI sizing parameters.
WarningCode.OVERRIDEMESHEDSIZINGPARAMS Overriding meshed sizing parameters.
WarningCode.OVERRIDESOISIZINGPARAMS Overriding SOI sizing parameters.
WarningCode.INVALIDSIZECONTROLSCOPE Invalid size control type provided.
WarningCode.OVERRIDEGROWTHRATEPARAM Overriding growth rate parameter.
WarningCode.OVERRIDESUGGESTEDNAME Override name by suggested name.
WarningCode.OVERRIDESURFACESCOPEENTITY Override surface scope entity.
WarningCode.OVERRIDEVOLUMESCOPEENTITY Override volume scope entity.
WarningCode.MAXOFPRISMCONTROLSMINASPECTRATIO Maximum value of min aspect ratio from selected prism controls is considered for all selected prism controls.
WarningCode.OVERRIDEEDGESCOPEENTITY Override edge scope entity.
WarningCode.SHELLBLGAPFACTORMINLIMIT Adjusted ShellBL gap factor to 0.001.
WarningCode.PARTNOTINPARTSCOPE Selected part is not in the part scope of the periodic control.
WarningCode.NUMERICPARTNAMERENAMETOALPHANUMERIC Numeric part name renamed to alphanumeric name.
WarningCode.SURFERLAYEREDQUADFAILED Layered quad failed with surfer.
WarningCode.SURFERDEGENERATEFACE Degenerate input.
WarningCode.ALIGN_OPERATIONINTERRUPTED Align operation interrupted.
WarningCode.FUSEOVERLAPREMOVALINCOMPLETE Self intersections found.
WarningCode.REMOVEOVERLAPWITHINTERSECT Self intersections found.
WarningCode.IGA_NOGEOMZONELETFORSPLINEFITTING Invalid input for IGA.
WarningCode.NOHOLESFOUNDONPLANE Provides warning when no closed holes are found in the given face zonelets at given plane.
WarningCode.NOVOLUMESCOMPUTED There are no volumes found.
WarningCode.EXTERNALOPENFACEZONELETSFOUND External open face zonelets found when computing volumes.
WarningCode.NOVOLUMESENCLOSINGMATERIALPOINT No computed volumes enclosing material point.
WarningCode.EXTERNALOPENTOPOFACESFOUND External open topofaces found when computing topovolumes.
WarningCode.FACEZONELETSWITHOUTVOLUMES Face zonelets have no volume associated to them.
WarningCode.JOINEDZONELETSFROMMULTIPLEVOLUMES Joined zonelets from more than two volumes.
WarningCode.FAILEDTOUPDATEVOLUMES Volumes are not updated after performing the operation.
WarningCode.WRAPPER_SIZECONTROLNOTDEFINED No size controls provided for wrapper.
WarningCode.WRAPPER_SIZECONTROLNOTSUPPORTED Size control is not supported in wrapper.
WarningCode.WRAPPER_SMALLERSIZEATFEAURES Size at features is smaller than base size.
WarningCode.WRAPPER_SMALLERCONTACTPREVENTIONSIZE Contact prevention size is smaller than base size.
WarningCode.MATERIALPOINTWITHSAMENAMEEXISTS Material point with the same name exists.
WarningCode.WRAPPER_PATCHFLOWREGIONS_NOHOLESFOUND No holes detected to patch.
WarningCode.ENTITIESNOTBELONGTOANYZONE Entities do not belong to any zone.
WarningCode.INVALIDENTITIESNOTADDEDTOZONE Entities with invalid id or type not added to zone.
WarningCode.LOCALSURFERNOFACEREGISTERED No face registered with the given register id.
WarningCode.MESHHASNONPOSITIVEVOLUMES Mesh has non positive volumes.
WarningCode.MESHHASNONPOSITIVEAREAS Mesh has non positive areas.
WarningCode.MESHHASINVALIDSHAPE Mesh has invalid shape.
WarningCode.MESHHASLEFTHANDEDNESSFACES Mesh has invalid shape.
WarningCode.NOCADGEOMETRYFOUND CAD geometry not found for some or all topo entities.
WarningCode.NOCADGEOMETRYPROJECTONFACETS CAD geometry not found for some or all topo entities.
WarningCode.DUPLICATEINPUT Duplicate items in input.
WarningCode.UNPROCESSEDKEYWORDSINABAQUSFILE Unprocessed Abaqus keywords have been found.
WarningCode.EXPORTMAPDLANALYSISSETTINGSFAILED Export MAPDL analysis settings failed.
WarningCode.WRITINGCONTACTPAIRSSKIPPED Writing of contact pairs skipped.
WarningCode.WRITINGTIESSKIPPED Writing of ties skipped.
WarningCode.WRITINGZONELETOFLABELTOELEMENTCOMPONENTSKIPPED Export of label as element component skipped.
WarningCode.IMPORTOFNODALCOMPONENTASLABELSKIPPED Import of nodal component as label skipped.
WarningCode.VT_SKIPPEDPROTECTEDENTITIES Input contains protected entities which have been skipped.
WarningCode.VT_SKIPPEDFEATUREENTITIES Input contains feature entities which have been skipped.
WarningCode.VT_SKIPPEDFREEEDGES Input contains free edges which have been skipped.
WarningCode.VT_SKIPPEDNONMANIFOLDEDGES Input contains non-manifold edges which have been skipped.
WarningCode.VT_SKIPPEDENTITIESINDIFFERENTZONES Input contains entities in different zones which have been skipped.
WarningCode.VT_CANNOTMERGENODES Cannot merge nodes during VT operation.
WarningCode.VT_REMESHFACEFAILED Failed to remesh face(s) during VT operation.
WarningCode.MULTIZONEMESHER_SURFACESCOPEVOLUMESCOPEINCONSISTENCY MultiZone warning codes
WarningCode.MULTIZONEMESHER_DEFEATUREDTOPOEDGES TopoEdges that got defeatured in the MultiZone mesh.
WarningCode.MULTIZONEMESHER_DEFEATUREDTOPOFACES TopoFaces that got defeatured in the MultiZone mesh.

Connect with Ansys