You can use RevitBatchProcessor to run a dynamo script on multiple files: https://github.com/bvn-architecture/RevitBatchProcessor
It will open all models one by one, run the script and close it.
Type: Posts; User: infeeeee
You can use RevitBatchProcessor to run a dynamo script on multiple files: https://github.com/bvn-architecture/RevitBatchProcessor
It will open all models one by one, run the script and close it.
Which Revit version do you use?
If 2019 or older, install the IFC addon you can set up the ifc origin on the export settings. If the plugin is not installed, Revit defaults to the internal origin,...
Autodesk is aware of this category problem, and it's on the roadmap: https://trello.com/c/hXEpSfcw/103-loadable-generic-modeling-for-system-families
Here is an idea where you can vote for this...
You can download from here: https://mega.nz/file/WsZgnbhB#qyCqgUSG2Gc0ti4O4lqYVi4aEcBCPYgz670_so46Awc
There was a floor version as well, I couldn't find where I downloaded from, but it was from...
- If you want to reuse this with different sizes, your best bet is a custom loadable family. By default you cannot select wall category for a loadable family, so you will have to use some other...
It's not that hard to change dynamo version: https://www.sixtysecondrevit.com/2020-02-07-update-dynamo-core-on-revit-2020/ It shouldn't affect nodes in packages if the correct package version is...
This node should be inside clockwork 0.9. If you can't find it, just paste the code from github into a python node:...
I wouldn't recommend groups for this, they are not intended for this use case. I recommend to add a shared or a simple instance parameter to all elements in Revit, and add the same value what you...
I think this error happens because multiple faces of glass are in front of each other, and rays are bouncing between the layers back and forth, and they never reach your camera.
To understand how...
Newer generation AMD cpus are on par in performance with intel ones. The built in gpu is much more powerful then intel's. So if someone cannot buy a model with dedicated gpu, than I would recommend a...
You can use X Mouse Button Control to override any mouse button in any applications: http://www.highrez.co.uk/downloads/XMouseButtonControl.htm
But unfortunately doubleclicking means the click...
Start here: https://primer.dynamobim.org/
If you've read through the primer, you should be able to extract the points from the model line. You can place an adaptive family with the OOTB...
I used Autoturn: https://www.transoftsolutions.com/vehicle-swept-path/autoturn-revit/
It's 2D only, but very user friendly. It's not available for LT :(
Afaik Adsk vehicle tracking works inside...
You need two parallel reference planes to create the blue triangles/drag controls -> You have to find a template which has two parallel reference planes -> all annotation templates have only two...
Actually an rvt file is a "MS OLE Structured Storage based file". It seems 7zip can read some parts of it.
You can read more about this on these links:
...
I used this option a lot of times, and it exported correctly, so I guess there is some problem with your project/coordination setup, it's not a non-working functionality.
Do you have multiple...
By mapping, I meant Revit won't read automagically the width and height, you have to assign your shared parameters to family parameters in the family editor. Or use only the shared parameters, and...
For modeling a railing, I recommend the railing tool...
It won't be easy, but it's doable. You have to model the balusters as a baluster family.
Dynamo's power is when you have to do the same...
The height and width parameters are 0 in the Revit file and also 0 in the ifc. Your distance a, b and c parameters are exported correctly with 'Export Revit property sets' option enabled.
Map the...
Go to Export Ifc>Modify Setup>Property sets
Export Revit property sets: it will export all Revit properties of all elements to ifc
Export user defined property sets: it will export only...
I don't know how it works with multiple models in one file. It has some boolean nodes, so maybe you can union them before reduce? MakeHollow node should eliminate the remaining holes inside.
...
Copy/monitored elements behave just like you placed them manually. Graphically they are not connected with their 'source'. If you set your link halftone, it shouldn't affect your copied elements.
...
I used MeshToolkit in Dynamo to import very high detailed models. It has a node 'Reduce', which can reduce the polygons of a model: https://github.com/DynamoDS/Dynamo/wiki/Dynamo-Mesh-Toolkit#reduce...
I never found a complete list on the internet, but here are some sources:
From the api docs, all of them in computer language:...
What type of gap? Can you make a video or photo what happens? Which Revit version are you using?
So you cannot move any other programs to the TV? In that case it's not a Revit related...