Search found 176 matches

by Fat-Zer
Mon Mar 06, 2023 4:52 pm
Forum: Help on using FreeCAD
Topic: PolarPattern appears to work but not visible
Replies: 36
Views: 7287

Re: PolarPattern appears to work but not visible

Is this still an actual problem? I failed to reproduce the issue on a recent git with any of the provided examples. Simple recalculation of the model seams to produce a correct result in each of the provided files. OS: Gentoo Linux (Trinity/trinity) Word size of FreeCAD: 64-bit Version: 0.21.0.32200...
by Fat-Zer
Mon Mar 06, 2023 8:45 am
Forum: Part Design module development
Topic: Proposal of some Loft and Pipe refactoring
Replies: 8
Views: 1412

Re: Proposal of some Loft and Pipe refactoring

chrisb wrote: Mon Mar 06, 2023 7:26 am I don't understand this. When a loft has equal sections, a pad should be used instead.
I meant "equal" as in "equal rights" =). i.e. the first section is just the first one of its peers; there is nothing intrinsically different about it from other sections.
by Fat-Zer
Mon Mar 06, 2023 1:27 am
Forum: Part Design module development
Topic: Proposal of some Loft and Pipe refactoring
Replies: 8
Views: 1412

Proposal of some Loft and Pipe refactoring

As for now Loft and Pipe features are considered to be ProfileBased features that leads to their quite unnatural structure: they both have a single base Profile and several additional Sections. This could make some sense for a pipe, because it could have only one section, but it's very confusing for...
by Fat-Zer
Thu Apr 15, 2021 6:40 pm
Forum: TechDraw
Topic: BUG: Center Line Style settings are ignored
Replies: 5
Views: 1623

Re: BUG: Center Line Style settings are ignored

Submited: https://github.com/FreeCAD/FreeCAD/pull/4741

PS: in general, for such small issues, should I post on forum first or go straight for a PR?
by Fat-Zer
Thu Apr 15, 2021 7:54 am
Forum: TechDraw
Topic: BUG: Center Line Style settings are ignored
Replies: 5
Views: 1623

BUG: Center Line Style settings are ignored

I've set Tools->Preferences->TechDraw->Annotation->Center Line Style to DashDot , but Insert Center Line tools defaults to Dash es anyway. It's an easy one to fix, I can do it, I was gonna make a PR, but the wiki suggested that I post a forum post first. Should I go straight for a PR or fill in a bu...
by Fat-Zer
Wed Apr 13, 2016 2:08 pm
Forum: Assembly
Topic: Part Design Roadmap
Replies: 59
Views: 27382

Re: Part Design Roadmap

ickby wrote:no. mostly because the code was merged into master a few hours ago and the branches are deleted now,
wait, the whole new partdesign/assembly work was merged? without an additional test request? before the release?
by Fat-Zer
Sat Mar 12, 2016 7:07 pm
Forum: Assembly
Topic: Test Request: Part Design Workflow
Replies: 162
Views: 45069

Re: Test Request: Part Design Workflow

What's the purpose of the part object? I get that a body acts as a container for other features, but what does the part object do? The part object is a generic abstraction. It is intended be used for next means : - it is a placeable group of objects. (e.g. it's handy to see how two objects fits to ...
by Fat-Zer
Fri Mar 11, 2016 8:55 am
Forum: Assembly
Topic: create a PPA including the new Part Design Workbench?
Replies: 14
Views: 4825

Re: Test Request: Part Design Workflow

kcleung wrote:Should we discuss the intention of merging the assembly branch into FreeCAD after 0.16 with the core developers NOW?
IMHO it's not the time yet... I'm not an adherent of idea to merge in whatever state it is, so I'd like to propose to do it on next "test request"...
by Fat-Zer
Wed Mar 09, 2016 4:40 pm
Forum: Assembly
Topic: create a PPA including the new Part Design Workbench?
Replies: 14
Views: 4825

Re: Test Request: Part Design Workflow

kcleung wrote:So are you going to merge the assembly branch into FreeCAD after 0.16? That's wonderful!
Note that it's mostly our desire, but we haven't discussed it with core developers yet...
by Fat-Zer
Wed Mar 02, 2016 3:12 am
Forum: Developers corner
Topic: [bug] There is a bug about quontities
Replies: 9
Views: 2764

Re: [bug] There is a bug about quontities

e.g. if the input forbids angle more than 360°, the code will likely allow to input 359 rad... I was wrong about that... Its name is Precision::Confusion() but you can't use this in the core system since it's part of occ and this we don't want there. It would be nice to have such constant for FreeC...