Search found 160 matches

by crobar
Fri Nov 07, 2014 1:32 pm
Forum: Help on using FreeCAD
Topic: How do I use keyboard shortcuts?
Replies: 2
Views: 2397

How do I use keyboard shortcuts?

Hello, I feel like I am being very silly here, but I'm struggling to use keyboard shortcuts. For example, in draft, beside the "Upgrade" command it says "U, P", which I presume is indicating that there is some keyboard shortcut involving U, P or both to run the command. I tried t...
by crobar
Fri Nov 07, 2014 1:00 pm
Forum: Developers corner
Topic: Interested in contributing to FEM
Replies: 11
Views: 4291

Re: Interested in contributing to FEM

Are you sure? It is possible to compile FreeCAD in the source directory, but is recommended to compile in an out of tree directory. Is your FreeCAD build directory out of the source code directory? I agree, out-of-source build is better, and I will do this in future, and you're right, I just omitte...
by crobar
Fri Nov 07, 2014 12:34 pm
Forum: Developers corner
Topic: Interested in contributing to FEM
Replies: 11
Views: 4291

Re: Interested in contributing to FEM

Hi crobar what O/S are you working in? Mint Linux 17, which is derived from Ubuntu. I've the default OCE and netgen from the repos installed. I've just realised though, that I did not have the -dev version of libnglib installed, which is likely the issue. For fixes for other issues I encountered bu...
by crobar
Fri Nov 07, 2014 10:44 am
Forum: Developers corner
Topic: Interested in contributing to FEM
Replies: 11
Views: 4291

Interested in contributing to FEM

Hi all, I'm interested in contributing to the FreeCAD FEM workbench, and it's wiki probably, as it would be a very useful tool for me! By way of introduction, I have some experience with C++, FEM, Matlab and more recently Python. I am also becomming familiar with cmake, using it on other projects. I...
by crobar
Wed Nov 05, 2014 2:32 pm
Forum: Help on using FreeCAD
Topic: Where are drawing views placed when using Draft->Drawing?
Replies: 4
Views: 1056

Re: Where are drawing views placed when using Draft->Drawing

mario52 wrote:hi
a small example Macro_Automatic_drawing
mario
That's useful, thanks.
by crobar
Wed Nov 05, 2014 2:27 pm
Forum: Help on using FreeCAD
Topic: Can I fuse an array of solids into a solid, and if so, how?
Replies: 4
Views: 2873

Can I fuse an array of solids into a solid, and if so, how?

Hello, As the title, is it possible to fuse together an array of solids created using Draft->Array to create a single solid object? If so, how? I created the array using the GUI in this case, but am comfortable using the python commands as well. Thanks! OS: Linux Mint 17 Qiana Word size: 64-bit Vers...
by crobar
Fri Oct 31, 2014 11:58 am
Forum: Help on using FreeCAD
Topic: Where are drawing views placed when using Draft->Drawing?
Replies: 4
Views: 1056

Re: Where are drawing views placed when using Draft->Drawing

I tried setting X = -1000, Y = 20 (assuming they are distances from the top left page corner) but this doesn't work. oops, actually, I tried this, and it does work! Now I need to experiment with scale. so for anyone else, the X and Y are the distances, in the same units as your shape, from the top ...
by crobar
Fri Oct 31, 2014 11:26 am
Forum: Help on using FreeCAD
Topic: Where are drawing views placed when using Draft->Drawing?
Replies: 4
Views: 1056

Where are drawing views placed when using Draft->Drawing?

Hello, I'm interested in creating Drawings from my shapes. I understand that the Drawing functionality is a work in progress to an extent. Often when I put something in a Drawing (using Draft->Drawing), the view is placed off the drawing page (e.g. when the shape is placed at a large radius relative...
by crobar
Wed Oct 29, 2014 4:01 pm
Forum: Python scripting and macros
Topic: PYTHONPATH ignored
Replies: 7
Views: 4220

Re: PYTHONPATH ignored

are you sure nothing is added? No I take it back, the first syntax has in fact worked, I was obviously confusing myself somehow. The second (using $PYTHONPATH) does not, I assume (and will go test myself) that the syntax for adding multiple paths is just multiple paths separated by spaces? It would...