Skip to content

Commit

Permalink
translation update & resource alignment
Browse files Browse the repository at this point in the history
From build https://ls.jenkins.autodesk.com/job/CL/job/DynamoRevit_CL/87/
Professional translation: all languages
Pseudo translation: none
  • Loading branch information
escbuild committed Oct 31, 2024
1 parent ffe4ed3 commit 9004287
Show file tree
Hide file tree
Showing 2,028 changed files with 40,664 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`All Warnings of Type` collects all instances of a given warning in the current Revit file.

In the example below, there is one instance of overlapping floors. The floors are also collected with `Warning.GetFailingElements`.
___
## Example File

![All Warnings of Type](./DSRevitNodesUI.AllWarningsOfType_img.jpg)
6 changes: 6 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Categories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## In Depth
`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.
___
## Example File

![Categories](./DSRevitNodesUI.Categories_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Ceiling Types` allows a selection of a single Ceiling type from all the ceiling types available in the current document (file).

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.
___
## Example File

![Ceiling Types](./DSRevitNodesUI.CeilingTypes_img.jpg)
6 changes: 6 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementById.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## In Depth
`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.
___
## Example File

![Element By Id](./DSRevitNodesUI.ElementById_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`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.

In the example below, all Wall Types are being collected from the current document (file).
___
## Example File

![Element Classes](./DSRevitNodesUI.ElementTypes_img.jpg)
12 changes: 12 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsAtLevel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## In Depth
`All Elements at Level` collects all instances of all elements that have dependencies on the given level.

A couple of examples of a dependency are:
- A wall that is attached to that level
- A roof that is hosted to that level

In the example below, all elements for L1 - Block 35 are being returned.
___
## Example File

![All Elements at Level](./DSRevitNodesUI.ElementsAtLevel_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`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.

In the example below, all wall instances in the current document are being collected from the current document (file).
___
## Example File

![All Elements of Category](./DSRevitNodesUI.ElementsOfCategory_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`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.

In the example below, all wall instances in the "L1" view are collected.
___
## Example File

![All Elements of Category in View](./DSRevitNodesUI.ElementsOfCategoryInView_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`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.

In the example below, all family instances of the selected Family Type are being collected from the current document (file).
___
## Example File

![All Elements of Family Type](./DSRevitNodesUI.ElementsOfFamilyType_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
Given an element class input, All Elements of Class will collect all of the loaded types for a given element class.

E.g. All Elements of Class (WallType), provides access to all loaded wall types in the current document (file).
___
## Example File

![All Elements of Class](./DSRevitNodesUI.ElementsOfType_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## In Depth
`Get Family Parameter` will select a parameter as a string from a selected Family Instance or Family Type.

The provided string is useful with `Element.GetParameterValueByName` and `Element.SetParameterByName`.

In the example below, the parameter "Type Mark" is obtained from the given door family.
___
## Example File

![Get Family Parameter](./DSRevitNodesUI.FamilyInstanceParameters_img.jpg)
8 changes: 8 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FamilyTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Family Types` contains a drop-down menu with every family type available in the current document (file). For reference, family types are loadable pieces of content from a ".rfa" file type.

In the example below, all the door instances of the given family type are collected.
___
## Example File

![Family Types](./DSRevitNodesUI.FamilyTypes_img.jpg)
8 changes: 8 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FloorTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Floor Types` contains a drop-down menu with every floor type available in the current document (file). For reference, floor types are system families that are created in Revit via duplicate.

In the example below, the `Floor Types` node is utilized with the `Floor.ByOutlineTypeAndLevel` and `Room.FinishBoundary` nodes to create a simple floor from a room's boundaries.
___
## Example File

![Floor Types](./DSRevitNodesUI.FloorTypes_img.jpg)
8 changes: 8 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Levels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Levels` allows for a single level element selection from an alphabetical list of all level elements in the current document (file).

In the example below, `Levels` is being used as an input for the collection of all elements that depend on the selected level.
___
## Example File

![Levels](./DSRevitNodesUI.Levels_img.jpg)
8 changes: 8 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.RoofTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Roof Types` allows for a selection of a single roof type from all the roof types available in the current document (file).

In the example below, the `RoofType.GetThermalProperties` is being used to extract these properties from the selected roof type.
___
## Example File

![Roof Types](./DSRevitNodesUI.RoofTypes_img.jpg)
14 changes: 14 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.RoomsByStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## In Depth
`Rooms By Status` returns all rooms in the document grouped by status.

Status includes rooms that are:
- Placed and bounded properly
- Unplaced (previously deleted from a view, but not from the model)
- Not Enclosed (unbounded rooms with no calculated area)
- Redundant Rooms (Rooms that share an enclosed space with other rooms)

In the example below, the placed rooms are queried for their area.
___
## Example File

![Rooms By Status](./DSRevitNodesUI.RoomsByStatus_img.jpg)
10 changes: 10 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Sheets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## In Depth
`Sheets` allows a selection of a single sheet from all the sheets available in the current document (file). `Sheets` includes all sheets sorted by their sheet name parameter.

In the example below, the placed viewports are collected from the selected sheet.


___
## Example File

![Sheets](./DSRevitNodesUI.Sheets_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`SiteLocation` returns the site location for the current Revit file. This setting is located under Manage>Project Location in the Revit user interface.

In the example below, the current Revit file's site location is retrieved, along with the name of the location.
___
## Example File

![SiteLocation](./DSRevitNodesUI.SiteLocation_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Structural Column Types` contains a drop-down menu with every structural column type available in the current document (file). Structural column types are loadable families from .rfa files.

In the example below, a structural column instance is created in the current document given the structural column type, location curve, and level reference.
___
## Example File

![Structural Column Types](./DSRevitNodesUI.StructuralColumnTypes_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Structural Framing Types` contains a drop-down menu with every structural framing type available in the current document (file). Structural framing types are loadable families from .rfa files.

In the example below, a structural framing instance is created in the current document given the structural framing type, location curve, and level reference.
___
## Example File

![Structural Framing Types](./DSRevitNodesUI.StructuralFramingTypes_img.jpg)
8 changes: 8 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.SunSettings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`SunSettings.Current` returns the current sun settings for the active view. Sun settings in Revit are modified in the view control bar in the user interface.

In the example below, the current sun settings are obtained, as well as the current date and time the sun settings are at.
___
## Example File

![SunSettings.Current](./DSRevitNodesUI.SunSettings_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`View Family Types` contains a drop-down menu with every view family type available in the current document (file). View family types are element types in Revit and are used to create any view instance based on the type.

In the example below, a newly duplicated view is changed to the selected view family type with the `Element.SetParameterByName` node.
___
## Example File

![View Family Types](./DSRevitNodesUI.ViewFamilyTypes_img.jpg)
8 changes: 8 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Views.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Views` provides an alphabetical selection of all view elements in the current document (file). This includes view templates, sheets, schedules, legends, 3d views and internal view elements.

In the example below, the selected view is used to collect all wall elements in that view.
___
## Example File

![Views](./DSRevitNodesUI.Views_img.jpg)
8 changes: 8 additions & 0 deletions doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.WallTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Wall Types` allows a selection of a single wall type from all the wall types available in the current document (file).

In the example below, a wall instance is created, given the curve, height, associated level and wall type.
___
## Example File

![Wall Types](./DSRevitNodesUI.WallTypes_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Select Model Element By Category` provides a pick selection for a single element of the selected category from the current document (file). This node provides a filtered selection based on the selected category (from all available subcategories) in the current document (file).

In the example below, a single wall element has been selected in the current document via a pick selection.
___
## Example File

![Select Model Element By Category](./Dynamo.ComboNodes.DSModelElementByCategorySelection_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Select Model Elements By Category` provides a pick selection for multiple elements of the selected category from the current document (file). This node provides a filtered selection based on the selected category (from all available subcategories) in the current document (file). This node does require selecting finish in the Revit contextual ribbon.

In the example below, several wall elements have been selected in the current document via a pick selection.
___
## Example File

![Select Model Elements By Category](./Dynamo.ComboNodes.DSModelElementsByCategorySelection_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Select Edge` brings up a cursor in Revit that allows you to select a single edge. The object returned is a curve or line that represents the selected edge.

In the example below, a line is returned that represents the top edge of a parapet in the current document (file).
___
## Example File

![Select Edge](./Dynamo.Nodes.DSEdgeSelection_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Select Model Element` provides a pick selection for a single element from the current document (file). Pressing escape will cancel the selection operation.

In the example below, an RPC element is selected out of all elements in the current view.
___
## Example File

![Select Model Element](./Dynamo.Nodes.DSModelElementSelection_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## In Depth
`Select Model Elements` provides a crossing window selection for multiple elements from the current document (file).

Selecting from right to left will select all objects that intersect the selection box. Selecting from left to right will select all objects that are fully enclosed in the selection box.

In the example below, a variety of elements are selected from the current view.
___
## Example File

![Select Model Elements](./Dynamo.Nodes.DSModelElementsSelection_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Select Point on Face` provides a point selection option on a Revit element's face in the current document (file). A point is returned that represents the corresponding picked location.

In the example below, a point on a wall element is returned and viewable in a `Watch 3D` node.
___
## Example File

![Select Point on Face](./Dynamo.Nodes.DSPointOnElementSelection_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Document.ActiveView` obtains the active view from the current document. `Document.ActiveView` needs to be refreshed upon a view change in the Revit UI. This can be achieved by reconnecting the document input.

In the example below, the view discipline of the active view is returned.
___
## Example File

![Document.ActiveView](./Revit.Application.Document.ActiveView_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Document.Current` obtains the current document from the open file. The returned document can represent a project (.rvt) or a family (.rfa).

In the example below, the view discipline of the active view is returned.
___
## Example File

![Document.Current](./Revit.Application.Document.Current_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`Document.IsFamilyDocument` reports whether the input Revit document is a family document. `Document.IsFamilyDocument` is useful in conjunction with `FamilyDocument.ByDocument`.

In the example below, the active Revit file's document is collected and checked to see if it is a family document.
___
## Example File

![Document.IsFamilyDocument](./Revit.Application.Document.IsFamilyDocument_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`FamilyDocument.AddParameter` adds a new parameter to the family document with a given name, group type and unit type.

In the example below, a new parameter called, "Warehouse Id" that stores text values is created.
___
## Example File

![FamilyDocument.AddParameter](./Revit.Application.FamilyDocument.AddParameter_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`FamilyDocument.ByDocument` obtains the family document element from the given Revit document. If the provided document is not a family document, a null value is returned.

In the example below, the active Revit file's document is collected and converted into a family document.
___
## Example File

![FamilyDocument.ByDocument](./Revit.Application.FamilyDocument.ByDocument_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`FamilyDocument.Category` obtains the Revit category that the given family document is assigned to.

In the example below, the current Revit document is converted to a family document and the Revit category is obtained.
___
## Example File

![FamilyDocument.Category](./Revit.Application.FamilyDocument.Category_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`FamilyDocument.DeleteParameter` removes an existing, user-created parameter in the given family document with a given name. If succesful, the element id of the deleted parameter is returned.

In the example below, an existing parameter called, "Warehouse Id" is removed from the family document.
___
## Example File

![FamilyDocument.DeleteParameter](./Revit.Application.FamilyDocument.DeleteParameter_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`FamilyDocument.GetFormula` obtains the formula assigned to the input parameter, found by name, if available.

In the example below, the current file is converted to a family document and the formula assigned to a parameter named "Radius" is retrieved.
___
## Example File

![FamilyDocument.GetFormula](./Revit.Application.FamilyDocument.GetFormula_img.jpg)
Loading

0 comments on commit 9004287

Please sign in to comment.