Search found 53 matches

by DanielLeeWenger
Tue Jan 16, 2024 11:46 pm
Forum: Users Showcase
Topic: Introduction to the ThreadProfile WB
Replies: 20
Views: 7662

Re: Introduction to the ThreadProfile WB

Glad you got a solution. I have no experience with the Thread WB and Part Design. I use Part WB.

Daniel
by DanielLeeWenger
Sun Nov 21, 2021 4:43 am
Forum: Help on using FreeCAD
Topic: Design of Basket/Dust Bin
Replies: 42
Views: 7273

Re: Design of Basket/Dust Bin

Thank you chrisb. I was really more interested in learning the flow of commits to merges. My guess is that the commit that I mentioned has not yet been merged. Perhaps I am wrong. I have solved my problem by using the line tool in the Curves WB and then making the face from the lines. I am inclined ...
by DanielLeeWenger
Sun Nov 21, 2021 1:28 am
Forum: Help on using FreeCAD
Topic: Design of Basket/Dust Bin
Replies: 42
Views: 7273

Re: Design of Basket/Dust Bin

I have an object partially composed of faces based upon a sketch. In attempting to complete the object by filling in space between the faces, using the edges of the existing faces, I get the "input vector has zero norm" error. I also tried to use vertices of the area to be filled by a face...
by DanielLeeWenger
Fri Nov 19, 2021 6:13 pm
Forum: Developers corner
Topic: Unit testing Spreadsheet WB copy and paste
Replies: 9
Views: 3002

Re: Unit testing Spreadsheet WB copy and paste

Wow. This forum is fantastic. Thank you Markster and wmayer. I have a choice as how to do what I want.
by DanielLeeWenger
Wed Nov 17, 2021 11:21 pm
Forum: Developers corner
Topic: Unit testing Spreadsheet WB copy and paste
Replies: 9
Views: 3002

Re: Unit testing Spreadsheet WB copy and paste

This looks very interesting. I want to be able to view an active document and send "Run" to the Macro editor via a Macro button.

I suspect that this would be possible when the new code migrates to a distributed version of FC? Perhaps there is a way of doing what I want already?
by DanielLeeWenger
Sun Nov 14, 2021 5:14 am
Forum: Python scripting and macros
Topic: Code snippet to demonstrate how to access, from a script, a Gui object created by the script
Replies: 14
Views: 3345

Re: Code snippet to demonstrate how to access, from a script, a Gui object created by the script

Nice to find others working on polyhedra. Thank you edwilliams16

I am happy to find the polyhedra web site. I did not know of it.
by DanielLeeWenger
Sat Nov 13, 2021 9:52 pm
Forum: Python scripting and macros
Topic: Code snippet to demonstrate how to access, from a script, a Gui object created by the script
Replies: 14
Views: 3345

Re: Code snippet to demonstrate how to access, from a script, a Gui object created by the script

Ahhh. Thank you Mario. It is the simple things that need attention.

Thanks for the guidance for creating a macro. I did not realize I could post a macro without do so via GitHub.
by DanielLeeWenger
Fri Nov 12, 2021 7:56 pm
Forum: Python scripting and macros
Topic: Code snippet to demonstrate how to access, from a script, a Gui object created by the script
Replies: 14
Views: 3345

Re: Code snippet to demonstrate how to access, from a script, a Gui object created by the script

Thank you mario52 for your post. I have benefited much from your macros. They have helped me in learning Python and FC. I too have been playing with polyhedra. Below is code that I recently completed that will produce the "great rhombicuboctahedron", incorrectly called a "truncated cu...
by DanielLeeWenger
Thu Nov 11, 2021 2:56 am
Forum: Python scripting and macros
Topic: Code snippet to demonstrate how to access, from a script, a Gui object created by the script
Replies: 14
Views: 3345

Code snippet to demonstrate how to access, from a script, a Gui object created by the script

While working on a project that involved coloring objects created via a script I was surprised that information on this subject was not easy to find. I did a good bit of searching to find specifically how to access a Gui object from the script that created the object. There are a number of postings ...