Search found 951 matches

by jnxd
Wed Nov 16, 2022 5:04 pm
Forum: Announcements & Features
Topic: B-Spline Constraints: Fully Funded! Thanks everybody!
Replies: 256
Views: 6259848

Re: B-Spline Constraints: Fully Funded! Thanks everybody!

abdullah wrote: Wed Nov 16, 2022 2:41 pm Ajinkya, now that knots are merged, would you prepare a PoO rebased on master for review, so that we move forward?
OK since the knot constraints are already merged removing tangent features didn't take too long. The PR is ready for review.
by jnxd
Wed Nov 16, 2022 3:33 pm
Forum: Announcements & Features
Topic: B-Spline Constraints: Fully Funded! Thanks everybody!
Replies: 256
Views: 6259848

Re: B-Spline Constraints: Fully Funded! Thanks everybody!

Did you change the PoO branch in the meantime? Now I cannot reproduce the problem anymore, and I would like to know if gobbles are messing with my PC or your magic wand is at hand here... ;) I might have rebased absent-mindedly. Ajinkya, now that knots are merged, would you prepare a PoO rebased on...
by jnxd
Tue Nov 15, 2022 5:13 pm
Forum: Announcements & Features
Topic: B-Spline Constraints: Fully Funded! Thanks everybody!
Replies: 256
Views: 6259848

Re: B-Spline Constraints: Fully Funded! Thanks everybody!

I have been able to do some tests (not comprehensive yet). It looks good. I only had an issue with the Block constraint, which I am not sure yet if it is a problem of the PoO or of other parts of the Sketcher. I need to investigate further. OK. Not sure what you're referring to. Maybe it's best if ...
by jnxd
Tue Nov 15, 2022 12:35 pm
Forum: Announcements & Features
Topic: B-Spline Constraints: Fully Funded! Thanks everybody!
Replies: 256
Views: 6259848

Re: B-Spline Constraints: Fully Funded! Thanks everybody!

Just wanted to note that I have finished reviewing the knot part. There are some comments that need addressing, but my expectation is that it will be merged soon. Indeed I've seen this. Let's discuss further in the PR itself. Then, knowing that tangencies are generally more problematic at solver le...
by jnxd
Mon Nov 14, 2022 7:46 pm
Forum: Toponaming forum
Topic: Pocket operation distorts solid made from b-spline profiles
Replies: 18
Views: 5765

Re: Pocket operation distorts solid made from b-spline profiles

adrianinsaval wrote: Mon Nov 14, 2022 6:00 pm I doubt that this can be addressed on the FreeCAD side of things, seems like an occt issue.
Is OCCT actually handling STL? This looks like something gmsh should be doing...
by jnxd
Mon Nov 14, 2022 2:48 pm
Forum: Toponaming forum
Topic: Pocket operation distorts solid made from b-spline profiles
Replies: 18
Views: 5765

Re: Pocket operation distorts solid made from b-spline profiles

> I have unionised a square (touching and overlapping), no issues, looks great. > I have unionised a cylinder (just touching), no issues, looks great. > But when I unionise a cylinder that overlaps, all hell breaks loose. So is the issue that the triangles are too coarse as in the OP of this thread...
by jnxd
Mon Nov 14, 2022 6:48 am
Forum: Announcements & Features
Topic: B-Spline Constraints: Fully Funded! Thanks everybody!
Replies: 256
Views: 6259848

Re: B-Spline Constraints: Fully Funded! Thanks everybody!

Jon557 wrote: Sun Nov 13, 2022 8:37 pm @jnxd You wouldn't happen to be working on a fix for a mesh issue by any chance would you?

Ref my last post right at the bottom of this thread: https://forum.freecadweb.org/viewtopic. ... 44&t=69151

Thanks,
Jon
I'm not, but I'll take a look.
by jnxd
Sun Nov 13, 2022 9:01 pm
Forum: Python scripting and macros
Topic: Insert poles to BSpline
Replies: 5
Views: 694

Re: Insert poles to BSpline

There is knot insertion in bspline curves but afaik in surface it's not yet exposed in part side. @Chris_G is there a way to refine a spline surface?
by jnxd
Sun Nov 13, 2022 6:42 pm
Forum: FEM
Topic: Rigid body constraint
Replies: 51
Views: 41374

Re: Rigid body constraint

What I normally do If I create a new object is to create a example as well. Since I do start with object and writer and at last do the gui I need some python to create the object anyway. Some more python and the example is ready. See for example this 94c0522c38 bernd I just now looked at the exampl...
by jnxd
Fri Nov 11, 2022 8:28 pm
Forum: Developers corner
Topic: Memory leak while testing
Replies: 18
Views: 2444

Re: Memory leak while testing

adrianinsaval wrote: Mon Nov 07, 2022 12:26 pm can you try if you have the memory leak with a clean config? I remember having a memory leak while testing a long time ago and it got away after resetting my config.
So do you mean make clean or rm -rf* and cmake all over again?