Search found 713 matches

by vejmarie
Sat May 14, 2016 8:59 am
Forum: Archived Pull Requests
Topic: Migration to OCCT 7
Replies: 44
Views: 7658

Re: Migration to OCCT 7

Looks like that when your build launch make -j 2 the include file for Open Cascade into OCCFLAGS are not good /usr/include/opencascade while it should be /usr/local/include/opencascade. I don't know why it is doing that currently. It is not the case on vagrant. I will have a look to it further later...
by vejmarie
Sat May 14, 2016 8:21 am
Forum: Archived Pull Requests
Topic: Migration to OCCT 7
Replies: 44
Views: 7658

Re: Migration to OCCT 7

Hi Saso,

These file are part of OCCT. Can you check that you have this directory into your build /usr/local/include/opencascade ? It should be there.

vejmarie
by vejmarie
Fri May 13, 2016 1:54 pm
Forum: Archived Pull Requests
Topic: Migration to OCCT 7
Replies: 44
Views: 7658

Re: Migration to OCCT 7

Hi Yorik, People are using Developper version or Released one ? What is the release frequency ? When is scheduled next released ? On which distro ? That is a chicken and egg issue, and it is really hard to make work both version at the same time. I am not saying that OCCT6 is not supported anymore, ...
by vejmarie
Fri May 13, 2016 1:04 pm
Forum: Archived Pull Requests
Topic: Migration to OCCT 7
Replies: 44
Views: 7658

Re: Migration to OCCT 7

Even if it looks like strange, I do not understand why we do not encourage to use new release of core software libraries that FreeCAD use. We are at the early stage of 0.17 development, migration will have impact on developpers only and this is part of our role to move forward, instead of maintainin...
by vejmarie
Fri May 13, 2016 9:11 am
Forum: Archived Pull Requests
Topic: Migration to OCCT 7
Replies: 44
Views: 7658

Re: Migration to OCCT 7

Sorry my explanation was not really clear. New SMESH uses OCCT 7 which is using VTK for data representation and this is the feature we are trying to get, all of these piece of code includes bug fixes and feature enhancement. New OCCT version got rides of the following issues: - Based on CMake - Remo...
by vejmarie
Fri May 13, 2016 8:48 am
Forum: Archived Pull Requests
Topic: Migration to OCCT 7
Replies: 44
Views: 7658

Re: Migration to OCCT 7

Hi wmayer, New SMESH uses VTK data representation for Mesh structure (like nodes coordinates), which means that we will have to fully get rid of this if we want to backport to OCCT6 which is not using such representation or partially. This will remove the benefit of moving to the new version of SMES...
by vejmarie
Fri May 13, 2016 7:49 am
Forum: Archived Pull Requests
Topic: Migration to OCCT 7
Replies: 44
Views: 7658

Re: Migration to OCCT 7

The issue to make the patch smaller is that it will needs a huge amount of #define due to the fact that it is touching the OCCT library used in most module of FreeCAD. New OCCT requires some code adaptation (exactly like python 2 vs 3), which explain the size of the patch. I know it is a pain, it ha...
by vejmarie
Thu May 12, 2016 6:55 pm
Forum: Archived Pull Requests
Topic: Migration to OCCT 7
Replies: 44
Views: 7658

Migration to OCCT 7

Hi,

I just opened a Pull Request to migrate FreeCAD from OCE old OCCT version to OCCT 7 as to improve Fem module

https://github.com/FreeCAD/FreeCAD/pull/158

Feel free to iping me if you have questions

vejmarie
by vejmarie
Thu May 12, 2016 12:36 pm
Forum: FEM
Topic: Fem constraint contact
Replies: 147
Views: 48077

Re: Fem constraint contact

@makkemal this is really really great, and what I need ! Hopefully we can bring this to master pretty soon I hope ;)
by vejmarie
Thu May 12, 2016 12:08 pm
Forum: Developers corner
Topic: Time for a change: OCCT 7 / Salome 7.7.1 and new features in FEM
Replies: 31
Views: 7844

Re: Time for a change: OCCT 7 / Salome 7.7.1 and new features in FEM

Hi guys, We are progressing on testing the move to OCCT and new Salome code. Things are moving in the right direction and more and more users are able to recompile my branch and make it work. @sgrogan is currently testing windows integration and I am starting to have no doubts that it will works. Wh...