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

I want to have access to mesh geometry using : ` Coords = TColStd_Array1OfReal()` `Type = MeshVS_EntityType.MeshVS_ET_Node` `NbNodes = data_source.GetGeom (ID, is_element, Coords, Type)` but I obtain this error :...

There are small typos in: - src/Display/WebGl/jupyter_renderer.py - src/Display/WebGl/simple_server.py - src/Display/WebGl/threejs_renderer.py - src/Display/WebGl/x3dom_renderer.py - src/Display/wxDisplay.py - src/Tesselator/ShapeTesselator.cpp Fixes: - Should read `number` rather than `numer`. - Should read `dictionary` rather...

Hi, I am just wondering if it is possible to suppress the print messages when using the `Transfer` method of `STEPControl_Writer`? In my particular use case I transfer a large...

help wanted

hello, thank you for providing a very nice python interface to OpenCasCade. When I used the BRepPrimAPI_MakeTorus function in pythonocc to make a Torus, I encountered a problem. Here is...

bug
use/howto

I use the HLRBRep_Algo class for a three-dimensional entity to perform blanking data. I want to associate it with the three-dimensional entity, that is, to be able to find the...

help wanted

When a shape is clicked in jupyter, it gets selected and its color is set to yellow. I noticed a blittering on Chrome/Windows, shape color changes from gray to yellow...

I'm trying to figure out if there is a way to approximate the part of a shape that is loaded in a STEP file where Spline is used. Is there...

help wanted

Hello everyone, is it possible to **convert only a part of a step file**, like a specific surface, to a mesh and a stl file (see dark blue surface in...

data exchange

Hello all, First a little bit of background ( about me and the algorithm :) ). I am a Computer Scienece student and I am working on a pythonocc algorithm...

help wanted

I generate two entities of the same TopoDS_Shape, the parameters of generating them are the same, how can I judge that they are the same, I use the TopoDS_Shape class...

help wanted