pythonocc-demos
pythonocc-demos copied to clipboard
Examples and demos for the pythonocc CAD package
Hello Sir. I am currently working on a project with pythonocc==7.5.1 where I am modeling a 2D object which can be written as multiple lines. I need to be able...
Hello Thomas, When I tried to run the pythonocc-demos example "**core_geometry_face_recognition_from_stepfile.py**", I got the following dll error. **DLL load failed while importing _STEPControl** My installed packages are as follow: Python...
I do not know ,if it is a question.But the transform in it may let me understand more.
When run this program, a bug appears: ``` File "C:/workspaces/python/pythonocc-demos/examples/core_display_pbr.py", line 81, in display.DisplayShape(bottle, material=alu_pbr_aspect) File "C:\ProgramData\Anaconda3\envs\OCCT751\lib\site-packages\OCC\Core\Graphic3d.py", line 14867, in __init__ _Graphic3d.Graphic3d_MaterialAspect_swiginit(self, _Graphic3d.new_Graphic3d_MaterialAspect(*args)) TypeError: Wrong number or type of arguments...
Hey guys, I have had some struggles understanding how to get a regular split operation to work with an "arbitrary polygon". So I thought that maybe someone might benefit from...
How to GET U/V parameter of a point on the surface, Firstly, I want to get the midPoint on a curve on a surface, and then I want to calculate...
Hello Sir. I wanted to ask is it possible for the core_export_stl example to put under function. I try to put it under a function but the "display, start_display, add_menu,...
Hi there! I think I am missing the license information here for the repo. Can you provide more information for code and the example models? BR
Hello, is it possible to get the volume of a model in a step-file using occ? thanks for your help!