118 lines
1.9 KiB
Markdown
118 lines
1.9 KiB
Markdown
# Dynamo scripts
|
|
|
|
For more info see readme.md in each folder
|
|
|
|
## Scripts
|
|
|
|
### AddParametersToFamily
|
|
|
|
Add multiple parameters to a currently opened family with one click.
|
|
|
|
State: stable
|
|
|
|
UI: Data-shapes
|
|
|
|
### AddTitleblockAsParameterToAllSheets
|
|
|
|
Adds the type name of the titleblocks to each sheet as a parameter.
|
|
|
|
State: Stable
|
|
|
|
UI: DynamoPlayer
|
|
|
|
### BuldingPadsFromElements
|
|
|
|
Create building pad from selected elements.
|
|
|
|
State: mostly working, not stable
|
|
|
|
UI: Data-shapes
|
|
|
|
### CategoryPresentation
|
|
|
|
Places all loaded families from the selected category on a line for presentation.
|
|
|
|
State: stable, no ui yet
|
|
|
|
UI: no ui
|
|
|
|
### CheckUnlimitedViewDepths
|
|
|
|
List views which has unlimited view range set
|
|
|
|
State: stable
|
|
|
|
UI: no ui
|
|
|
|
### DwgImportCleaner
|
|
|
|
Removes all imported dwgs
|
|
|
|
State: stable
|
|
|
|
UI: no ui
|
|
|
|
### ExportHeightFromPbp
|
|
|
|
Exports selected category's all objects' elevation from PBP to excel
|
|
|
|
State: stable
|
|
|
|
UI: DynamoPlayer
|
|
|
|
### ImportobjBatch
|
|
|
|
Imports all objs from a folder to separate rfa files. Designed to be used with Revit Batch Processor
|
|
|
|
State: stable, under developement
|
|
|
|
UI: no ui
|
|
|
|
### KimaiExportParser
|
|
|
|
Parse exported excel tables from kimai1. It will create summaries per project per weeks.
|
|
|
|
State: stable, not maintained any more, only for 1.x
|
|
|
|
UI: run from dynamo, no player support
|
|
|
|
### ListAllInplaceElements
|
|
|
|
Lists all inplace elements in model
|
|
|
|
State: stable
|
|
|
|
UI: no ui
|
|
|
|
### PrefixLoadedFamiliesBatch
|
|
|
|
Add a prefix to all loaded families' names from a selected category. Designed to be used with Revit Batch Processor
|
|
|
|
State: stable, no ui, no docs
|
|
|
|
UI: no ui
|
|
|
|
### RenumberSheetsFromSelected
|
|
|
|
Add +1 to numbers starting from the selected
|
|
|
|
State: stable
|
|
|
|
UI: no ui
|
|
|
|
### Revisions
|
|
|
|
#### AddAllRevisionsToAllSheets
|
|
|
|
#### AddOneRevisionsToAllSheets
|
|
|
|
## Nodes
|
|
|
|
### WeekDayNumber
|
|
|
|
Created for kimai-export-parser
|
|
|
|
Input: Weekday. Output: number of the day starting from monday
|
|
|
|
State: stable, should work in 2.x as well.
|