Search found 34 matches

by t.lemaitre
Sat Nov 09, 2019 11:25 am
Forum: Open discussion
Topic: Use Expressions with many objects
Replies: 7
Views: 1656

Re: Use Expressions with many objects

I report this feature request on the bugtracker : https://www.freecadweb.org/tracker/view.php?id=4192
First report for me!
by t.lemaitre
Wed Nov 06, 2019 9:48 am
Forum: Open discussion
Topic: Use Expressions with many objects
Replies: 7
Views: 1656

Re: Use Expressions with many objects

chrisb wrote: Mon Oct 28, 2019 2:45 pm The way I see it: It is possible to select two or more objects, e.g. two bodies, and set for all of them the x placement position in one go. However, it is not possible to set the same expression for all of them at once.
Exactly!
by t.lemaitre
Sun Oct 27, 2019 7:25 pm
Forum: Open discussion
Topic: Use Expressions with many objects
Replies: 7
Views: 1656

Use Expressions with many objects

Hi,

I'm not sure to be at the good place ...

I'm using FreeCAD with Expressions and I find it really convenient.

However, I'm not able to set an expression for many object at the same time.
I think it will be a good improvement.

Your opinion ?
by t.lemaitre
Sun Oct 20, 2019 6:28 pm
Forum: Help on using FreeCAD
Topic: How to set a slope of x.x %
Replies: 7
Views: 1266

Re: How to set a slope of x.x %

2. Hack the GUI Click on the Draft/SetSlope function to display the slope input field in the Task panel, then enter following in the Python Console : from PySide import QtCore, QtGui QtCore.QTimer.singleShot(2500, lambda:QtGui.QApplication.focusObject().setDecimals(XXX)) Where 'XXX' is the decimal ...
by t.lemaitre
Sun Oct 20, 2019 12:10 pm
Forum: Help on using FreeCAD
Topic: How to set a slope of x.x %
Replies: 7
Views: 1266

Re: How to set a slope of x.x %

Ok, now everybody speaks about the same thing : tangent is equal to percent of slope.

So, are you able to set a slope between two round values in % : I mean 0.5% or 2.3% for example?
If yes, I'd like to know how.
by t.lemaitre
Sat Oct 19, 2019 11:08 pm
Forum: Help on using FreeCAD
Topic: How to set a slope of x.x %
Replies: 7
Views: 1266

How to set a slope of x.x %

Hi, I'm using de the Draft Slope tool to build pipe: https://www.freecadweb.org/wiki/Draft_Slope However, I didn't find how to set a slope between two round values in % : I mean 0.5% or 2.3% for example. It's quite strange because it seem possible if you read the wiki page precited. Any idea to help...
by t.lemaitre
Mon Sep 23, 2019 8:53 pm
Forum: Help on using FreeCAD
Topic: Draft Text not visible
Replies: 13
Views: 1737

Re: Draft Text not visible

Thanks!

In the meantime, I copied from my backup file and it's done.

I'll remembre your post if I want to begin scripting : it's already the second time I got this bug and I hope it wont' come back again :? .
by t.lemaitre
Sat Sep 21, 2019 4:38 pm
Forum: Help on using FreeCAD
Topic: Draft Text not visible
Replies: 13
Views: 1737

Re: Draft Text not visible

Hi,

Yorik, I tried your script and it works.
However, it didn't keep each property of the original text : I mean font size, justification, color, etc.
Where can I find documentation on scripting with draft text?

Thanks
by t.lemaitre
Sun Jul 21, 2019 9:27 pm
Forum: Help on using FreeCAD
Topic: Draft Text not visible
Replies: 13
Views: 1737

Re: Draft Text not visible

Thank you! I'll try it.

In the meantime, I copied some text items from my backup file to my current file and it works too.
by t.lemaitre
Sun Jul 21, 2019 5:15 pm
Forum: Help on using FreeCAD
Topic: Draft Text not visible
Replies: 13
Views: 1737

Re: Text not visible

It might be interesting if you upgrade to the new FreeCAD version recently? 0.18.3 is not the last version? I updated to the 0.18.3 yesterday (I think) and I had the same problem with the 0.18.2. I'm not able to say if the problem existed with the 0.18.1 ... I looked into the zip container's Docume...