Skip to content

Commit 9004287

Browse files
author
Localization
committed
translation update & resource alignment
From build https://ls.jenkins.autodesk.com/job/CL/job/DynamoRevit_CL/87/ Professional translation: all languages Pseudo translation: none
1 parent ffe4ed3 commit 9004287

2,028 files changed

Lines changed: 40664 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## In Depth
2+
`All Warnings of Type` collects all instances of a given warning in the current Revit file.
3+
4+
In the example below, there is one instance of overlapping floors. The floors are also collected with `Warning.GetFailingElements`.
5+
___
6+
## Example File
7+
8+
![All Warnings of Type](./DSRevitNodesUI.AllWarningsOfType_img.jpg)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## In Depth
2+
`Categories` contains a drop-down menu with every category and subcategory available in the current document (file). In the example below, all instances of walls in the current document are being collected.
3+
___
4+
## Example File
5+
6+
![Categories](./DSRevitNodesUI.Categories_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## In Depth
2+
`Ceiling Types` allows a selection of a single Ceiling type from all the ceiling types available in the current document (file).
3+
4+
In the example below, the `Ceiling Types` node is utilized with the `Ceiling.ByOutlineTypeAndLevel` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries.
5+
___
6+
## Example File
7+
8+
![Ceiling Types](./DSRevitNodesUI.CeilingTypes_img.jpg)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## In Depth
2+
`Element By Id` will select the related element from the current document (file) given an element id (int), or a unique id (string). In the example below, a wall is being selected by both it's ElementId and UniqueId.
3+
___
4+
## Example File
5+
6+
![Element By Id](./DSRevitNodesUI.ElementById_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## In Depth
2+
`Element Classes` provides access to all element subclasses (options) in Revit. This node is formerly know as "Element Types". `Element Classes` represents every object in Revit.
3+
4+
In the example below, all Wall Types are being collected from the current document (file).
5+
___
6+
## Example File
7+
8+
![Element Classes](./DSRevitNodesUI.ElementTypes_img.jpg)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## In Depth
2+
`All Elements at Level` collects all instances of all elements that have dependencies on the given level.
3+
4+
A couple of examples of a dependency are:
5+
- A wall that is attached to that level
6+
- A roof that is hosted to that level
7+
8+
In the example below, all elements for L1 - Block 35 are being returned.
9+
___
10+
## Example File
11+
12+
![All Elements at Level](./DSRevitNodesUI.ElementsAtLevel_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## In Depth
2+
`All Elements of Category` returns all element instances of a given category in the current document (file). This node is for use in conjuction with either the `Categories` dropdown selection node or `Category.ByName` node.
3+
4+
In the example below, all wall instances in the current document are being collected from the current document (file).
5+
___
6+
## Example File
7+
8+
![All Elements of Category](./DSRevitNodesUI.ElementsOfCategory_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## In Depth
2+
`All Elements of Category in View` returns all element instances of a given category in the given view. This node is for use in conjuction with either the `Categories` dropdown selection node or `Category.ByName` node.
3+
4+
In the example below, all wall instances in the "L1" view are collected.
5+
___
6+
## Example File
7+
8+
![All Elements of Category in View](./DSRevitNodesUI.ElementsOfCategoryInView_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## In Depth
2+
`All Elements of Family Type` collects all instances of a given family type in the current document (file). For reference, family types are loadable pieces of content from a ".rfa" file type.
3+
4+
In the example below, all family instances of the selected Family Type are being collected from the current document (file).
5+
___
6+
## Example File
7+
8+
![All Elements of Family Type](./DSRevitNodesUI.ElementsOfFamilyType_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## In Depth
2+
Given an element class input, All Elements of Class will collect all of the loaded types for a given element class.
3+
4+
E.g. All Elements of Class (WallType), provides access to all loaded wall types in the current document (file).
5+
___
6+
## Example File
7+
8+
![All Elements of Class](./DSRevitNodesUI.ElementsOfType_img.jpg)

0 commit comments

Comments
 (0)