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

Python package for 3D geometry CAD/BIM/CAM

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

Hello pythonocc-community, **Issue** I want to export a step file as a json string to use it in threejs using the following code: step_reader = STEPControl_Reader() status = step_reader.ReadFile(inputFile) if...

hello, I have used Geom_BSplineCurve to extract some geometric information, such as knot vectors, but I found that the knot vectors I extracted are not normalized. I found that using...

I used to have this working on OCE 0.18 for Python 2.6 . But now, OCE 0.18.1 compiled for Python 2.7 or OCC 7.6.2 for Python 3.6.8, it is failing...

I'm trying to transform a Brep represented by a `TopoDS_Solid` but either the transformation doesn't work (or I'm doing it wrong) or I'm looking at the wrong properties. As a...

i have to build a STEP viewer for my project in witch i can see the hierarchical structure of the step file geomertical entities. For now i can only see...

use/howto

Hi I am using pythonocc to read a step file thanks to the read_step_file function of the OCC.Extend.DataExchange module. In case of a corrupted file (e.g. missing references) the above...

help wanted

Dear community, I want to assign a unique ID to an AIS_Shape and have therefore created the subclass My_AIS_Shape: ``` python class My_AIS_Shape(AIS_Shape): def __init__(self, shape: TopoDS_Shape, id: str): super().__init__(shape)...

help wanted

in \OCC\Core\V3d.pyi converthas the same parameter how can i use def Convert(self, Xp: int, Yp: int) -> Tuple[float, float, float]but not this one def Convert(self, Xp: int, Yp: int) ->...

doc
missing_class_method

It would be really cool if `pythonocc-core` could create another anaconda release based on OpenCascade 7.8.0. I have an open issue with `pythonocc-core==7.7.2` that will likely be fixed by using...

feature request

Is it possible to install it on another Python interpreter outside the anaconda environment? because I have a Python version installed with a software I'm using and I want to...