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

Hi again, I'm trying to calibrate the offline renderer's camera with my own intrinsic parameters (focal length and others) Noticing that the projection matrix is in OpenGL format, I found...

help wanted
display

For me is only the build with [email protected] possible. So, I have some questions: 1. In the interests of clarity, is it possile to tag the commit like 'Port to...

compilation/build system

if i have create a box by extrude, how to use the offset command to change the height of the box

help wanted

Hi Thomas, I'm Alon, an autonomous robotic's researcher at CEAR lab Technion. We have had the idea of creating an indoor localization and navigation package based on IFC BIM models,...

Hi, I am really new to pythonocc and at the moment I am trying to prepare a - to some extent - automated mesh generation using the Gmsh-Python-API. For the...

use/howto

Hi, I have a set of triangles that I want to represent as a mesh on the pythonOcc GUI but apparently there are no SMESH and StlMesh classes anymore inside...

Hi Everyone, I am trying to use pyinstaller and generate a .exe. When I run the .exe file I get the following set of logs: ![github](https://user-images.githubusercontent.com/16053962/44842385-879a2500-abfa-11e8-987e-4d7b2b3d16eb.png) ` ###### 3D rendering...

packaging

Hello, I am dealing with a following issue: an .iges file contains geometry as well as naming for surfaces (they are not unique, i.e. multiple surfaces can have the same...

help wanted
import/export

Hello there! I am trying to find the coordinates of a clicked node using a cloud point. I manage to do that easily when using gp_Pnt objects, but not with...

help wanted

Hi there! I am working with python 3.7 and pythonocc-core 7.4.0 and I am trying to import these methods: - from OCC.Extend.DataExchange import write_step_file - from OCC.Display.SimpleGui import init_display The...