Search found 24 matches

by nzurbrugg
Sun Jul 20, 2014 3:26 am
Forum: Python scripting and macros
Topic: Work in progress: Reference Workbench
Replies: 4
Views: 1828

Re: Work in progress: Reference Workbench

Hi thomas, sorry for the slow reply... my internet has been down the last several days :x I started working on a line tool a while back, but don't have anything useable at the moment. I had put it on hold to experiment with making a constraint-based interface since the point code was becoming diffic...
by nzurbrugg
Sat Apr 05, 2014 5:41 am
Forum: Python scripting and macros
Topic: usage of addSelectionGate
Replies: 10
Views: 3969

Re: usage of addSelectionGate

A couple of observations after starting to implement the new SelectionGate: 1) After activating a SelectionGate, hovering over blank 3D space initially shows a normal cursor. But after hovering over a not-allowed object, and then back over to blank 3D space, it shows a not-allowed cursor. I thought ...
by nzurbrugg
Fri Apr 04, 2014 1:29 am
Forum: Python scripting and macros
Topic: usage of addSelectionGate
Replies: 10
Views: 3969

Re: usage of addSelectionGate

Wow, that was fast! So basically, if the the "allow" function returns True then the selection is allowed, and if it returns False then the selection is prevented. Yes, that should give a lot of flexibility and is more straightforward, at least from a python perspective. Thanks!
by nzurbrugg
Thu Apr 03, 2014 2:49 am
Forum: Python scripting and macros
Topic: usage of addSelectionGate
Replies: 10
Views: 3969

usage of addSelectionGate

I just came across the addSelectionGate function and I think it's exactly what I want, but I'm not quite sure how to implement it. I have a number of combinations I would like to filter for: -Point/Vertex -Line or Plane (to indicate direction) -Wire only -Wire or Surface Does anyone know of examples...
by nzurbrugg
Tue Mar 11, 2014 3:38 am
Forum: Python scripting and macros
Topic: Work in progress: Reference Workbench
Replies: 4
Views: 1828

Re: Work in progress: Reference Workbench

should be moved to the Initialize() method because otherwise you already load a lot of modules at startup time which slows down this process. Thanks for pointing that out. I updated the code. I really like how fast FreeCAD starts up, so I don't want to ruin that! And is it intended to use PyQt4 and...
by nzurbrugg
Mon Mar 10, 2014 5:47 am
Forum: Python scripting and macros
Topic: Work in progress: Reference Workbench
Replies: 4
Views: 1828

Work in progress: Reference Workbench

I uploaded my work in progress for a Point tool which would be part of a workbench I am currently calling Reference (maybe there's a better name?). The tool creates points that can be parametrically linked to other geometry. Currently, it can only do coordinates from a selected reference point, but ...
by nzurbrugg
Tue Mar 04, 2014 2:40 am
Forum: Python scripting and macros
Topic: Editing parametric objects in TaskPanel
Replies: 3
Views: 3097

Re: Editing parametric objects in TaskPanel

Thanks for posting this! In regards to the setEdit and unsetEdit functions, what is "mode"? def setEdit(self,vobj, mode ): def unsetEdit(self,vobj, mode ): In the involuteGear.py code (https://github.com/FreeCAD/FreeCAD_sf_master/blob/master/src/Mod/PartDesign/InvoluteGearFeature.py), line...
by nzurbrugg
Mon Mar 03, 2014 12:08 am
Forum: Python scripting and macros
Topic: Cancel button behavior
Replies: 1
Views: 903

Cancel button behavior

I've been continuing work on the tools I described in this previous post: http://forum.freecadweb.org/viewtopic.php?f=8&t=5211 I now have a point tool working that can create a point with coordinates from a reference point and as you can see more options are in the works: point_dialog02.png I wi...
by nzurbrugg
Sun Feb 16, 2014 1:21 pm
Forum: Help on using FreeCAD
Topic: Preferences Window is Too Big
Replies: 14
Views: 4112

Re: Preferences Window is Too Big

I also have this issue. My max available resolution is 1366x768 (a cheap laptop). One thing I noticed is the preferences window fits fine until Draft is loaded. OS: Ubuntu 12.04.4 LTS Platform: 64-bit Version: 0.14.3085 (Git) Branch: master Hash: fa33bcae4a0fcaea0aee4d32a5578b4f6c03509e Python versi...
by nzurbrugg
Thu Feb 06, 2014 1:01 pm
Forum: Open discussion
Topic: 5 months with FreeCAD and hurdy gurdies
Replies: 7
Views: 21121

Re: 5 months with FreeCAD and hurdy gurdies

I'm curious why your father would have used visual basic!? But I'm also not familiar with musical instrument design, so maybe he needed to it to size everything with the correct ratios? Sounds like a very interesting project!