This Workflow is incredible! We QS begging a way to have stair m3 and surface areas (formwork m2), and the great thing about this is I probably just need to set the script up once, apply to all jobs :) Thanks!
@AussieBIMGuru Жыл бұрын
Glad it will help! I have some other QS takeoff focused videos in my dynamo playlist that may be of use as well.
@limaesa3 жыл бұрын
Thank you, Gavin! Leo
@AussieBIMGuru3 жыл бұрын
You're welcome!
@EclecticExplorations1133 жыл бұрын
You are amazing!!!
@AussieBIMGuru3 жыл бұрын
Thanks, we all are in our own ways :)
@fabriziopasaragonzales60393 жыл бұрын
Hi Gavin, Thank you for all. I have a question. Could you please explain me why did you put >0.9 in z value. Thank you.
@AussieBIMGuru3 жыл бұрын
In this case I am isolating all faces which are facing upward. Dynamo has a slight tolerance issue with normal values very close to an axis, so I usually go just below this (in this case I want all up faces, so Z is 1, so I check for faces with a normal more than slightly less than 1).
@dominiksobczynski27589 ай бұрын
This is very nice. I have a question about external surfaces of stairs which adhere to staircase walls. I don't want calculation this surfaces. Do you have any idea how to enrich this dynamo script?
@AussieBIMGuru9 ай бұрын
The only way would be to get all walls within a general distance to the stair and also check if the face centrepoints intersect any of those walls
@guhsk813 жыл бұрын
Amazing.. Gavin, how do I get the stairs mirrors?
@AussieBIMGuru3 жыл бұрын
Not quite sure what you mean? Do you mind specifying what you mean by stair mirrors.
@guhsk812 жыл бұрын
@@AussieBIMGuru Sorry for the pronunciation haha but it would be the risers area
@AussieBIMGuru2 жыл бұрын
I'd say a space would be needed to store riser areas.
@mohamedsamir88243 жыл бұрын
Hi Gavin, I have two questions please Question one: I want to convert 2d plans doors and windows from autocad to Revit by using dynamo what is the best workflow to do that? Question two: I need to rotate the bounding box with every element or if you have another solution to do that tell me about it. Thanks
@AussieBIMGuru3 жыл бұрын
The key to place doors/windows would be to match block names to revit families, then use something like genius loci package to find nearest wall to each block and place them at those points. Theyd be a default sill height though as CAD doesn't contain vertical data. I find usually most CAD files are way too messy to support automation unfortunately. Next week's video will show how to do element aligned bounding boxes.
@mohamedsamir88243 жыл бұрын
@@AussieBIMGuru Thanks Gavin
@lucasluzzi2 жыл бұрын
Is it possible to turn a hatch pattern in Revit into a surface in Dynamo?
@AussieBIMGuru2 жыл бұрын
Not that I am aware of. You would effectively need to use the base pattern file to programatically create the pattern in Dynamo from a known origin and direction - very difficult, beyond my abilities.
@AussieBIMGuru2 жыл бұрын
Not that I am aware of. You would effectively need to use the base pattern file to programatically create the pattern in Dynamo from a known origin and direction - very difficult, beyond my abilities.
@nguyenminhkhoi68303 жыл бұрын
Hi Gavin, Thank you for the useful sharing. I have a question to ask you. Now I am creating Material Legend . However I can't add "Hatch Pattern" column and I just want show the materials on the sheet ( the same like filtering sheet by legend keynote). So I do it by creating detail line, filled region .When I have to change materials,they will have to be adjusted manually .Is there any way to solve the problem? Regards.
@AussieBIMGuru3 жыл бұрын
Hrm the only way to do this would be to have a filled region type named after the material, then Dynamo could assess the material's surface pattern name and find the matching filled region type, then update its pattern also. They're not directly connected as objects so a match would need to be made.
@nguyenminhkhoi68303 жыл бұрын
@@AussieBIMGuru Thank you so much, Gavin!
@alicekalomi60572 жыл бұрын
Hi, don't show any parameter group. How can I find " BG_DIM_Area1 " and " DIM_Volume1 "
@AussieBIMGuru2 жыл бұрын
These are shared parameters from my file. You can make your own or even just project parameters to store these properties. They are an area and volume type parameter respectively.
@daxponce53772 жыл бұрын
Hi Gavin what if i want to get the surface of the riser, how to do that? thanks
@AussieBIMGuru2 жыл бұрын
Assuming you have a room or space for it you could get its faces via its solid geometry.
@arincakkin6 ай бұрын
Spiral stairs can't be detected as solid by element.solid node
@AussieBIMGuru6 ай бұрын
Hrm strange, sounds like a limitation. The Revit API element geometry methods may be an alternative to explore.
@arincakkin6 ай бұрын
@@AussieBIMGuru im trying to have some python script by ai. I dont know how to do that with dynamo nodes
@damirces3 жыл бұрын
Because it's not possible with Revit hehe
@AussieBIMGuru3 жыл бұрын
Indeed, a lot of things aren't possble as they come unfortunately. Having said that I haven't seem stair takeoff in any BIM authoring tool yet
@damirces3 жыл бұрын
@@AussieBIMGuru, I was testing ones. Made a in-place family to match the stairs and the volume was wrong. Don't get that..
@AussieBIMGuru3 жыл бұрын
Hrm weird in my testing the ootb stair tool volume was correct. Make sure there isnt any void geometry or joined objects maybe, they might give incorrect solids.
@damirces3 жыл бұрын
@@AussieBIMGuru, was doing this test five years ago and remembered wasn't match. I will check again. Thank you Aussie...