Search found 160 matches

by crobar
Tue May 03, 2016 4:16 pm
Forum: Help on using FreeCAD
Topic: Can't get pattern on Draft wire
Replies: 5
Views: 1170

Can't get pattern on Draft wire

I created the attached document with the script below. I have a few issues. I can't get the resulting Draft wire to display any hatching patterns or indeed any face colour. The created Draft wire also shows 'Make Face' as false, when the call to Draft.makeWire sets it to true (I manually set 'Make F...
by crobar
Tue May 03, 2016 10:45 am
Forum: Draft, Arch & BIM
Topic: Sketch to walls
Replies: 2
Views: 1684

Sketch to walls

Hi All, I am having trouble converting sketch objects to walls, often there are walls missing or strange artefacts. I think the main issues occur when you convert a sketch that has a closed shape, plus extra bits, as in the attached file. When I attempt to convert this to a wall the wall object appe...
by crobar
Tue May 03, 2016 9:53 am
Forum: Help on using FreeCAD
Topic: my 3D model in 2D manufacturing drawings
Replies: 26
Views: 7263

Re: my 3D model in 2D manufacturing drawings

This is indeed a bug in the OpenCASCADE (which is what FreeCAD uses under the hood) hidden line removal algorithm. It's been fixed upstream apparently, but probably hasn't made its way into FreeCAD yet. EDIT: I've been following this bug for some time, as it makes drawings essentially useless for an...
by crobar
Wed Sep 09, 2015 8:38 am
Forum: Open discussion
Topic: About funding and all that
Replies: 205
Views: 61265

Re: About funding and all that

Just my two cents, but I think a good way to allow people to pay would be to set up a company (can be a non-profit). It's nice and easy to understand for the tax authorities, and if some day someone wants to pay some devs to do some specific work that won't get done otherwise there's a vehicle set u...
by crobar
Fri Sep 04, 2015 9:19 pm
Forum: FEM
Topic: Separating FEM and meshing
Replies: 39
Views: 6800

Re: Separating FEM and meshing

Incidentally, it looks like the PythonOCC python SMESH interface isn't quite as advanced as I thought:

https://groups.google.com/forum/#!topic ... zsTZbXODos
by crobar
Fri Sep 04, 2015 10:36 am
Forum: FEM
Topic: Separating FEM and meshing
Replies: 39
Views: 6800

Re: Separating FEM and meshing

oh, and incidentally, in case there's any uncertainty, I can confirm that the exported unv from FreeCAD preserved the mesh group numbers which were imported. So that's nice!
by crobar
Fri Sep 04, 2015 10:19 am
Forum: FEM
Topic: Separating FEM and meshing
Replies: 39
Views: 6800

Re: Separating FEM and meshing

Yeah, crobar we all are with you. These are great features. Making the mesh more fine where it is needed and mor coarse where it is not needed. Whould be very cool to have such features and Mesh checking and and and :D As you stated someone needs to implement it :shock: Of course if we have all the...
by crobar
Fri Sep 04, 2015 9:39 am
Forum: FEM
Topic: Separating FEM and meshing
Replies: 39
Views: 6800

Re: Separating FEM and meshing

Incidentally, other things you might like to do in a mechanical analysis is have a mesh with big elements in most places, but small elements in some region of particular interest, to make the FEA calculation smaller but still get the results you need. This is why I was suggesting splitting it out, a...
by crobar
Fri Sep 04, 2015 9:05 am
Forum: FEM
Topic: Separating FEM and meshing
Replies: 39
Views: 6800

Re: Separating FEM and meshing

... Might it be possible to separate out the meshing component from the workbench? In the long run this would make life easier for those of us who want to do other types of finite element analysis using meshes generated in FreeCAD, e.g. heat flow, or electromagnetics, or fluid dynamics. ... Sure it...
by crobar
Fri Sep 04, 2015 8:11 am
Forum: FEM
Topic: Separating FEM and meshing
Replies: 39
Views: 6800

Re: Separating FEM and meshing

Is it already possible to use a custom mesh in FEM? That the user would produce himself? This is possible, but in this case I would just export my FreeCAD model to STEP and import into Salome. I'm kind of wanting to drop the Salome part of the process. I've been looking at the PythonOCC SMESH tools...