Search found 3368 matches

by jriegel
Fri May 22, 2015 12:09 pm
Forum: Assembly
Topic: Importing Large Files
Replies: 4
Views: 3285

Re: Importing Large Files

opencascade has puplished their JTAssistant under GPLv2 license recently. Definitly something to look at! But so far only Jt and only meshes. Here you get a Java version: http://www.johannes-raida.de/jnetcad.htm but its not suitable for FreeCAD integration. There fore I started my own. Jriegel, I a...
by jriegel
Fri May 22, 2015 6:15 am
Forum: Assembly
Topic: Importing Large Files
Replies: 4
Views: 3285

Re: Importing Large Files

I got some sample data in the assembly2 branch under \data\tests\Jt\Engine, its an example from theh Siemens page. There you have a example PLMXML/Jt example. The PLMXML holds the structure with a non trivial graph. The idea is to use the python importer to build up the assemby structure till Part l...
by jriegel
Thu May 21, 2015 9:30 am
Forum: Assembly
Topic: Crash on open
Replies: 26
Views: 8675

Re: Crash on open

Actually I would be glad if you guys come up with a good plan for PartDesign, Part and the migration stuff. The only thing I really need at the moment is the App::Part object as interface to all Assembly stuff. The Body for PartDesign is IMO good practice. And if you guys have a good idea for Body i...
by jriegel
Wed May 20, 2015 7:06 am
Forum: FEM
Topic: Status of FEM
Replies: 20
Views: 5537

Re: Status of FEM

I just do not know how to mesh such elements which uses element faces with 4 corner nodes. Its not possible to mesh them with NETGEN. So you would have to use an external mesher at the moment. Although SMESH can produce such meshes (and hybrid ones). But the setup process is tedious. I choose NETGE...
by jriegel
Wed May 20, 2015 5:28 am
Forum: Archived Pull Requests
Topic: dev-assembly2 CMakeLists.txt Pull Request
Replies: 3
Views: 1163

Re: dev-assembly2 CMakeLists.txt Pull Request

Merged, concrats! :)
by jriegel
Tue May 19, 2015 7:44 pm
Forum: FEM
Topic: Status of FEM
Replies: 20
Views: 5537

Re: Status of FEM

No I thought of S4 and so on

and
[master aa14225] add shell and beam support to FEM mesh ViewProvider

Have fun
by jriegel
Tue May 19, 2015 4:36 pm
Forum: FEM
Topic: Status of FEM
Replies: 20
Views: 5537

Re: Status of FEM

You mean: Cube-Plane-Line--FEM-Mesh.zip ?
by jriegel
Tue May 19, 2015 4:21 pm
Forum: FEM
Topic: Could edges of C3D10 volume element have a bend at the middle node?
Replies: 5
Views: 1836

Re: Could edges of C3D10 volume element have a bend at the middle node?

Bended elements are not a matter of the data-structure neither visualization. If the solver decides to calculate with that properties it can do so. Showing bended curves in the vis is IMO no good idea, since the triangle count in FEM meshes is anyway notoriously high! Anyway, such elements are a bit...
by jriegel
Tue May 19, 2015 4:12 pm
Forum: FEM
Topic: Status of FEM
Replies: 20
Views: 5537

Re: Status of FEM

Thats really cool guys! I never dreamed of so much participation! For S3, S6, B31, B32 visual, I can do that. Just send me some python code which create such a mesh an I will tweak the C++ ViewProvider. The view provider for FEM meshes is a bit a monster, since it does some optimization about the in...
by jriegel
Tue May 19, 2015 3:57 pm
Forum: Developers corner
Topic: [pull request] Improving user experience during creation of external geometry, construction lines, non-driving constr
Replies: 115
Views: 19041

Re: [user input] Improving user experience during creation of external geometry, construction lines and non-driving cons

Proposal a) changes the current behaviour of the construction button. Instead of making it be a command. It behaves like a modifier. So if I toggle construction mode on, and then create 5 lines, all this 5 lines are created as construction lines. This is certainly faster and more convenient for the...