Search found 4666 matches

by microelly2
Sun Dec 08, 2013 1:01 pm
Forum: Python scripting and macros
Topic: Problem with Gui.ActiveDocument.ActiveView.saveImage
Replies: 3
Views: 2522

Problem with Gui.ActiveDocument.ActiveView.saveImage

I have a modified version of this script http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=MIBA my problem: the generated picture files have all the same content. When I insert a short interrupt (in form of QMessageBox, then all pictures are rendered in the right way. How can I run the ...
by microelly2
Tue Dec 03, 2013 7:13 am
Forum: Help on using FreeCAD
Topic: How to generate Pictures from batch
Replies: 12
Views: 4860

How to generate Pictures from batch

I use the following call to export images of my objects Gui.ActiveDocument.ActiveView.saveImage(OutDir + "MyPart" + ".jpg",x,y,"White") Is there a possibility to do this for a mass of objects from command line FreeCADCmd? I think the information about the view is stored...
by microelly2
Wed Nov 20, 2013 5:43 pm
Forum: Help on using FreeCAD
Topic: line strength and line shape
Replies: 2
Views: 863

Re: line strength and line shape

OS: "openSUSE 12.1 (x86_64)"
Platform: 64-bit
Version: 0.13.1830 (Git)
Branch: releases/FreeCAD-0-13
Hash: ec7636d7aaf2612e9b43cff5d6a424037d53e505
Python version: 2.7.2
Qt version: 4.7.4
Coin version: 3.1.3
SoQt version: 1.5.0
OCC version: 6.5.0
by microelly2
Wed Nov 20, 2013 5:43 pm
Forum: Help on using FreeCAD
Topic: Problem with the 2D Projection of a Cylinder
Replies: 5
Views: 1668

Re: Problem with the 2D Projection of a Cylinder

Hallo Mark I also have the effect, that the line disappears when I rotate the cylinder. the primitive cylinder has the property angle with value 360° and there exactly is a scar when you rotate the cylinder then the wrong edge disappears. however I see on your example on the buttom the wrong octagon...
by microelly2
Wed Nov 20, 2013 2:08 pm
Forum: Help on using FreeCAD
Topic: line strength and line shape
Replies: 2
Views: 863

line strength and line shape

How can I configure line strength and line shape for the 2D projections in the drawingworkbench according to DIN 15?
by microelly2
Wed Nov 20, 2013 1:57 pm
Forum: Help on using FreeCAD
Topic: Problem with the 2D Projection of a Cylinder
Replies: 5
Views: 1668

Problem with the 2D Projection of a Cylinder

I made with Part a difference of a cube and a cylinder then with Drawing the 2D projection and shown hidden lines: There is an edge in the front view which comes from the cylinder. How can I avoid this? There is an octagon inside the top view. How See the red marked details of the picture. error_cyl...