Search found 602 matches

by eivindkvedalen
Wed Mar 04, 2020 7:54 pm
Forum: Material
Topic: Material improvements
Replies: 74
Views: 74933

Re: Material improvements

bernd wrote: Wed Mar 04, 2020 9:42 am very cool :) just gave it a try ...

had a compile error on gcc on linux debian buster ...
Probably a python 2/3 issue. I've made a change so please pull the branch again.

Eivind
by eivindkvedalen
Tue Mar 03, 2020 8:44 pm
Forum: Material
Topic: Material improvements
Replies: 74
Views: 74933

Re: Material improvements

bernd wrote: Mon Jan 20, 2020 8:58 pm eivind ...

would you make your latest dev public?
Something rebased on current master that compiles, but lacking both testing and features: https://github.com/eivindkv/FreeCAD/tre ... al_rebased

Eivind
by eivindkvedalen
Fri Jan 24, 2020 7:54 am
Forum: Help on using FreeCAD
Topic: If function / Spreadsheet
Replies: 7
Views: 2513

Re: If function / Spreadsheet

Is there a list of functions with syntax for the spreadsheet. I would particularly like to use the "if" function. Not having much luck so far - is it my syntax? You can express "if" using the ? : operator condition ? if-true : if-false e.g you can use it like this in a cell: =A1...
by eivindkvedalen
Wed Jan 22, 2020 7:56 pm
Forum: Help on using FreeCAD
Topic: Imperial Spreadsheet Units?
Replies: 7
Views: 2447

Re: Imperial Spreadsheet Units?

Thanks. However, exploring this further I don't believe it should be in the help section. It's more of a feature request since the spreadsheets currently do not work using imperial measurements. Well, it works entering them but then converts and displays them into metric which is very hard to work ...
by eivindkvedalen
Tue Oct 29, 2019 9:01 pm
Forum: Developers corner
Topic: Strange typecast switch in sketcher code
Replies: 3
Views: 862

Re: Strange typecast switch in sketcher code

https://github.com/FreeCAD/FreeCAD/blob/5fd5db9aed9a4130309dd348dac27e5253f35af5/src/Mod/Sketcher/App/planegcs/GCS.cpp#L4401 void free(std::vector<Constraint *> &constrvec) { ... } Any idea why cast? Seems pretty equivalent to just iterating over constrvec and calling delete it exept for None c...
by eivindkvedalen
Tue Sep 10, 2019 5:48 pm
Forum: Part Design module development
Topic: Feature Hole improvements
Replies: 10
Views: 6498

Re: Feature Hole improvements

efyx wrote: Tue Sep 10, 2019 10:17 am
RatonLaveur wrote: Tue Sep 10, 2019 9:13 am 5. Create a circular sketch (diameter 2 mm) on that pad
Why not points? Circles are two times more clicks.
Vertices are not exported to the shape, so they can't be used. See https://forum.freecadweb.org/viewtopic. ... es#p154363

Eivind
by eivindkvedalen
Fri Sep 06, 2019 7:07 pm
Forum: Material
Topic: Material improvements
Replies: 74
Views: 74933

Re: Material improvements

:) wow which branch on https://github.com/eivindkv/FreeCAD? On Py2 or Py3? How about this ? with Python2 and Qt5 I am able to compile this branch. But as soon as an object which has a Shape property is created FreeCAD crashes. Files with meshes or for example an FEM file without the shape saves and...
by eivindkvedalen
Fri Sep 06, 2019 7:05 pm
Forum: Material
Topic: Material improvements
Replies: 74
Views: 74933

Re: Material improvements

Kunda1 wrote: Wed Aug 28, 2019 5:19 pm
eivindkvedalen wrote: Fri Aug 23, 2019 6:05 pm
Off-topic, but just wanted to say, Nice to see you :wave:
:wave: :D

Eivind
by eivindkvedalen
Fri Sep 06, 2019 7:04 pm
Forum: Part Design module development
Topic: Feature Hole improvements
Replies: 10
Views: 6498

Re: Feature Hole improvements

Awesome sir! Incorrect counterbore depth has been a show stopper for me. There's also a bug in there where if you select an iso thread then go back to a default/custom hole definition the tool returns a Thread Out of Range error all the time. Some tools also are inaccessible or buggy when generatin...
by eivindkvedalen
Fri Sep 06, 2019 7:02 pm
Forum: Part Design module development
Topic: Feature Hole improvements
Replies: 10
Views: 6498

Re: Feature Hole improvements

Hi, I did the C++ implementation, please see my comments below. Hi, 1. UI sometimes has dead space next to things you cant readScreenshot_2019-09-05_19-21-14.png This is probably a bug in the size hint implementation for the spin box. It might not consider the space take by the f(x) icon. 2. Lots of...