Search found 12 matches

by Melk
Tue Dec 10, 2019 3:38 pm
Forum: Help on using FreeCAD
Topic: exporting parts in step : C++ exception thrown (invalid vector subscript)
Replies: 13
Views: 2142

Re: exporting parts in step : C++ exception thrown (invalid vector subscript)

Thank you for your answer. I don't have Legacy exporter on my 0.17 version nor 0.18 one... Actually 0.17/0.18 exporter is the legacy one ... in 0.19. :) I understand that this issue might be solved on FC 0.19. I'll check it. Any link to 0.19 release ? https://github.com/FreeCAD/FreeCAD/releases/tag...
by Melk
Fri Dec 06, 2019 12:36 pm
Forum: Help on using FreeCAD
Topic: exporting parts in step : C++ exception thrown (invalid vector subscript)
Replies: 13
Views: 2142

Re: exporting parts in step : C++ exception thrown (invalid vector subscript)

Do you really think this issue is related to the FreeCAD version ? I think this may be related to the kind of object. The issue is on legacy exporter, with your kind of object. FC0.19 has improved the exporter, but you need to remove the checkbox on legacy exporter. Anyway this should be reported a...
by Melk
Fri Dec 06, 2019 11:28 am
Forum: Help on using FreeCAD
Topic: exporting parts in step : C++ exception thrown (invalid vector subscript)
Replies: 13
Views: 2142

Re: exporting parts in step : C++ exception thrown (invalid vector subscript)

Export_pref.pngHere it is : Hi again, Non-ASCII characters are not well transcripted but this is not the reason of the failure since others non-ASCII characters named files are well exported. Parameters of export configuration are the same as yours. Do you really think this issue is related to the ...
by Melk
Fri Dec 06, 2019 11:14 am
Forum: Help on using FreeCAD
Topic: exporting parts in step : C++ exception thrown (invalid vector subscript)
Replies: 13
Views: 2142

Re: exporting parts in step : C++ exception thrown (invalid vector subscript)

Hi, I am experiencing the same problem with two files std when trying to export in step. Hi Melk. Could you add your full FC info ? I experience no problem here using latest 0.19 to export. What steps are you doing to export ? Anyway, you should not use non-ASCII characters in your object names, su...
by Melk
Fri Dec 06, 2019 8:53 am
Forum: Help on using FreeCAD
Topic: exporting parts in step : C++ exception thrown (invalid vector subscript)
Replies: 13
Views: 2142

Re: exporting parts in step : C++ exception thrown (invalid vector subscript)

Hi,

I am experiencing the same problem with two files std when trying to export in step.

These two parts have been completely developped over FreeCAD. You can find them attached below.

Thanx
by Melk
Thu Apr 11, 2019 2:22 pm
Forum: FEM
Topic: FEM CONSTRAINTFIXED has not yet been defined
Replies: 18
Views: 1973

Re: FEM CONSTRAINTFIXED has not yet been defined

If I have problems with an FEM, I start to simplify the analysis (BTW: no matter if it is FreeCAD FEM or any other FEM software I work with), if I have problems I simplify the model as long as I have problems. Afterwards if it runs I start to add new stuff again. Attached a simplified modell which ...
by Melk
Thu Apr 11, 2019 1:27 pm
Forum: FEM
Topic: FEM CONSTRAINTFIXED has not yet been defined
Replies: 18
Views: 1973

Re: FEM CONSTRAINTFIXED has not yet been defined

If I have problems with an FEM, I start to simplify the analysis (BTW: no matter if it is FreeCAD FEM or any other FEM software I work with), if I have problems I simplify the model as long as I have problems. Afterwards if it runs I start to add new stuff again. Attached a simplified modell which ...
by Melk
Thu Apr 11, 2019 1:15 pm
Forum: FEM
Topic: FEM CONSTRAINTFIXED has not yet been defined
Replies: 18
Views: 1973

Re: FEM CONSTRAINTFIXED has not yet been defined

aha, you passed pad and pad001 into the BooleanFragment, but this are two shape similar. This can not work. You should either use pad or pad001 for meshing and applying loads. Why do you use contact constraints on the faces you apply the load too? What is this useful for? See attached screen. scree...
by Melk
Thu Apr 11, 2019 1:09 pm
Forum: FEM
Topic: FEM CONSTRAINTFIXED has not yet been defined
Replies: 18
Views: 1973

Re: FEM CONSTRAINTFIXED has not yet been defined

If I remesh your mesh I get the following error message from gmsh: 0.0: We are going to start ... 0.0: Start Gmsh ... 22.3: Gmsh had warnings ... 22.3: Error : No tetrahedra in region 1 0 Warning : Volume 1 consists of no elements Error : OCC Project Point on Surface FAIL Warning : Converged for i=...
by Melk
Thu Apr 11, 2019 1:08 pm
Forum: FEM
Topic: FEM CONSTRAINTFIXED has not yet been defined
Replies: 18
Views: 1973

Re: FEM CONSTRAINTFIXED has not yet been defined

Hi Melk and welcome to FreeCAD FEM - as stated before use FreeCAD 0.18.1 if you would like to use FEM - if you send a file go to the mesh right click on the mesh clear mesh will clear the mesh but KEEP the mesh parameter - if you are new to FreeCAD FEM I would stongly recomend to use the CalculiXTo...