OpenGeode-Inspector


NameOpenGeode-Inspector JSON
Version 6.3.6 PyPI version JSON
download
home_pageNone
SummaryOpen source framework for inspecting the validity of geometric models
upload_time2025-02-18 00:42:27
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">OpenGeode-Inspector<sup><i>by Geode-solutions</i></sup></h1>
<h3 align="center">OpenGeode module for inspecting meshes and models</h3>

<p align="center">
  <img src="https://github.com/Geode-solutions/OpenGeode-ModuleTemplate/workflows/CI/badge.svg" alt="Build Status">
  <img src="https://github.com/Geode-solutions/OpenGeode-ModuleTemplate/workflows/CD/badge.svg" alt="Deploy Status">
  <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-ModuleTemplate/branch/master/graph/badge.svg" alt="Coverage Status">
  <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-ModuleTemplate.svg" alt="Version">
</p>

<p align="center">
  <img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
  <img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
  <img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
</p>

<p align="center">
  <img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="Language">
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
  <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
  <a href="https://geode-solutions.com/#slack">
    <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
  </a>
  <a href="https://doi.org/10.5281/zenodo.3610370">
    <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg" alt="DOI">
  </a>

---

## Introduction

OpenGeode-Inspector is a module of [OpenGeode] providing ways of inspecting your meshes and models and verifying their validity.

[OpenGeode]: https://github.com/Geode-solutions/OpenGeode

## Documentation

Go check out the online documentation at [docs.geode-solutions.com].

[docs.geode-solutions.com] https://docs.geode-solutions.com

Installing OpenGeode-Inspector is done:

- either by compiling the C++ source.
- or by installing the python library using the pip command `pip install opengeode-inspector`.

## Usage

To use OpenGeode-Inspector, several options are available:

- If you installed and compiled the C++ source code, you can use the executable binaries to apply an inspection of your meshes/models and toggle on/off the various checks directly.
- or use the API functions (check the tests to see how it is done) if you want to go further or use the resulting errors to repair your meshes/models.
- If you installed the python library, you can add `import opengeode_inspector` in your Python script to use the available API functions. Check [this documentation page](https://docs.geode-solutions.com/guides/use-opengeode-binding.html) for more details. Examples are also procured in the `examples` folder.
- You can inspect your models without any installation, by using the API of the [Geode-solutions free tools](https://geode-solutions.com/tools).

The available checks for each mesh type are:

- PointSet:
  - Colocation of vertices
- EdgedCurve:
  - Colocation of vertices
  - Degeneration of edges
- SurfaceMesh:
  - Adjacency of polygons
  - Colocation of vertices
  - Degeneration of edges
  - Degeneration of polygons
  - Intersection of triangles (for triangulated surfaces)
  - Manifold of vertices
  - Manifold of edges
- SolidMesh:
  - Adjacency of polyhedra
  - Colocation of vertices
  - Degeneration of edges
  - Degeneration of polyhedra
  - Manifold of vertices
  - Manifold of edges
  - Manifold of facets
    The available checks for each model type are:
- Section:
  - Validity of the topology
  - Checks on each component mesh: all the previous mesh checks depending on the component mesh type
  - Checks on the validity of the unique vertices (linking to vertices, colocation of unique vertices points, un-colocation of points with same unique vertices)
  - Intersection of the component mesh surfaces between each other
- BRep:
  - Validity of the topology
  - Checks on each component mesh: all the previous mesh checks depending on the component mesh type
  - Checks on the validity of the unique vertices (linking to vertices, colocation of unique vertices points, un-colocation of points with same unique vertices)
  - Intersection of the component mesh surfaces between each other

## Questions

For questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #inspector. The issue list of this repo is exclusively for bug reports and feature requests.

## License

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2019 - 2025, Geode-solutions

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "OpenGeode-Inspector",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Geode-solutions <contact@geode-solutions.com>",
    "download_url": null,
    "platform": null,
    "description": "<h1 align=\"center\">OpenGeode-Inspector<sup><i>by Geode-solutions</i></sup></h1>\n<h3 align=\"center\">OpenGeode module for inspecting meshes and models</h3>\n\n<p align=\"center\">\n  <img src=\"https://github.com/Geode-solutions/OpenGeode-ModuleTemplate/workflows/CI/badge.svg\" alt=\"Build Status\">\n  <img src=\"https://github.com/Geode-solutions/OpenGeode-ModuleTemplate/workflows/CD/badge.svg\" alt=\"Deploy Status\">\n  <img src=\"https://codecov.io/gh/Geode-solutions/OpenGeode-ModuleTemplate/branch/master/graph/badge.svg\" alt=\"Coverage Status\">\n  <img src=\"https://img.shields.io/github/release/Geode-solutions/OpenGeode-ModuleTemplate.svg\" alt=\"Version\">\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success\" alt=\"Windows support\">\n  <img src=\"https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success\" alt=\"Ubuntu support\">\n  <img src=\"https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success\" alt=\"Red Hat support\">\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/badge/C%2B%2B-11-blue.svg\" alt=\"Language\">\n  <img src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\">\n  <img src=\"https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\" alt=\"Semantic-release\">\n  <a href=\"https://geode-solutions.com/#slack\">\n    <img src=\"https://opengeode-slack-invite.herokuapp.com/badge.svg\" alt=\"Slack invite\">\n  </a>\n  <a href=\"https://doi.org/10.5281/zenodo.3610370\">\n    <img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg\" alt=\"DOI\">\n  </a>\n\n---\n\n## Introduction\n\nOpenGeode-Inspector is a module of [OpenGeode] providing ways of inspecting your meshes and models and verifying their validity.\n\n[OpenGeode]: https://github.com/Geode-solutions/OpenGeode\n\n## Documentation\n\nGo check out the online documentation at [docs.geode-solutions.com].\n\n[docs.geode-solutions.com] https://docs.geode-solutions.com\n\nInstalling OpenGeode-Inspector is done:\n\n- either by compiling the C++ source.\n- or by installing the python library using the pip command `pip install opengeode-inspector`.\n\n## Usage\n\nTo use OpenGeode-Inspector, several options are available:\n\n- If you installed and compiled the C++ source code, you can use the executable binaries to apply an inspection of your meshes/models and toggle on/off the various checks directly.\n- or use the API functions (check the tests to see how it is done) if you want to go further or use the resulting errors to repair your meshes/models.\n- If you installed the python library, you can add `import opengeode_inspector` in your Python script to use the available API functions. Check [this documentation page](https://docs.geode-solutions.com/guides/use-opengeode-binding.html) for more details. Examples are also procured in the `examples` folder.\n- You can inspect your models without any installation, by using the API of the [Geode-solutions free tools](https://geode-solutions.com/tools).\n\nThe available checks for each mesh type are:\n\n- PointSet:\n  - Colocation of vertices\n- EdgedCurve:\n  - Colocation of vertices\n  - Degeneration of edges\n- SurfaceMesh:\n  - Adjacency of polygons\n  - Colocation of vertices\n  - Degeneration of edges\n  - Degeneration of polygons\n  - Intersection of triangles (for triangulated surfaces)\n  - Manifold of vertices\n  - Manifold of edges\n- SolidMesh:\n  - Adjacency of polyhedra\n  - Colocation of vertices\n  - Degeneration of edges\n  - Degeneration of polyhedra\n  - Manifold of vertices\n  - Manifold of edges\n  - Manifold of facets\n    The available checks for each model type are:\n- Section:\n  - Validity of the topology\n  - Checks on each component mesh: all the previous mesh checks depending on the component mesh type\n  - Checks on the validity of the unique vertices (linking to vertices, colocation of unique vertices points, un-colocation of points with same unique vertices)\n  - Intersection of the component mesh surfaces between each other\n- BRep:\n  - Validity of the topology\n  - Checks on each component mesh: all the previous mesh checks depending on the component mesh type\n  - Checks on the validity of the unique vertices (linking to vertices, colocation of unique vertices points, un-colocation of points with same unique vertices)\n  - Intersection of the component mesh surfaces between each other\n\n## Questions\n\nFor questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #inspector. The issue list of this repo is exclusively for bug reports and feature requests.\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n\nCopyright (c) 2019 - 2025, Geode-solutions\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Open source framework for inspecting the validity of geometric models",
    "version": "6.3.6",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e227f55d50cea2003cae4f3b2b7f9b54cd2aa023022556c21a5ab42714cf3a9",
                "md5": "9f644f2c8d0163b0fa6e51280d8ee6d9",
                "sha256": "d6ab17a932e1272b0f8bd4e9c3e33dfa49e97a223fe562cbb39fa954b2c26808"
            },
            "downloads": -1,
            "filename": "OpenGeode_Inspector-6.3.6-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9f644f2c8d0163b0fa6e51280d8ee6d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 529615,
            "upload_time": "2025-02-18T00:42:27",
            "upload_time_iso_8601": "2025-02-18T00:42:27.980335Z",
            "url": "https://files.pythonhosted.org/packages/5e/22/7f55d50cea2003cae4f3b2b7f9b54cd2aa023022556c21a5ab42714cf3a9/OpenGeode_Inspector-6.3.6-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "668ea920722d0de71154a42214f75a3a93316993e13c853711010e775bdbab7c",
                "md5": "06a3261629f14b1027d032941c447a3e",
                "sha256": "3903bc761c83b8a0390b120e2f70411dad53a42d5c75d856fc7af2d9cc5ba9cd"
            },
            "downloads": -1,
            "filename": "OpenGeode_Inspector-6.3.6-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "06a3261629f14b1027d032941c447a3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 400288,
            "upload_time": "2025-02-18T00:42:50",
            "upload_time_iso_8601": "2025-02-18T00:42:50.956166Z",
            "url": "https://files.pythonhosted.org/packages/66/8e/a920722d0de71154a42214f75a3a93316993e13c853711010e775bdbab7c/OpenGeode_Inspector-6.3.6-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4bc923ecc718b7671c82f03d4864adfd28099443845f15e3897c727f1cc7afe4",
                "md5": "c343436383f4ec6edd7353b5a34e05eb",
                "sha256": "79175571b466871563745cd9583f8d03f644c801a971c77aaa2db18b09e5ea8d"
            },
            "downloads": -1,
            "filename": "OpenGeode_Inspector-6.3.6-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c343436383f4ec6edd7353b5a34e05eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 532621,
            "upload_time": "2025-02-18T00:42:29",
            "upload_time_iso_8601": "2025-02-18T00:42:29.414498Z",
            "url": "https://files.pythonhosted.org/packages/4b/c9/23ecc718b7671c82f03d4864adfd28099443845f15e3897c727f1cc7afe4/OpenGeode_Inspector-6.3.6-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57cb084da1326edb48aa5951ad26d6d499f771e92d96ca40d705f7a00ef6495f",
                "md5": "876c55c823ab43a0b19c0e77d04eecef",
                "sha256": "7859ae9a084ca8bc9a06122f5a19f49a6da66354ed6e803b9135abbaea742cc4"
            },
            "downloads": -1,
            "filename": "OpenGeode_Inspector-6.3.6-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "876c55c823ab43a0b19c0e77d04eecef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 401407,
            "upload_time": "2025-02-18T00:42:55",
            "upload_time_iso_8601": "2025-02-18T00:42:55.098090Z",
            "url": "https://files.pythonhosted.org/packages/57/cb/084da1326edb48aa5951ad26d6d499f771e92d96ca40d705f7a00ef6495f/OpenGeode_Inspector-6.3.6-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfb0175c801c8bfb4f5456f37cdace90f8e30a8d494a4f8d7dfc9e6217b6b287",
                "md5": "0a2523fbc034d3962c288d0805798769",
                "sha256": "6e645acaabefe291934459973f5e484a0b896ce4a010f5349058671a62d3ec1c"
            },
            "downloads": -1,
            "filename": "OpenGeode_Inspector-6.3.6-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a2523fbc034d3962c288d0805798769",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 533614,
            "upload_time": "2025-02-18T00:42:28",
            "upload_time_iso_8601": "2025-02-18T00:42:28.805973Z",
            "url": "https://files.pythonhosted.org/packages/bf/b0/175c801c8bfb4f5456f37cdace90f8e30a8d494a4f8d7dfc9e6217b6b287/OpenGeode_Inspector-6.3.6-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56966a95763a18131db37c2faced905f4be08d86d707bb5195f9ad9605e453b4",
                "md5": "ca2db07c4ea06d8a21d61f8beb3ed7fc",
                "sha256": "128c43acf24c8c6a3490f34c8a28257070787804374cdb368b9b368d2dd7cbeb"
            },
            "downloads": -1,
            "filename": "OpenGeode_Inspector-6.3.6-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ca2db07c4ea06d8a21d61f8beb3ed7fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 401563,
            "upload_time": "2025-02-18T00:42:58",
            "upload_time_iso_8601": "2025-02-18T00:42:58.505765Z",
            "url": "https://files.pythonhosted.org/packages/56/96/6a95763a18131db37c2faced905f4be08d86d707bb5195f9ad9605e453b4/OpenGeode_Inspector-6.3.6-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28749f2048c33c744ef8cdf42d5a3128622c826bd12f7d72a40ea583c6851f55",
                "md5": "9c9bd0926f304c564be50b924363fb27",
                "sha256": "41c6f6f13bf3d5e589034b91a77f482aed6b878fa0bbb5e9b539c28b22b421da"
            },
            "downloads": -1,
            "filename": "OpenGeode_Inspector-6.3.6-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9c9bd0926f304c564be50b924363fb27",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 531221,
            "upload_time": "2025-02-18T00:42:30",
            "upload_time_iso_8601": "2025-02-18T00:42:30.079702Z",
            "url": "https://files.pythonhosted.org/packages/28/74/9f2048c33c744ef8cdf42d5a3128622c826bd12f7d72a40ea583c6851f55/OpenGeode_Inspector-6.3.6-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f847c1df13a52966d12ebd6d1c9224c5036efe4213354d7ea6cd8a4bba38d5f",
                "md5": "bfd2e97a0698ef7ed5741eaf8a5aaaf2",
                "sha256": "6dbb4d1cd2f2e0c6fc4aee4e6fa854ffedb519a90dc80b67cc786794c065abce"
            },
            "downloads": -1,
            "filename": "OpenGeode_Inspector-6.3.6-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bfd2e97a0698ef7ed5741eaf8a5aaaf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 382241,
            "upload_time": "2025-02-18T00:43:17",
            "upload_time_iso_8601": "2025-02-18T00:43:17.102110Z",
            "url": "https://files.pythonhosted.org/packages/8f/84/7c1df13a52966d12ebd6d1c9224c5036efe4213354d7ea6cd8a4bba38d5f/OpenGeode_Inspector-6.3.6-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-18 00:42:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "opengeode-inspector"
}
        
Elapsed time: 4.38437s