Search found 7851 matches

by DeepSOIC
Tue Jun 30, 2015 3:59 pm
Forum: Help on using FreeCAD
Topic: How is one *supposed* to make changes to a design?
Replies: 3
Views: 681

Re: How is one *supposed* to make changes to a design?

Hi. With PartDesign in its current form, and the lack of topological naming, it is very hard to change anything in the first features without breaking anything. Any change that causes faces and edges to be renumbered is very likely to make sketches being mapped to other faces and break external geom...
by DeepSOIC
Tue Jun 30, 2015 3:52 pm
Forum: Assembly
Topic: positionBySketch, transformPlacement
Replies: 2
Views: 1013

Re: positionBySketch, transformPlacement

Answering my own question, transformPlacement seems to be used only by Edit->Alignment. PositionBySketch isn't very clear so far, I think it merely specifies, what is shown in partdesign feature's placement property (which is read-only)...
by DeepSOIC
Tue Jun 30, 2015 2:38 pm
Forum: Help on using FreeCAD
Topic: [MacOS X] rotating a view
Replies: 47
Views: 35261

Re: [MacOS X] rotating a view

Hi!
Have you tried gesture navigation style, which is available in development version of FreeCAD (0.16)? I'm interested in if it reacts to touchpad gestures on mac... it may happen to react to something.
by DeepSOIC
Tue Jun 30, 2015 8:22 am
Forum: Assembly
Topic: DAGView
Replies: 87
Views: 27515

Re: DAGView

BaseApp/Preferences/DAGView as evident from commit message.
by DeepSOIC
Mon Jun 29, 2015 6:32 pm
Forum: Assembly
Topic: positionBySketch, transformPlacement
Replies: 2
Views: 1013

positionBySketch, transformPlacement

Hi!
Does anyone know, what all this interlinked system of placement-related routines is supposed to do?
by DeepSOIC
Mon Jun 29, 2015 5:36 pm
Forum: Assembly
Topic: Sketch mapping enhancement
Replies: 30
Views: 7334

Re: Sketch mapping enhancement

Ickby! I have squashed commits, see my branch AMM-sketchMapping9
by DeepSOIC
Mon Jun 29, 2015 3:07 pm
Forum: Assembly
Topic: Sketch mapping enhancement
Replies: 30
Views: 7334

Re: Sketch mapping enhancement

A todo list for me: essential: * [done] fix PartDesign refusing to pad * [done] renames, split into more files * [done] merge into assemblyMergeMaster * [epic] transfer DatumPlane, DatumLine, DatumPoint to Attacher * do something about PropertyEnumeration optional, can be done later: * more modes * ...
by DeepSOIC
Mon Jun 29, 2015 1:38 pm
Forum: Assembly
Topic: Sketch mapping enhancement
Replies: 30
Views: 7334

Re: Sketch mapping enhancement

One is that old files won't be loaded properly (I didn't test, but it should fail to load support property). I have fixed this one. In the process, I found out that enumeration properties are stored as integer value (I expected strings). Which is a problem, because inserting new modes will become a...
by DeepSOIC
Mon Jun 29, 2015 11:08 am
Forum: Help on using FreeCAD
Topic: Path Array
Replies: 2
Views: 788

Re: Path Array

Select the array in tree view, and change the corresponding property in property editor.
by DeepSOIC
Mon Jun 29, 2015 10:09 am
Forum: Assembly
Topic: Sketch mapping enhancement
Replies: 30
Views: 7334

Re: Sketch mapping enhancement

I found two problems with the change to multiobject support in Sketcher. One is that old files won't be loaded properly (I didn't test, but it should fail to load support property). That needs fixing. Next is that when sketch is mapped to more than one object, padding the sketch fails. That needs fi...