Search found 952 matches

by jnxd
Sat Jun 03, 2023 4:12 am
Forum: FEM
Topic: Rigid body constraint
Replies: 51
Views: 41513

Re: Rigid body constraint

NewJoker wrote: Tue May 30, 2023 6:20 pm I still haven't been able to compile FreeCAD from the source (even the original one).
I can get a snap build for you if you have a Linux install.
by jnxd
Thu Jun 01, 2023 10:43 am
Forum: Part Design module development
Topic: PD 2023: missing features/options
Replies: 7
Views: 2160

Re: PD 2023: missing features/options

1) Revolve: missing more options: two angles/up to first/up to face/offset from face There's already a PR for that but it seems that the work was stopped for some reason: https://github.com/FreeCAD/FreeCAD/pull/7193 @jnxd Do you plan to continue working on that in the future ? ... 5) adding surface...
by jnxd
Tue May 30, 2023 11:07 pm
Forum: Python scripting and macros
Topic: knots and direction of B-Spline
Replies: 7
Views: 1192

Re: knots and direction of B-Spline

There are methods in OCCT that do that, named D0, D1 etc. I'm pretty sure they are exposed in Part::Geometry as well.
by jnxd
Tue May 30, 2023 5:32 pm
Forum: FEM
Topic: Rigid body constraint
Replies: 51
Views: 41513

Re: Rigid body constraint

I am not sure what you mean - but if you mean something like an RBE2, NASTRAN, "element", then I have written a python script to generate one for a set of nodes. ... Question: Does anybody know how "*RIGID BODY" works, I don't mean what is the input? I don't understand how you c...
by jnxd
Tue May 30, 2023 5:17 pm
Forum: FEM
Topic: Rigid body constraint
Replies: 51
Views: 41513

Re: Rigid body constraint

@NewJoker what's your opinion on the status of this feature? It won't to be ready for 0.21, but it can be done soon after.
by jnxd
Tue May 30, 2023 3:04 pm
Forum: Developers corner
Topic: Calling on all developers to check the 0.21 Release notes...
Replies: 15
Views: 2567

Re: Calling on all developers to check the 0.21 Release notes...

Those 2 tools are missing from the release notes (and don't have wiki pages): B-spline.PNG @jnxd Could you help with this ? Done with the wiki pages, but please clean up navigation to make.it consistent with the rest of the wiki. Also please fix on the term. So far, I'm seeimg "create bspline ...
by jnxd
Mon May 29, 2023 11:10 pm
Forum: Developers corner
Topic: [Sketcher] Pressing bugs before Release
Replies: 8
Views: 1658

Re: [Sketcher] Pressing bugs before Release

If you have time now and want to help there [in adding tests], I am sure he will welcome some help. Unfortunately I don't think I'd have the time to do this before the release, almost by definition. The priority is to clear out any blocking issues, mainly the toponaming ones. So any time spent on a...
by jnxd
Sun May 28, 2023 10:38 pm
Forum: Developers corner
Topic: [Sketcher] Pressing bugs before Release
Replies: 8
Views: 1658

Re: [Sketcher] Pressing bugs before Release

... https://github.com/FreeCAD/FreeCAD/pull/9681 There are a lot of issues regarding how constraints are not correctly counted. These probably should be handled together by modifying the solver's redundancy c If you mean popularity contest algorithm issues (conflict/redundant undetected or wrongly ...
by jnxd
Sat May 20, 2023 7:11 am
Forum: Developers corner
Topic: [Sketcher] Pressing bugs before Release
Replies: 8
Views: 1658

Re: [Sketcher] Pressing bugs before Release

A lot of issues have been now moved to "out of scope" unless there is an active effort at fixing them. See https://github.com/orgs/FreeCAD/projects/4/views/2. There are a lot of issues regarding how constraints are not correctly counted. These probably should be handled together by modifyi...
by jnxd
Mon May 15, 2023 8:58 am
Forum: Help on using FreeCAD
Topic: Do I need to use Scripting/Programming code to creat a Lamé Curve
Replies: 42
Views: 5034

Re: Do I need to use Scripting/Programming code to creat a Lamé Curve

(Your naming convention is rather unconventional looking at the ShapeBinder names ...Outer... and ...Inner...) Sketcher cannot use this type of edge for external geometry, although it is a B-spline curve. @jnxd, could you have a look? Are you referring to the first message or something in the middl...