Is it a tip or is it a trick? You decide.
Fun with geometryā¦
Thatās pretty cool.
In math class, we were required to show the proof, step by step. I loved that kind of work, but have totally lost it now.
Nice job @Stroonzo! And that voiceā¦like butter, my friend. What do you have on the list for your next āTips and Tricksā?
(thank you, very helpful)
Iām still thinking about that one.
Kind of like is math a discovery or an invention?
If youāve got any more of those trick tips Iām in your audience!
āYesā
ā¦
We have a winner!
Perfect example of āuse it or loose itā
So, this was a trick for me personally a few weeks ago when I was drawing a replacement router base plate needing to have three screws evenly distributed along a circumference.
In most cases, Iād reach for the circular array tool, but there was something (I donāt even remember what now) that I had to double check using this old compass and ruler trick.
See here that circular array of the top smaller circle builds the same snap points of an equilateral triangle:
Iāll certainly make additional short tips in the future when I suspect that something I am doing could help others.
I get bored sometimes and as a joke make fake commercials like this:
Thatās a great method.
I use a simple one if I need to do that: just draw a hexagon.
Then draw 3 lines connecting every second corner - thatās your equilateral triangle.
Then draw a circle of the same radius dimensions as the original hexagon, and align it over the top of the triangle.
I did the circular array for a 5 point star. Took forever to figure out how to delete the lines inside the star. Iām still not sure how I got rid of them it but it worked.
Using the node editing tool, hover the mouse over the interior lines. Press the āTā key on the keyboard to trim the line.
Faster still:
Create a hexagon with the same center, width, and height, then just change the number of sides from 6 to 3.
This is why I always preface any demo with something along the line of āhere is one approachā. I am always amazed at the multitude of techniques possible as a means to an end. Certainly a testament to the adaptability that LightBurn offers to its user base.
Not intended as a āyouāre doing it wrongā by any stretch - I didnāt realize that the intersection points would give you two points on an equilateral, and it was a good illustration of using shape crossings as snapping points when drawing. (in hindsight, the math totally makes sense)
I spent 12 years teaching community college various computer languages. Grading (or trying to) I used to ask studentās how they went down the path they did, sometimes it left me wonderingā¦
Every body working on their own generally did it differently.
A good reason for hammering on them to document their work in the source. It became very clear when I had a relatively technical modification for their programs as an assignment. Then they learned they were modifying one of the other students code. Noticed a lot more useful comments in the source after thatā¦
I learned to comment in college. I submitted a final project in DBase 4 that was 3 printed pages long, and the prof had never seen it done in less than 10. DBase didnāt have a stack, so it wasnāt possible to write recursive code in the normal way.
Everyone else copied their main function 3 times, and made them call 1 to 2, then 2 to 3. Mine implemented a stack. I got the assignment back with the uncommented stack code circled in red with āwhat does this do??ā next to it. Bonus points awarded for the clever solution, docked points for having no comments.
I dislike the small amount of extra effort to comment my code or scripts (BUTā¦ not nearly as much as I dislike NOT commenting and having no idea what I was thinking when I was developing, the context of the intent, or what the upstream or downstream dependencies are).
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.