pythonocc-core icon indicating copy to clipboard operation
pythonocc-core copied to clipboard

Python package for 3D geometry CAD/BIM/CAM

Results 198 pythonocc-core issues
Sort by recently updated
recently updated
newest added

@tpaviot any plans to update to occt7.6. For conda-forge occt7.6 migration there is only IfcOpenShell and pythonocc missing. Would be nice to move the full CAD-environment to occt7.6.

Hello, I don't get the way we could get the result of an intersection of a Plane with a Shape as a Curve, I believe we need to translate the...

Hello, I have a problem about extracting information. I can import the step file and use explorer to iterate over each shape, but how can I get the geometry information...

When the loaded model is large, such as more than 10M, the display is slow, taking three minutes. The following code: shapes = read_iges_file(file_name) ais_shapes = AIS_Shape(shapes) self.context.Display(ais_shapes,True)

Hi, I'm using the latest release of pythonocc and I'm trying to test it by running the test file: `test/core_display_wx_unittest.py` When I run this script a window pops displaying the...

display

Hello, when I try to run read_step_file example , the program has crashed. I install pythonocc with conda like readme. [https://github.com/tpaviot/pythonocc-demos/blob/master/examples/core_load_step_ap203.py](https://github.com/tpaviot/pythonocc-demos/blob/master/examples/core_load_step_ap203.py) Thanks! [ex16.stp.txt](https://github.com/tpaviot/pythonocc-core/files/9175688/ex16.stp.txt) My Mac MacBookPro15,1, 8 processors, 8-Core Intel...

![Snipaste_2022-07-21_13-42-52](https://user-images.githubusercontent.com/44531004/180138358-9ebb1fc2-8231-43ae-a87c-252b46025759.png)

Let's suppose I'm using this STEP file data as input: ``` #417=ADVANCED_FACE('face_1',(#112),#405,.F.); #418=ADVANCED_FACE('face_2',(#113),#406,.F.); #419=ADVANCED_FACE('face_3',(#114),#407,.F.); ``` Then the following code will print the names of the `ADVANCED_FACE` instances (`face_1`,`face_2` and `face_3`):...

The [pythonocc-core pip package](https://pypi.org/project/pythonocc-core/) has not been updated since Dec 4, 2014 and use pythonocc-core v0.16. It should be updated to the last version v0.18.1.

Hello everyone, now I'm trying to install PythonOCC-Core in a vps with conda (In my computer works me but not in my vps), but I saw the issues about the...