tnakaicode
tnakaicode
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...
I am using a slightly rewritten init_display to return win(=MainWindow). (https://github.com/tnakaicode/PlotGallery/blob/master/occ_gallery/core_display_test.py) I often use not to do start_display because then I can keep the whole process uninterrupted. If I invoke...
I am trying to figure out how to restrict a certain TopoDS_Face with a closed TopoDS_Wire (Polygon). In the process, I need to project a Polygon on a certain plane...
Gyroid is a type of TPMS (https://github.com/tpaviot/pythonocc-core/issues/697). My code is represented by a triangular element by means of a marching cube, which is just a collection of planes and not...
I would like to know where in CMakeFiles.txt to change OpenCASCADE's 3rd-party configuration during cmake build.
Where is Class Reference?
#### Description: While using the `BRep_Tool.CurveOnSurface` function in the Python bindings of OpenCASCADE, there is ambiguity in how to correctly pass and retrieve the parameters, especially for the `First` and...
#### **Description**: The `math_Vector.Set` method throws a `TypeError` when attempting to set values in Python. The error message indicates that the wrong number or type of arguments is being passed...
I tried to generate a Voronoi diagram from a point cloud and convert it into a TopoDS_Shape. The code works well for finite cells, but I'm struggling with handling infinite...