After learning the basics of threejs for the about page, I set out to develop a web based concrete design tool. A video of https://www.re-tug.com/concretedesign/ in action is below:
The Functionality
I set out to make a easy to use interface ...
A co-worker of mine asked if I could find a way to check min. joist bearing lengths after being burned on a recent project where they had a few beams that worked for strength and deflection, but did not match SJI's minimum flange dimensions for bearing.
With a desire to update my "about" page, I set out to kill two birds with one stone, a fresh new about page and learning 3d graphics in the browser. https://www.re-tug.com/about/ is built with three.js, a package built within Javascript to make 3d graphics.
...Above is my first functional C# revit add-in, making bending rebar at any angle an easy task. For those non-structural engineers, the smaller the piece of rebar, the smaller the allowable bend. Being able to quickly sketch rebar to scale with minimum bend radii is ...
Making a revit addin has been a goal of mine for some time. Yesterday I finally succeeded, complete with ridiculous names, images and tasks completed.
The addin is simple and essentially useless, it assigns walls of a certain type to a workset (Github).
Learning C#
...Sidebar
Site Info
- Latest Comments
- retug on Diaphragm Slicer New and Improved -
Hi Trenno, I just uploaded a new .dll file to github that has metric units included. Give it a whirl, let me know if you have any trouble on the install. I think it should be as easy as downloading the .dll file and adding the file path to the
- Trenno on Diaphragm Slicer New and Improved -
How's the Metric version coming along? Keen to check it the tool.
Could you set it up so that the model is run within the initial steps of routine of the plugin?
- retug on Project Management with Deltek -
Hi Tushar, I've used Seaborn as well, it's a good package.
I use Matplotlib for quick and dirty plotting, you just can't beat the amount of documentation and examples you can find out there for it.
- Trenno on Diaphragm Slicer New and Improved -