pythonocc-documentation
pythonocc-documentation copied to clipboard
Documentation for the pythonocc 3D CAD python package
In documentation compiled with sphinx following readme instructions there is no index whatsoever, therefore no content is linked. I noticed the same issue at [https://readthedocs.org/projects/pythonocc-core/](https://readthedocs.org/projects/pythonocc-core/).
The documentation for OCC.Core.STEPControl, in particular Readers and Writers references write modes STEPControlStd_AsIs, STEPControlStd_ManifoldSolidBrep etc. These names should not have the letters 'Std' in them - instead they should just...
Hi there, I was wondering if there is a `read_brep_file` function, similar to `read_iges_file` in `OCC.Extend.DataExchange`. Some references on the OCC format: # https://dev.opencascade.org/doc/occt-6.7.0/overview/html/occt_brep_format.html # https://documentation.help/Open-Cascade/occt_user_guides__brep_wp.html # https://academy.ifcopenshell.org/posts/using-ifcopenshell-and-pythonocc-to-generate-cross-sections-directly-from-an-ifc-file/ Maybe I...
Hi!, I get errors/warnings that the module OCC is not found when building the documentation by running "make html". I installed python occ core in a conda (miniforge3) environment and...
The file `getting_started/build_install.rst` states in the "Download / install precompiled binaries" [section](https://github.com/tpaviot/pythonocc-documentation/blob/master/getting_started/build_install.rst#download--install-precompiled-binaries) that precompiled binaries are available from the [GitHub releases page](https://github.com/tpaviot/pythonocc-core/releases) but on going there there are only files...
Performing a checkout on MS-Windows a warning is given: ``` warning: the following paths have collided (e.g. case-sensitive paths on a case-insensitive filesystem) and only one from the same colliding...