If the projects are not gargantuan, just open all the projects and your family, Load into Project from the Family and check all the boxes. Should be done in 1 go.
Type: Posts; User: Bjorn_K
If the projects are not gargantuan, just open all the projects and your family, Load into Project from the Family and check all the boxes. Should be done in 1 go.
It's the new name for BIM360 Docs if i'm not mistaken. It's the move to the new construction cloud platform, I think the fact that the Docs would be included in the Collections was announced around...
+1 for prefab balconies as loadable families.
Assuming you already gave the Door Types their Type Name it is quite simple in Dynamo:
40041
If you still need to name the Types it becomes a bit more elaborate since there is an extra...
Don't forget the PolyCurve.Curves Node that will return the underlying Curves from a Polycurve.
I think it's using the <No Template> option, the resulting .rvt is always so clean.
Have not found a way to change it a while back when I was looking for some exporting options. You can always...
It reads like it does not include it in the deployment created that you download, but asks you for the name of the file you will later add in the /Img folder yourself in the deployment.
Did not...
The Blue color should indicate that you also have the other checkmark on, where you check List@Level. The maintain List Structure option. I think the original List@Level Blog on DynamoBIM.org is a...
Thought I had included the full-size screenshot. If you need the file for legibility reasons, let me know.
Assuming you wanted them "1 file on 1 line" in 1 long row, this is a solution.
Maybe you wanted to sort them by project or each project on an Excel Sheet?
39958
Either search in all files because your data-structure and classification system is strong, Or start using dummy .nwc files (E, stairs, W, etc) that you already appended to your template, then when...
There is no need to make in a reporting parameter. Just make it an instance shared parameter and it should be schedulable, and flexible.
Schedules get a VV/VG dialog when there are DO's in the project specifically for this.
OP, you need to go into the VV/VG of your Views, not control your DO's with the dropdown, that one is meant...
If you have a little bit of time, this is a great use-case for Dynamo. Reading the locations of the Doors and comparing them to the Rooms in the Linked file is perfectly possible.
Having just started a new job were there was a MX Master 2 waiting for me, I understand why people like this mouse.
I've used the Connexion CADmouse a lot over the last few years, I think it's on...
Yep, either a seperate Wall Sweep or make your own (Line Based?) families with edge conditions build in the Family.
1. Do you have a Shared Parameter file active in that Revit session?
2. Are you 100% sure that the SP file does not have that particulair parameter already in it.
Both can be the reason the...
I seem to remember deleting the UIstate.dat file to reset things like this. Do not know if that still works.
Check your sketch, is the line there in 1 piece? It looks like it is multiple pieces of line/arc. Is that necessary for this shape?
In Rhythm there is also the Bake node that removes the element binding from the graph.
Yes. Talk to them, establish a base line for digital communication and expectation on both sides. This sounds like somebody that just hit the IFC export button in their software without any setting...
Your testing the same script against different templates.
The error in your script is in the step that it asks the BuiltInCategories for its Name in string format and that the action cannot be...
The preview/feedback page is still up and active if you need any files and/or documentation. Just need to make an account.
Something relevant that I did not see mentioned in here, since you can Orient 3D views to a named Reference Plane, you can also do the same proces without all the Sections.
1. Make Refplane...
Remove those first 2 nodes and just make a list with the same string names as in your column A of the excel. ["Windows", "Doors", etc]
That should get you past this hurdle. The rest of that script...