Search found 12668 matches

by bernd
Sat Nov 25, 2017 12:37 am
Forum: Open discussion
Topic: Roadmap toward 0.17 Release
Replies: 33
Views: 6382

Re: Roadmap toward 0.17 Release

ahh and pr 1111
by bernd
Sat Nov 25, 2017 12:33 am
Forum: Open discussion
Topic: Roadmap toward 0.17 Release
Replies: 33
Views: 6382

Re: Roadmap toward 0.17 Release

PR1076 and PR931 which depends on 1076 For I only need to test it on windows.
by bernd
Fri Nov 24, 2017 7:15 pm
Forum: Developers corner
Topic: remove a property in C++
Replies: 5
Views: 609

Re: remove a property in C++

good idea werner, I will give this a try!
by bernd
Fri Nov 24, 2017 6:17 pm
Forum: Developers corner
Topic: remove a property in C++
Replies: 5
Views: 609

Re: remove a property in C++

the problem is in python I do some stuff at meshing and for this all contraints with reference property are used. Thus I get an error if I have constraints with empty references. At pre checks there some checks for empty references. If the reference property is hidden and empty I need to explizit ex...
by bernd
Fri Nov 24, 2017 5:29 pm
Forum: Developers corner
Topic: remove a property in C++
Replies: 5
Views: 609

remove a property in C++

Is it possible to remove a property in C++ ? FemconstraintInitialTemperature is based on FemConstraint which defines a property refernce https://github.com/FreeCAD/FreeCAD/blob/868d9cc6c215ce3a2ab20d454378ec00e1b9ed26/src/Mod/Fem/App/FemConstraint.cpp#L78 which I need to remove here https://github.c...
by bernd
Fri Nov 24, 2017 5:27 pm
Forum: FEM
Topic: 2 layer wall: temperature calculation
Replies: 29
Views: 5446

Re: 2 layer wall: temperature calculation

FemConstraintInitialTemperature is based on FemConstraint which defines a reference. See https://github.com/FreeCAD/FreeCAD/blob ... nt.cpp#L78
by bernd
Fri Nov 24, 2017 5:14 pm
Forum: FEM
Topic: 2 layer wall: temperature calculation
Replies: 29
Views: 5446

Re: 2 layer wall: temperature calculation

Thanks to Thomas his persistence we hopefully will fix two totally independent different bugs in FreeCAD FEM. If a mesh is meshed outside an analysis or inside an analysis but with non active analysis it is just meshed. At input file writing we need to get the fem mesh element IDs of all reference s...
by bernd
Fri Nov 24, 2017 12:49 pm
Forum: FEM
Topic: 2 layer wall: temperature calculation
Replies: 29
Views: 5446

Re: 2 layer wall: temperature calculation

Sorry bernd, there is no error, even with your giga sized mesh :( I have no glue what you are doing :? bernds_huge_wall.FCStd huge_wall.ods.zip ScreenshotHugeWall.png - download bernds_huge_wall.FCStd - open it in FreeCAD --> double click on Mesh --> create the mesh (mesh with non active analysis!)...
by bernd
Thu Nov 23, 2017 7:49 pm
Forum: FEM
Topic: 2 layer wall: temperature calculation
Replies: 29
Views: 5446

Re: 2 layer wall: temperature calculation

for reference: https://forum.freecadweb.org/viewtopic.php?f=18&t=11204#p90218 https://forum.freecadweb.org/viewtopic.php?f=18&t=10640&start=10#p94483 mhh but there must be some topic somewhere with an example file for a tolerance problem of getNodesBySolid() Mhh nevermind we seams to hav...