moved readmes to central readme

This commit is contained in:
2020-01-17 21:35:18 +01:00
parent dd0e5a6c14
commit be47a46f8c
21 changed files with 188 additions and 222 deletions

View File

@@ -1,9 +0,0 @@
# AddParametersToFamily
Add multiple parameters to a currently opened family with one click. All data of the new parameters have to be the same, only the name can differ.
## Required packages
- Orchid
- Data-Shapes

View File

@@ -1,7 +0,0 @@
# AddTitleblockAsParameterToAllSheets
Adds the type name of the titleblocks to each sheet as aparameter. Useful for showing the sheet size in a sheet list. The parameter have to be created beforehand, can be shared or project, must be instance and text. The name of the parameter can be modified in Player. The default parameter name is "Titleblock".
UI: DynamoPlayer
Package requirements: None

View File

@@ -1,13 +0,0 @@
# BuldingPadsFromElements
## requirements
### 2.x
- data-shapes
## acknowledgements
The python script is written by [BIMadmin](https://forum.dynamobim.com/u/BIMadmin) and [kennyb6](https://forum.dynamobim.com/u/kennyb6). Source: [forum.dynamobim.com](https://forum.dynamobim.com/t/multiple-building-pads/19917).

View File

@@ -1,3 +0,0 @@
# CategoryPresentation
Places all loaded families from the selected category on a line for presentation.

View File

@@ -1,11 +0,0 @@
# CheckUnlimitedViewDepths
List views which has unlimited view range set
## Requirements:
Genius Loci
Clockwork

View File

@@ -1,7 +0,0 @@
# DeleteAllRefPlanes
Deletes all reference planes in project
## Requirements
archi-lab

View File

@@ -1,7 +0,0 @@
## DuplicateMultipleViews-DS
Select muultiple views and duplicate them
## Requirements
Data-Shapes

View File

@@ -1,9 +0,0 @@
# DwgImportCleaner
Removes **all** imported dwgs from drawing
## Required packages
- Bimorph nodes
- Archilab

View File

@@ -1,3 +0,0 @@
# ExportHeightFromPbp
Exports selected category's all objects' elevation from PBP to excel. You can add an offset value for making the bounding box smaller.

View File

@@ -1,7 +0,0 @@
# FloorPresentation
Places all floor types in the project
## Requirements
Clockwork

View File

@@ -1,15 +0,0 @@
# importobj-batch
Script for batch importing obj files to separate revit families
Written for Revit 2016
## Usage
1. Copy the .bat and the .rfa to the same folder as the objs
2. Run obj-copy.bat
3. If you want to change settings for the import script open the script in dynamo and modify the input values and save.
4. In Revit batch processor select the created filelist and the dynamo script and it will create the objs inside the rfa files.

View File

@@ -1,9 +0,0 @@
# ListAllInplaceElements
This script lists all in-place elements fron the model
## Requirements
- Clockwork
- Spring nodes

198
README.md
View File

@@ -1,14 +1,14 @@
# Dynamo scripts # Dynamo scripts
For more info see readme.md in each folder ## Notes
## Branches ### Branches
On master branch only 2.x scripts are available. On master branch only 2.x scripts are available.
For 1.x scripts see 1.x branch! For 1.x scripts see 1.x branch!
## Naming codes ### Naming codes
DS: Datashape ui DS: Datashape ui
@@ -16,7 +16,7 @@ DP: DynamoPlayer ui
No suffix: no ui No suffix: no ui
## Script state emojis ### Script state emojis
✅ Stable ✅ Stable
@@ -34,15 +34,45 @@ No suffix: no ui
### AddParametersToFamily-DS ✅ ### AddParametersToFamily-DS ✅
Add multiple parameters to a currently opened family with one click. Add multiple parameters to a currently opened family with one click. All data of the new parameters have to be the same, only the name can differ.
<details>
<summary>Required packages</summary>
- Orchid
- Data-Shapes
</details>
### AddTitleblockAsParameterToAllSheets-DP ✅ ### AddTitleblockAsParameterToAllSheets-DP ✅
Adds the type name of the titleblocks to each sheet as a parameter. Adds the type name of the titleblocks to each sheet as a parameter.
<details>
<summary>More info</summary>
Useful for showing the sheet size in a sheet list. The parameter have to be created beforehand, can be shared or project, must be instance and text. The name of the parameter can be modified in Player. The default parameter name is "Titleblock".
No packages requires
</details>
### BuldingPadsFromElements-DS ☑️ 🚧 ### BuldingPadsFromElements-DS ☑️ 🚧
Create building pad from selected elements. Create building pad from selected elements.
<details>
<summary>More info</summary>
Required packages:
- data-shapes
#### Acknowledgements
The python script is written by [BIMadmin](https://forum.dynamobim.com/u/BIMadmin) and [kennyb6](https://forum.dynamobim.com/u/kennyb6). Source: [forum.dynamobim.com](https://forum.dynamobim.com/t/multiple-building-pads/19917).
</details>
### CategoryPresentation ✅ 🚧 🔻 ### CategoryPresentation ✅ 🚧 🔻
@@ -54,14 +84,31 @@ TODO: ui
List views which has unlimited view range set List views which has unlimited view range set
### CopyParameterValuesToParameter-DP 🐛 <details>
<summary>Required packages</summary>
- Genius Loci
- Clockwork
</details>
### CopyParameterValuesToParameter-DP 🐛 🚧
Copy parameter values of a selected family to another parameter of the same family Copy parameter values of a selected family to another parameter of the same family
TODO: docs
### DeleteAllRefPlanes ✅ ### DeleteAllRefPlanes ✅
Delete all reference planes from the project Delete all reference planes from the project
<details>
<summary>Required packages</summary>
- archi-lab
</details>
### DisallowJoinSelectedFrames-DP ✅ ### DisallowJoinSelectedFrames-DP ✅
Disallow join on both end on the selected frames Disallow join on both end on the selected frames
@@ -70,18 +117,40 @@ Disallow join on both end on the selected frames
Select multiple views and duplicate them Select multiple views and duplicate them
<details>
<summary>Required packages</summary>
- Data-Shapes
</details>
### DwgImportCleaner ✅ ### DwgImportCleaner ✅
Removes all imported dwgs Removes **all** imported dwgs
<details>
<summary>Required packages</summary>
- Bimorph nodes
- Archilab
</details>
### ExportHeightFromPbp-DP ✅ ### ExportHeightFromPbp-DP ✅
Exports selected category's all objects' elevation from PBP to excel Exports selected category's all objects' elevation from PBP to excel. You can add an offset value for making the bounding box smaller.
### FloorPresentation-DP ✅ ### FloorPresentation-DP ✅
Places all floor types in the project Places all floor types in the project
<details>
<summary>Required packages</summary>
- Clockwork
</details>
### ImportDwgBatch ✅ 🚧 ### ImportDwgBatch ✅ 🚧
State: same as importobj, just with dwg State: same as importobj, just with dwg
@@ -90,6 +159,22 @@ State: same as importobj, just with dwg
Imports all objs from a folder to separate rfa files. Designed to be used with Revit Batch Processor Imports all objs from a folder to separate rfa files. Designed to be used with Revit Batch Processor
<details>
<summary>More info</summary>
Script for batch importing obj files to separate revit families
Written for Revit 2016
#### Usage
1. Copy the .bat and the .rfa to the same folder as the objs
2. Run obj-copy.bat
3. If you want to change settings for the import script open the script in dynamo and modify the input values and save.
4. In Revit batch processor select the created filelist and the dynamo script and it will create the objs inside the rfa files.
</details>
### KimaiExportParser ❌ ### KimaiExportParser ❌
*Removed from master, see 1.x branch!* *Removed from master, see 1.x branch!*
@@ -98,6 +183,14 @@ Imports all objs from a folder to separate rfa files. Designed to be used with R
Lists all inplace elements in model Lists all inplace elements in model
<details>
<summary>Required packages</summary>
- Clockwork
- Spring nodes
</details>
### PrefixLoadedFamiliesBatch ✅ 🔻 ### PrefixLoadedFamiliesBatch ✅ 🔻
Add a prefix to all loaded families' names from a selected category. Designed to be used with Revit Batch Processor Add a prefix to all loaded families' names from a selected category. Designed to be used with Revit Batch Processor
@@ -108,28 +201,103 @@ TODO: UI, docs
Add +1 to numbers starting from the selected Add +1 to numbers starting from the selected
<details>
<summary>More info</summary>
Add +1 to sheets from the selected, so you can add a new sheet inbetween.
#### Example
Your sheets numbered like this:
- A01
- A02
- A03
- ...
You want to add a new sheet numbered A02.
Run the script, select the current sheet A02, write "A" to the prefix box (without the quotation marks).
Your new sheet numbers will look like this: (Note the missing A02)
- A01
- A03
- A04
- ...
Now you can add sheet A02. It won't touch those sheets wich don't start with the aforementioned prefix.
#### Requirements
- Data shapes
</details>
### Revisions ### Revisions
#### AddAllRevisionsToAllSheets ✅ #### AddAllRevisionsToAllSheets ✅
Automatically add all revisions to all sheets Automatically add all revisions to all sheets
<details>
<summary>Required packages</summary>
- Aarchi-lab
</details>
#### AddOneRevisionsToAllSheets-DP ✅ #### AddOneRevisionsToAllSheets-DP ✅
Automatically add a selected revisions to all sheets Automatically add a selected revisions to all sheets
<details>
<summary>Required packages</summary>
- Archi-lab
</details>
#### QuickRevisionSchedule-DP ✅ #### QuickRevisionSchedule-DP ✅
List all revisions to a table in a new window List all revisions to a table in a new window
<details>
<summary>Required packages</summary>
- Clockwork
- Springs if they accept my PR...
</details>
### SubregionsToDetailLines ✅ ### SubregionsToDetailLines ✅
Convert all subregions to deatil lines in the active view. With too big numbers it freezes! Set units to meters! Convert all subregions to deatil lines in the active view.
<details>
<summary>More info</summary>
With too big numbers it freezes! Set units to meters!
Make sure the active view is not 3d
#### Optional packages:
- Springs
</details>
### WallPresentation-DP ✅ ### WallPresentation-DP ✅
Place all wall types in the project Place all wall types in the project
<details>
<summary>Required packages</summary>
Clockwork
</details>
## Nodes ## Nodes
### WeekDayNumber ✅ 🔻 ### WeekDayNumber ✅ 🔻
@@ -140,6 +308,9 @@ Input: Weekday. Output: number of the day starting from monday
Replace same elements follow each other Replace same elements follow each other
<details>
<summary>Documentation</summary>
Input: Input:
- list: a list of lists - list: a list of lists
@@ -152,10 +323,15 @@ Output:
- replacedList: A list where all of the found following same elements replaced with the replacement - replacedList: A list where all of the found following same elements replaced with the replacement
- firstReplacedList: Only the first element is replaced, others counted and appended by the countUnit - firstReplacedList: Only the first element is replaced, others counted and appended by the countUnit
</details>
### ReplaceFollowingSameElements ✅ ### ReplaceFollowingSameElements ✅
Replace all following same elements in a list of lists. The differences between this and the previous node thet here you don't have to add a searchfor, itt will replace all following elements Replace all following same elements in a list of lists. The differences between this and the previous node thet here you don't have to add a searchfor, itt will replace all following elements
<details>
<summary>Documentation</summary>
Input: Input:
- list: a list of lists - list: a list of lists
@@ -168,4 +344,6 @@ Output:
- firstCounted: The first element replaced by the number of following elements, others replaced by the replacement - firstCounted: The first element replaced by the number of following elements, others replaced by the replacement
- firstOriginal: First element is the same as before, others replaced by the replacement - firstOriginal: First element is the same as before, others replaced by the replacement
</details>
Python source is included next to the .dyf Python source is included next to the .dyf

View File

@@ -1,35 +0,0 @@
# Renumber sheets from selected
Add +1 to sheets from the selected, so you can add a new sheet inbetween.
## Example
Your sheets numbered like this:
- A01
- A02
- A03
- ...
You want to add a new sheet numbered A02.
Run the script, select the current sheet A02, write "A" to the prefix box (without the quotation marks).
Your new sheet numbers will look like this: (Note the missing A02)
- A01
- A03
- A04
- ...
Now you can add sheet A02. It won't touch those sheets wich don't start with the aforementioned prefix.
## Requirements
Data shapes

View File

@@ -1,21 +0,0 @@
# SubregionsToDetailLines
Convert all subregions to deatil lines in the active view.
State:stable
UI: no ui
## Notes
- With too big numbers it freezes! Set units to meters!
- Make sure the active view is not 3d
## Requirements
Optional: Springs

View File

@@ -1,7 +0,0 @@
# WallPresentation
Places all wall types in the project
## Requirements
Clockwork

View File

@@ -1,42 +0,0 @@
# AddAllRevisionsToAllSheets
Automatically add all revisions to all sheets
State: stable
UI: no ui
Packages used in this script:
archi-lab.net version: 2019.2.23
# AddOneRevisionsToAllSheets
Automatically add a selected revisions to all sheets
State: stable
UI: DynamoPlayer
Packages used in this script:
archi-lab.net version: 2019.2.23
# QuickRevisionSchedule
List all revisions to a table in a new window
State: stable
UI: DynamoPlayer
Packages used in this script:
Clockwork for Dynamo 2.x version: 2.1.2
Springs if they accept my PR...

View File

@@ -1,7 +0,0 @@
## ExampleDir
Details about the script
## Requirements
List of required packages