Search found 2190 matches

by realthunder
Mon Oct 16, 2023 4:08 am
Forum: Developers corner
Topic: Splitting a face with BRepAlgoAPI_Splitter
Replies: 5
Views: 4284

Re: Splitting a face with BRepAlgoAPI_Splitter

OCC is rather inconsistent on which key to use for query generated/modified/deleted shapes among various APIs. What I did is to query using all primary shapes (vertex/edge/face) of all input shapes. The same output primary shape can be generated/modified by multiple input shapes.
by realthunder
Mon Mar 06, 2023 11:34 pm
Forum: Help on using FreeCAD
Topic: Subshapebinder position of a padded sketch
Replies: 8
Views: 2999

Re: Subshapebinder position of a padded sketch

PR submitted https://github.com/FreeCAD/FreeCAD/pull/8763 The cause of the problem is when the Sketch is grouped under a PartDesign feature, the SubShapeBinder will bind to the sketch through the feature as a sub-object, which normally will be transformed in the parent's placement. But PartDesign fe...
by realthunder
Fri Jan 20, 2023 1:59 pm
Forum: Toponaming forum
Topic: [tracker] bugs in the toponaming branch
Replies: 18
Views: 9031

Re: [tracker] bugs in the toponaming branch

This is supposed to be fixed by PR#8124.
by realthunder
Thu Jan 05, 2023 1:48 pm
Forum: Toponaming forum
Topic: PartDesign corrupted geometry
Replies: 9
Views: 4218

Re: PartDesign corrupted geometry

This is not a topo naming related problem, but most likely an OCC tolerance issue. I'll investigate further and post in my issue thread.
by realthunder
Sun Nov 27, 2022 11:07 pm
Forum: UX/UI Design
Topic: Merge RealThunder transparancy stuff?
Replies: 75
Views: 31814

Re: Merge RealThunder transparancy stuff?

PR submitted https://github.com/FreeCAD/FreeCAD/pull/7888 I've added the manual toggle function according to suggestion. There are commands for each side of the panel with user customizable keyboard shortcut, default to 'Shift + Left/Right/Top/Bottom'. Or, just click the hint edge to bring it back. ...
by realthunder
Mon Nov 07, 2022 9:36 am
Forum: Toponaming forum
Topic: pyparsing depdency
Replies: 3
Views: 2879

Re: pyparsing depdency

I didn't explicitly add any dependency on pyparsing. Are you building MacBundle from the source? Is this module installed on your local system?
by realthunder
Mon Nov 07, 2022 9:27 am
Forum: Developers corner
Topic: Version Control Support in FreeCAD
Replies: 72
Views: 37979

Re: Version Control Support in FreeCAD

According to https://github.com/realthunder/FreeCAD/commit/1dfd9b93c9f9a1bfe56e1aa940b118c933b2de1c the defaults for the file layout (Force XML, Prefere Binary, Split XML) can be adjusted in parameter editor path BaseApp/Preferences/Document . But i can't find these parameters in there. Also search...
by realthunder
Mon Nov 07, 2022 9:16 am
Forum: Toponaming forum
Topic: intresting article for toponaming
Replies: 1
Views: 2196

Re: intresting article for toponaming

I've read a more recent paper from the same authors before implementing the algorithm. I even reference the paper in the wiki.
by realthunder
Mon Nov 07, 2022 9:06 am
Forum: Toponaming forum
Topic: [Solved] Linkstage3: the AppImage version of 21.10.2022 does not launch!
Replies: 5
Views: 3083

Re: Linkstage3: the AppImage version of 21.10.2022 does not launch!

Just install libopengl. I am not entirely sure, but this package is probably platform dependent so you have to install it yourself.