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/173/
Professional translation: all languages
Pseudo translation: none
  • Loading branch information
escbuild committed Jan 3, 2025
1 parent dd42ec7 commit 352a052
Show file tree
Hide file tree
Showing 774 changed files with 5,878 additions and 184 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Podrobnosti
`View Duplicate Options` provides access to all the duplication options available in Revit.

Mezi tyto prvky patří:
- As Dependent
- With Detailing
- As Duplicate

In the example below, the detail view "North Wall Window Detail" is duplicated with a prefix of "-Revision 1" with detailing.
___
## Vzorový soubor

![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Document.FilePath` returns the file path of the given Revit document, if available. If the file is not saved, a blank string is returned. If the given document, is a local file (tied to a central file), the local file path is provided.

In the example below, the file location is provided for the current Revit document.
___
## Vzorový soubor

![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Document.GetLinkInstances` returns a list of all instances of links placed in the current Revit document. Link instances are used to retrieve elements from linked files.

In the example below, all of the Revit link instances are returned for the active Revit document. Additionally, the names of the links are returned with `Element.Name`.
___
## Vzorový soubor

![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Document.Location` returns the latitude and longitude location of the given Revit document.

In the example below, the project location is provided for the current Revit document.
___
## Vzorový soubor

![Document.Location](./Revit.Application.Document.Location_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Element.GetJoinedElements` returns all element that are joined to the input element.

In the example below, a floor is selected in the current Revit document. All elements joined to the selected floor are returned.
___
## Vzorový soubor

![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Element.UnjoinAllGeometry` unjoins all the geometry of elements joined to the given element.

In the example below, a floor is selected from the current Revit document and all joined geometry is unjoined.
___
## Vzorový soubor

![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Element.UnjoinGeometry` unjoins the geometry of the two given elements.

In the example below, a floor is selected in the current Revit document. The joined elements are collected, then unjoined from the input floor.
___
## Vzorový soubor

![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`ElementType.CanBeCopied` returns a true/false value indicating whether or not the given element type can be copied.

In the example below, all wall types are collected from the current Revit document and verified if they are able to be copied.
___
## Vzorový soubor

![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Podrobnosti
Uzel `ElementType.CanBeDeleted` určuje, zda je možné typ prvku ze souboru aplikace Revit odstranit.
`ElementType.CanBeDeleted` returns a true/false value indicating whether or not the given element type can be deleted.

V níže uvedeném příkladu jsou z aktuálního souboru aplikace Revit shromážděny všechny půdorysné pohledy. Půdorysné pohledy jsou poté rozděleny do 2 seznamů, „je možné odstranit“ a „není možné odstranit“.
In the example below, all wall types are collected from the current Revit document and verified if they are able to be deleted.
___
## Vzorový soubor

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`ElementType.Duplicate` attempts to duplicate the given element type with the given name. If the name is already taken an error will be presented on the node.

In the example below, the wall type `Generic - 4"` is retrieved from the current Revit document. The wall type is then duplicated with the name `Typical - 4"`.
___
## Vzorový soubor

![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`ElementType.FamilyName` returns the name of the owning family of the given element.

In the example below, all walls are collected from the current Revit document. The wall types are then returned for each wall and the family name is returned. .
___
## Vzorový soubor

![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`ElementType.Name` returns the name of the given element type. The element type name is useful for looking up element types with `ElementType.ByName".

In the example below, all wall types are collected from the current Revit document. The name of the wall types are returned with `ElementType.Name`.
___
## Vzorový soubor

![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`FamilyInstance.Space` returns the space that the given element is located within, if available. If no space is found, a null value is returned.

In the example below, all air terminal elements are collected from the current Revit document. The space locations are then returned with `FamilyInstance.Space`.
___
## Vzorový soubor

![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Level.ByElevation` creates a level at the given elevation. The name mirrors what happens in the Revit UI, based on previous entries.

In the example below, a level is created at 3.5 feet, (this depends on project units).
___
## Vzorový soubor

![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Level.ByElevationAndName` creates a level at the given elevation, with the given name. If the name is already taken, the node will provide an error.

In the example below, a level named "Raised Subfloor" is created at 3.5 feet, (this depends on project units).
___
## Vzorový soubor

![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Level.ByLevelAndOffset` creates a level element offset the given distance, from the given level. The name of the new level mirrors what happens in the Revit UI where a level is named based on previous entries.

In the example below, a new level is created 10' above the highest level in the current Revit document.
___
## Vzorový soubor

![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Level.ByLevelOffsetAndName` creates a level element offset the given distance, from the given level, with the provided name.

In the example below, a new level called "T.O. Parapet" is created 10' above the highest level in the current Revit document.
___
## Vzorový soubor

![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Level.Elevation` returns the elevation for the given level in project units. `Level.Elevation` reports the value from ground level. If the project's elevation differs, this can be returned with `Level.ProjectElevation`.

In the example below, all levels are collected in the current Revit document. The levels' elevation value are returned. Additionally, the levels are sorted by height with "List.SortByKey".
___
## Vzorový soubor

![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Level.Name` returns the name of the given level. `Level.Name` differs from `Element.Name` by obtaining the name from the level by looking up the parameter value.

In the example below, all levels are collected for the current Revit document and their names are returned.
___
## Vzorový soubor

![Level.Name](./Revit.Elements.Level.Name_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Level.ProjectElevation` returns the elevation for the given level in project units. `Level.ProjectElevation` reports the value from project origin. If the elevation from ground level is required, this value can be obtained with `Level.Elevation`.

In the example below, all levels are collected in the current Revit document. The levels' project elevation value are returned. Additionally, the levels are sorted by height with "List.SortByKey".
___
## Vzorový soubor

![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`LinkElement.GetGeometry` returns the geometry of the given link elements at the optional detail level.

In the example below, the geometry for all wall elements in the "Snowdon Towers Sample Site` link is returned.

___
## Vzorový soubor

![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`LinkElement.GetLocation` returns geometry representing the location of the given link element (if available).

In the example below, the location of all the walls in the "Snowdon Towers Sample Site` is returned as curves.
___
## Vzorový soubor

![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`LinkInstance.AllElementsOfCategory` returns all elements of the given category from the given link instance.

In the example below, all toposolid elements are returned from the "Snowdon Towers Sample Site" link instance.
___
## Vzorový soubor

![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`LinkInstance.AllElementsOfCategoryInView` returns all elements of the given category in the given view from the current Revit document.

In the example below, the all toposolids in the "Snowdon Towers Sample Site` that are visible in floor plan "L1" are returned.
___
## Vzorový soubor

![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`LinkInstance.Document` returns the document for the given link instance. This document can be used to collect elements from the link and query the document for other information.

In the example below, the "Snowdown Towers Sample Site" link instance is returned in the architectural sample model. The link instance's document is then returned.
___
## Vzorový soubor

![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Space.Area` returns the area of the given space. If a space is unplaced in Revit, a value of 0 is returned.

In the example below, the area of all spaces in the current Revit document are returned.
___
## Vzorový soubor

![Space.Area](./Revit.Elements.Space.Area_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Podrobnosti
`Space.CenterBoundary` returns a nested list representing the given space's centerline boundary. In the returned list, the first sublist represents the outermost curves, while subsequent lists represent loops within the space. The center boundaries are located on the centerline of the wall across all layers within the Revit space. For more information on wall location lines, see this help [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89).

If an unbounded or unplaced space is given, a null value is returned.

In the example below, all spaces are collected from the current document and selected view. The center boundaries are then returned.
___
## Vzorový soubor

![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Podrobnosti
`Space.CoreBoundary` returns a nested list representing the given space's core boundary. In the returned list, the first sublist represents the outermost curves, while subsequent lists represent loops within the space. The Core boundaries are located at the interior or exterior layer of the core that is closest to the room. For more information on wall location lines, see this help [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89).

If an unbounded or unplaced space is given, a null value is returned.

In the example below, all spaces are collected from the current document and selected view. The core boundaries are then returned.

___
## Vzorový soubor

![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Podrobnosti
`Space.CoreCenterBoundary` returns a nested list representing the given space's core center boundary. In the returned list, the first sublist represents the outermost curves, while subsequent lists represent loops within the space. Core center boundaries are located at the center of the walls that are defined as core. For more information on wall location lines, see this help [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89).

If an unbounded or unplaced space is given, a null value is returned.

In the example below, all spaces are collected from the current document and selected view. The core center boundaries are then returned.

___
## Vzorový soubor

![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Podrobnosti
`Space.FinishBoundary` returns a nested list representing the given space's finish boundary. In the returned list, the first sublist represents the outermost curves, while subsequent lists represent loops within the space. The space boundary returned by this node is located at the finish face inside the Revit space. For more information on wall location lines, see this help [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89).

If an unbounded or unplaced space is given, a null value is returned.

In the example below, all spaces are collected from the current document and selected view. The finish boundaries are then returned.

___
## Vzorový soubor

![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Space.Height` returns the height of the given space. If a space is unplaced in Revit, a value of 0 is returned.

In the example below, the height of all spaces in the current Revit document are returned.
___
## Vzorový soubor

![Space.Height](./Revit.Elements.Space.Height_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Space.IsPointInsideSpace` checks if a given point is inside of a given space. This can be useful when assigning mark values to elements within Revit.

In the example below, all air terminals in the given view in the current Revit document are collected. Their point locations are then compared to the spaces in the given view with `Space.IsPointInsideSpace`. Using list management, sublists are developed for filtering out air terminals that occur within spaces. For more information on using List@Level, please visit this [article](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level).
___
## Vzorový soubor

![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Podrobnosti
`Space.Location` returns a Dynamo point that represents a given space's location.

If an unbounded or unplaced space is given, a null value is returned.

In the example below, all spaces are collected from the current document and selected view. The spaces' locations are then returned. Additionally, the space names are previewed in the Dynamo viewport with the `Label.ByPointAndString` node.

___
## Vzorový soubor

![Space.Location](./Revit.Elements.Space.Location_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Space.Name` returns the name for the given space element.

In the example below, all spaces are collected from the current document from the selected view. The spaces' names are then returned.
___
## Vzorový soubor

![Space.Name](./Revit.Elements.Space.Name_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Space.Number` returns the number for the given space element as a string.

In the example below, all spaces are collected from the current document from the selected view. The spaces' numbers are then returned.
___
## Vzorový soubor

![Space.Number](./Revit.Elements.Space.Number_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`Space.SetName` modifies the name of the given space element.

In the example below, all spaces are collected from the current document from the selected view. The spaces' names are then modified with a prefix of "(E)" to indicate existing conditions.

___
## Vzorový soubor

![Space.SetName](./Revit.Elements.Space.SetName_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Space.SetNumber` modifies the number of the given space element.

In the example below, all spaces are collected from the current document from the selected view. The spaces' numbers are then modified with a suffix of "e" to indicate existing conditions. This type of workflow is useful when working through space renumbering in Revit.
___
## Vzorový soubor

![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Space.Volume` returns the volume of the given space. If a space is unplaced in Revit, a value of 0 is returned.

In the example below, the volume of all spaces in the current Revit document are returned.
___
## Vzorový soubor

![Space.Volume](./Revit.Elements.Space.Volume_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`View.CanViewBeDuplicated` provides a true or false value indicating whether the given view can be duplicated with the given options.

In the example below, all drafting views are collected from the current Revit document. The drafting views are then checked for their ability to be duplicated with the "With Detailing" option.
___
## Vzorový soubor

![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`View.DuplicateView` attempts to duplicated the given view with the given duplication option. If the view cannot be duplicated, a null value is returned.

In the example below, all drafting views are collected from the current Revit document. The drafting views are then duplicated "with detailing" with a prefix of (N).
___
## Vzorový soubor

![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`View.ExportAsImage` exports the given view to the given path as an image.

In the example below, the default 3d view from the current document is selected for export. The path is composed by extracting the "Pictures" folder from the current user's machine, combined with the view name.

___
## Vzorový soubor

![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg)
Loading

0 comments on commit 352a052

Please sign in to comment.