3D Truss Models
-
Just for fun I was playing with Thea a bit this afternoon. I might have to purchase this render software its really quite nice:
Does anyone have a better wood grain or color to use when rendering lumber? As you can see the striations don't really line up with the direction of the lumber.
-
@juju said:
steam rolling ahead!
Note, I have not coded the dropped top chord variants into the plugin yet I'm just verifying the correct way to frame out these different options with feedback from others before I commit to a specific method.
I've spent some time chatting with some of my contractor friends and the consensus seems to be that measuring the outlookers from the bottom is fairly standard practice. There does seem to be disagreement on how best to deal with outlookers at the peak though. I like the idea of two outlookers each side of the ridge. Some say one vertical, others say none provided the last two adjacent outlookers are relatively close to the peak (I wish they would quantify what close means).
I would like to get this as close to realistic as possible regardless of the logic and complexity otherwise what is the point. I'm not into modeling cartoons, I want it as you would build it.
-
@medeek said:
Just for fun I was playing with Thea a bit this afternoon. I might have to purchase this render software its really quite nice:
Does anyone have a better wood grain or color to use when rendering lumber? As you can see the striations don't really line up with the direction of the lumber.
As for wood grain, easiest way is to do texturing inside SU (for me anyway), and then use Thea to render.
I would then use IBL (Some studio setup HDRI) + SUN button for light and Ground button to have base plane for shadows,and all this takes 10 min to setup.
My biased opinion is to go and buy Thea, it is one great product with +5 integration with SU. -
Outlookers enabled under advanced roof options for Monopitch truss types.
Also fixed all truss types so that the outlookers are measured from the bottom. I also added the option to include outlookers at the peak.
-
Does anyone have any good resources for working with dynamic components within the API? I really would like to make the top chords dynamic so that the overhang can be adjusted after the fact if necessary.
-
Version 1.1.4 - 11.25.2015
Structural outlookers (vert. & horz.) enabled under advanced roof options for Common (Fink) truss type.
Structural outlookers (vert. & horz.) enabled under advanced roof options for Common (Fink) truss type with raised heel (vertical w/ strut).Notice that when structural outlookers are selected the top chord of the gable end truss is dropped accordingly. This may look simple now that I've got it working (at least for one type of common truss) but the amount of logic required to make sure everything comes out right is somewhat mind boggling.
-
Nice work. It is scary how much you are able to do and what goes into all this. The clean output is what we see--and so many options worked in.
For texture I think you also have to look into ruby to find out how to orient it the way you want. It doesn't matter what texture you use.
There are some good NPR wood textures in the Sketchucation store, but I am not sure if it contains one that would give you the fresh douglas fir look.
-
Thank-you for the vote of confidence. Sometimes I feel like I am digging a bit deep when it comes to all of these options it certainly adds to the amount of code required and the complexity. Some options are also dependent on others so it becomes a tangled web that requires careful analysis to mare sure that certain options can still work when others are not enabled. The good news is that I've probably got most of the options added to the fink truss that I will ever add so further complexity should not be too much of a problem. Now it is just a matter of adding different truss types, and other related items, more breadth and less depth.
If it can be mathematically modeled then it can be programmed into the plugin. What you are seeing on your screen or in SketchUp is a visual representation of a mathematical model of the truss group and associated framing.
-
Version 1.1.5 - 11.25.2015
- Added Double Fink common truss type.
- Structural outlookers (vert. & horz.) enabled under advanced roof options for Common (Double Fink) truss type.
-
Version 1.1.6 - 11.26.2015
- Added Fan and Mod Queen common truss types.
- Structural outlookers (vert. & horz.) enabled under advanced roof options for Common (Fan & Mod Queen) truss types.
Four more common truss types still need to be added:
- Double Howe (6/6)
- Mod Fan (8/4)
- Triple Fink (8/7)
- Triple Howe (8/8)
For very large buildings one could also consider:
- Quad Fan (10/5)
- Quad Fink (10/9)
- Quad Howe (10/10)
- Quin Fan (12/6) ...
A quad fink truss (10/9) with a raised heel (slider):
-
Wow, seriously, wow. How is the manual coming along?
-
What format would be the best for the manual? I am kind of thinking along the lines of HTML documentation similar to the way SketchUp help files are organized but I'm still thinking about this.
The biggest problem right now is the plugin has been rapidly progressing and evolving so its a bit hard to set out a manual that won't need major revisions/rewrite in the very near future.
I'm thinking though in another month or two I should have something together.
-
You must also think for Multi-languages of your UI !
-
Valley Sets are here:
Proceed with caution though I just put it together so it is still a bit rough around the edges. Further testing and refinement is necessary but it seems to be working fairly decently.
Currently the main roof plane and two points need to be selected rather carefully I'm not sure I can do much about that, if not I will need to document in some detail how to use this function.
-
@pilou said:
You must also think for Multi-languages of your UI !
I've been thinking about adding some global settings so one can set language, defaults and other misc. items.
-
I've addressed a few bugs with the valley set algorithm and tested it in as many configurations and orientations as possible. It it more solid now. I suggest downloading the latest version of 1.1.7 that I just uploaded to the server.
Note that the plane of the main roof that is selected needs to be a rectangular shape at the moment to properly register (1st point selected). I usually just select the top face of one of the top chords of the trusses. The second point should be at the centerline of the last truss of the secondary roof line and at the ridge (peak) of this truss, the third point is also at the ridge (peak) but at a point towards the main roof. I really need to put the manual together to document this feature and how to use it, or at least a video.
I also updated the geometry algorithm slightly so that it adds additional verts a 48" o/c when the valley trusses get too large. This is keeping in line with standard practice on these types of valley sets. I can also make this an input if someone requests that it be such.
This update was not that complicated (valley sets) other than trying to figure out how to place the set based only on a plane and two points. Obtaining this information and then figuring out the math and code to compute the vertical distance between the bottom of the first valley truss where it rests on the main roof plane and the peak of the secondary roof line was the slightly painful part. The actual geometry of the valley set was surprisingly easy to code.
The real challenge will begin when I try to add some hip sets, I may push that out for awhile.
-
Here is an example of a large valley set with a Monopitch Primary Roof and a Common Secondary Roof. Notice the pitch of the monopitch roof is 6:12 while the secondary roof is 12:12.
Rather than calculate the overhang for the secondary roof it is just as easy to to trim the truss tails back and adjust the fascia so that it lines up with the fascia of the main roof after the fact.
Even with all the automation of certain tasks there is still a good bit of manual editing required when complex roof lines are involved however I find that SketchUp has a very intuitive interface for trimming solids and once the basic geometry is there the rest is usually not too much trouble.
-
With the main roof sheathing:
-
I think the most universal is probably to have the manual in PDF?
-
I think I'll create in MS Word and then save it into PDF.
Advertisement