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

Hello everyone, I got the intersection between a shape and a plane using "BRepAlgoAPI.BRepAlgoAPI_Section" function. Is it possible to extract a polygon from the intersection? (Or the points of the...

Hello, I trying to write a code that opens a STEP file and check if any solid is colliding/intersecting with the rest of the solids in the STEP file. In...

use/howto

The build system appears to just select the newest available Python, as far as I've been able to tell. It's fairly common to have multiple versions installed, but to want...

use/howto
compilation/build system

The SVG visualization for hidden edges uses hardcoded parameters for the `stroke-dasharray` attribute, see here: https://github.com/tpaviot/pythonocc-core/blob/33473b9741e7027baf2ef43a7fb36ecd86c8b113/src/Extend/DataExchange.py#L516 This should ideally be configurable by the user.

feature request
data exchange

Hey, I am trying to generate sample points on a surface. I reviewed the example from "core_topology_uv_to_cartesian_coordinates.py". It works in the "solid" face, but not circle or ring shapes (see...

Hello everyone Following code block create a simple step file with simple compound object. If entities will be added to document item by item layer information can be obtain on...

data exchange
STEP

Hi, i want to optimize an existing programm, which is used fore feature-recognition. The actual programm gets its data from a part_list ( .csv), Assembly.STEP, the CAD parts ( also...

data exchange
STEP

Hi everyone, I am using pythonocc to compute the intersection points between a B-spline surface (Geom_BSplineSurface object) and a set of vectors (Geom_Line objects), using GeomAPI_ExtremaCurveSurface. This used to work...

bug

I have upgraded from pythonocc 0.18.2 running under python 3.6 and qt 5.6 and MacOS Mojave. I am now running pythonocc 7.4 under python 3.8 and qt 5.9 and MacOS...

display

I have a surface with a hole in it (for example a plane surface with a cylindircal hole in it. And I needd to get the dimensions of this hole....

use/howto