Monthly Archives

August 2015

Sculpture and Art

A New Idler Link and Connecting Link

It occurred to me that a link that is used only to change the direction of link movement, like the one pictured below, is sort of an idler link. it’s like an idler pulley because it doesn’t do anything on it’s own. An idler pulley keeps tension in…

Continue reading
Linkage Program, Sculpture and Art

Building More Parts

I have a new part built for the new Rolling Ball Sculpture. Small Ball Lifter The small lifter part is the lowest lifting arm on the mechanism. This part lifts the ball off the frame to a position where another arm can take the ball. The ball is…

Continue reading
Computers & Programming

PriorityStackPanel

The PriorityStackPanel class is a Panel element that I built for my Windows Store app. The idea is that the panel should adapt the content to the display based on a set of rules. The existing panels in C# and WinRT are totally useless for this task because…

Continue reading
Sculpture and Art

Rolling Ball Sculpture Lift #2

Manufacturing has begun on ball lifter #2. Design Animation of Lifter #2 The lower mechanism lifts the ball off the entry track to a position where link 3 at connector F can catch it. From there, it is lifted and dropped onto a short track about half way…

Continue reading
Computers & Programming

CullingStackPanel

I have only used this horizontally. This panel will shrink down to zero size if needed, which might not be what you expect. The important parts of the code are commented. This is my first attempt at this particular feature and the code may be incomplete. I have…

Continue reading