Search found 583 matches

by damian
Mon Nov 05, 2018 1:29 pm
Forum: Python scripting and macros
Topic: [Solved] Saving Python Features to the document
Replies: 19
Views: 3129

Re: Saving Python Features to the document

So if i saved all my properties in FreeCAD properties they are saved automatically? Yes Does this also apply to custom Properties? What do you refer about 'custom Properties'? If the custom properties are freecad's properties they must be saved automatically. If they are python's properties or attr...
by damian
Mon Nov 05, 2018 12:24 pm
Forum: Python scripting and macros
Topic: [Solved] Saving Python Features to the document
Replies: 19
Views: 3129

Re: Saving Python Features to the document

bliepp wrote: Mon Nov 05, 2018 9:50 am the __getstate__ and __setstate__ methods
You'll need these methods if you want to store extra information not included in a freecad's property
Publish a resume of your class and requirements and easily someone could explain to you.
by damian
Mon Nov 05, 2018 12:18 pm
Forum: Python scripting and macros
Topic: [Solved] Saving Python Features to the document
Replies: 19
Views: 3129

Re: Saving Python Features to the document

Good morning I also tested if I could save the feature created in the example, but it also failed to load again. The easiest example in the wiki page is "Working with simple shapes" import FreeCAD as App import FreeCADGui import FreeCAD import Part class Line: def __init__(self, obj): '''&...
by damian
Mon Nov 05, 2018 8:47 am
Forum: Foro en Español
Topic: Donde estan los errores de freecad?
Replies: 2
Views: 1258

Re: Donde estan los errores de freecad?

Buenos días
En Edición - Preferencias - General -Ventana de salida selecciona las dos casillas:
- Redirigir la salida Python interna a la vista de informe
- Redifrigir los errores internos de Python a un informe visual
Luego Vista - Paneles - Vista de informe y Vista - Paneles - Consola Python
by damian
Fri Nov 02, 2018 8:53 pm
Forum: Help on using FreeCAD
Topic: Cannot Part Extrude face with a taper - drawn in DRAFT wb
Replies: 10
Views: 1565

Re: Cannot Part Extrude face with a taper - drawn in DRAFT wb

miniellipse wrote: Fri Nov 02, 2018 8:34 pm I thought I made all the end points coincident (which was very hard to do).
Yes, I know.
The slopedplanes macro doesn't support splines or Bezier curves, ATM.
by damian
Fri Nov 02, 2018 7:56 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 239
Views: 143490

Re: FreeCAD posts from Yorik's blog

Kunda1 wrote: Fri Nov 02, 2018 7:52 pm Didn't get much love.
not all sites are like freecad ...
by damian
Fri Nov 02, 2018 7:21 pm
Forum: Help on using FreeCAD
Topic: Cannot Part Extrude face with a taper - drawn in DRAFT wb
Replies: 10
Views: 1565

Re: Cannot Part Extrude face with a taper - drawn in DRAFT wb

For instance
slopedplanes_2.png
slopedplanes_2.png (258.83 KiB) Viewed 1420 times
EDIT: @miniellipse, I preserve your file in order to activate the option to use slopedplanes macro directly with a Part Face
by damian
Fri Nov 02, 2018 7:15 pm
Forum: Help on using FreeCAD
Topic: Cannot Part Extrude face with a taper - drawn in DRAFT wb
Replies: 10
Views: 1565

Re: Cannot Part Extrude face with a taper - drawn in DRAFT wb

* maybe SlopedPlanesMacro can give usable results? Well, I draw a sketch, approximately like your face, and I can extrude it. But, as you can see, I could have problems with the curved edges, which introduces noise in my geometry. The visible interior line is a problem. slopedplanes.png The seed pr...
by damian
Thu Nov 01, 2018 3:58 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 239
Views: 143490

Re: FreeCAD posts from Yorik's blog

It would be nice three or four freecad users interested in to use these bindings. The main difficulty, until now, is that freecad is QT4.
by damian
Thu Nov 01, 2018 3:54 pm
Forum: Draft, Arch & BIM
Topic: BIM/Arch development news articles from Yorik's blog
Replies: 239
Views: 143490

Re: FreeCAD posts from Yorik's blog

The default binding is ruby. Optionally Java, C#, JavaScript, Python.