The ``problem_areas.py`` module =============================== .. py:module:: ansys.geometry.core.tools.problem_areas Summary ------- .. py:currentmodule:: problem_areas .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.geometry.core.tools.problem_areas.ProblemArea` - Represents problem areas. * - :py:obj:`~ansys.geometry.core.tools.problem_areas.DuplicateFaceProblemAreas` - Provides duplicate face problem area definition. * - :py:obj:`~ansys.geometry.core.tools.problem_areas.MissingFaceProblemAreas` - Provides missing face problem area definition. * - :py:obj:`~ansys.geometry.core.tools.problem_areas.InexactEdgeProblemAreas` - Represents an inexact edge problem area with unique identifier and associated edges. * - :py:obj:`~ansys.geometry.core.tools.problem_areas.ExtraEdgeProblemAreas` - Represents a extra edge problem area with unique identifier and associated edges. * - :py:obj:`~ansys.geometry.core.tools.problem_areas.ShortEdgeProblemAreas` - Represents a short edge problem area with a unique identifier and associated edges. * - :py:obj:`~ansys.geometry.core.tools.problem_areas.SmallFaceProblemAreas` - Represents a small face problem area with a unique identifier and associated faces. * - :py:obj:`~ansys.geometry.core.tools.problem_areas.SplitEdgeProblemAreas` - Represents a split edge problem area with unique identifier and associated edges. * - :py:obj:`~ansys.geometry.core.tools.problem_areas.StitchFaceProblemAreas` - Represents a stitch face problem area with unique identifier and associated faces. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: ProblemArea DuplicateFaceProblemAreas MissingFaceProblemAreas InexactEdgeProblemAreas ExtraEdgeProblemAreas ShortEdgeProblemAreas SmallFaceProblemAreas SplitEdgeProblemAreas StitchFaceProblemAreas Description ----------- The problem area definition. .. !! processed by numpydoc !!