Search found 10654 matches

by jmaustpc
Tue Mar 26, 2013 2:38 pm
Forum: Archived Pull Requests
Topic: [Merged]Part.makeWireString
Replies: 12
Views: 3800

Re: Part.makeWireString

Thanks for the code, this looks useful. :)

I have downloaded and compiled. Do you have any instruction on how to use it anywhere?

Jim
by jmaustpc
Tue Mar 26, 2013 12:59 pm
Forum: Developers corner
Topic: Moving PropertyFloat to double precision
Replies: 33
Views: 3418

Re: Moving PropertyFloat to double precision

Do you guys mean a file format version number or do you mean record the version number of FreeCAD that wrote the file?
by jmaustpc
Tue Mar 26, 2013 5:36 am
Forum: Help on using FreeCAD
Topic: Trying to pattern a sweep
Replies: 3
Views: 1276

Re: Trying to pattern a sweep

Hi Norm The problem with Jim's method is that the arrayed shapes look wrong, like they were hammered. I used a lower % for my tesalation value in Edit menu.. Preference ...PartDesign...Shape view tab...maximum deviation blah blah...... I set mine to 0.02% and it seemed to look much better. In any ca...
by jmaustpc
Tue Mar 26, 2013 3:12 am
Forum: Help on using FreeCAD
Topic: Trying to pattern a sweep
Replies: 3
Views: 1276

Re: Trying to pattern a sweep

I can, it worked perfectly :) OS: Ubuntu 12.04.2 LTS Platform: 64-bit Version: 0.13.1978 (Git) Branch: master Hash: 3c9dbdebbea556f1de905020451885efc69e96dc Python version: 2.7.3 Qt version: 4.8.2 Coin version: 3.1.3 SoQt version: 1.5.0 OCC version: 6.5.0 Here is the file frame 1-jmmod.FCStd The thi...
by jmaustpc
Mon Mar 25, 2013 2:47 pm
Forum: Wiki
Topic: Wiki for New Functions?
Replies: 4
Views: 1993

Re: Wiki for New Functions?

I think Yorik would agree that so long as the code has been accepted in to FreeCAD's git master branch, then put it in the wiki. I think it is best, if in doubt, to put it in the wiki otherwise it might not get done. :) It is a good idea to make a note on the page saying from when the function was a...
by jmaustpc
Mon Mar 25, 2013 2:40 pm
Forum: Help on using FreeCAD
Topic: Numeric input in sketch
Replies: 20
Views: 2871

Re: Numeric input in sketch

hans-nl wrote:Just checked the driver , no newer driver available.
Are you sure? Did you check Intel's web site? You didn't just ask Windows, did you? If you did, it has told others that there is no update available when there was.
by jmaustpc
Mon Mar 25, 2013 2:31 pm
Forum: Help on using FreeCAD
Topic: Rotating.
Replies: 4
Views: 1447

Re: Rotating.

Hi Norm Jim, FYI there's now a Placement page in the wiki, unfortunately it's not linked by any other page that I know of. We have to think of a way to make it easy to find. https://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Placement I think that can be said of a few pages, I've been w...
by jmaustpc
Mon Mar 25, 2013 2:24 pm
Forum: Developers corner
Topic: how to highlight shapes ?
Replies: 12
Views: 2948

Re: how to highlight shapes ?

Code: Select all

 obj.addDisplayMode(self.root,"Lines")
Its not just that that should be "Flat Lines", is it? Like this?

Code: Select all

 obj.addDisplayMode(self.root,"Flat Lines")
by jmaustpc
Mon Mar 25, 2013 2:10 pm
Forum: Developers corner
Topic: Cannot find icon: Draft_ShapeString??
Replies: 3
Views: 1169

Re: Cannot find icon: Draft_ShapeString??

Hi wandererfan I could easily be wrong here but I just searched the files for Draft_Circle to see what is in there for that and compared it to your diff. The only thing I can see is this missing few lines of code in the file /Mod/Draft/DraftGui.py I think you have to add a few lines of code in "...
by jmaustpc
Mon Mar 25, 2013 10:06 am
Forum: Install / Compile
Topic: Debian,Make,file not found
Replies: 5
Views: 1472

Re: Debian,Make,file not found

what is your OS and version? I assume Debian? but which one? and 64 or 32 bit? There was a problem with the packaging of the 64bit version of OCE in debian/ubuntu at one time. Is there any chance you have OCE and are on 64bit? Or do you have OCC? cmake worked without any problem (or I could solve th...