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/190/
Professional translation: all languages
Pseudo translation: none
  • Loading branch information
escbuild committed Jan 15, 2025
1 parent a516240 commit 604ee82
Show file tree
Hide file tree
Showing 1,554 changed files with 12,456 additions and 314 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Podrobnosti
`Fill Pattern Targets` provides access to the fill pattern target options available in Revit. This includes:
- Drafting
- Model
- Žádný

In the example below, the "<Solid Fill>" drafting fill pattern is returned for the current Revit document.
___
## Vzorový soubor

![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Fill Patterns` allows for the selection of a fill pattern from all available fill patterns in the current Revit document.

In the example below, the "\<Solid Fill>\" drafting fill pattern is returned for the current Revit document.
___
## Vzorový soubor

![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Podrobnosti
`Select Horizontal Text Alignment` allows for the selection of the following alignment options for text elements:
- Na střed
- Vlevo
- Vpravo

In the example below, a new text note is created with the center text alignment option.
___
## Vzorový soubor

![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Line Patterns` allows for the selection of a line pattern from all available line patterns in the current Revit document.

In the example below, the "Center" line pattern element is returned for the current Revit document.
___
## Vzorový soubor

![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Podrobnosti
`Select Vertical Text Alignment` allows for the selection of the following alignment options for text elements:
- Dolů
- Doprostřed
- Nahoru

In the example below, a new text note is created with the middle text alignment option.
___
## Vzorový soubor

![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg)
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.IsCloudPath` returns a boolean indicating whether or not the given Revit document is hosted on a cloud location. A null value is returned for a non-workshared file.

In the example below, all Revit link instances are collected from the current Revit document. The link instances' documents are then checked if they are a cloud path.
___
## Vzorový soubor

![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_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
`Document.WorksharingPath` returns the worksharing path of the given document. A null value is returned for a non-workshared file.

In the example below, all Revit link instances are collected from the current Revit document. The link instances' documents are then checked for their worksharing path.
___
## Vzorový soubor

![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`CeilingType.ByName` retrieves a ceiling type element from the current Revit document that matches the given name, if available.

In the example below, the ceiling type, "Generic" is returned from the current Revit document.

___
## Vzorový soubor

![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`CeilingType.GetThermalProperties` returns the thermal properties of the given ceiling type.

In the example below, the ceiling type, "Generic" is returned and the thermal properties are retrieved with `CeilingType.GetThermalProperties`.

___
## Vzorový soubor

![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`CeilingType.Name` returns the name of the given ceiling type.

In the example below, all ceiling types are collected from the current Revit document. The names of the ceiling types are returned with `CeilingType.Name`.

___
## Vzorový soubor

![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`Coordinates.BasePoint` returns the project base point as a point geometry. The project base point is set in Revit and can differ from project to project. For more on the project base point in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65).

In the example below, the project base point is returned.

___
## Vzorový soubor

![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`Coordinates.ProjectRotation` returns the project rotation in degrees. Project rotation is a user modifiable value and can differ greatly. For more on project rotation in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C).

In the example below, the project rotation value is returned.

___
## Vzorový soubor

![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`Coordinates.SurveyPoint` returns the project survey point as a point geometry. The survey point is set in Revit and can differ from project to project. For more on the survey point in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F).

In the example below, the survey point is returned.

___
## Vzorový soubor

![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`DirectShape.ByGeometry` creates a directshape element in Revit with the given geometry. Optionally, a material and name can be assigned upon creation as well.

In the example below, a tessellated dome structure is created in the Revit sample model on the rooftop canopy.
___
## Vzorový soubor

![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_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,9 @@
## Podrobnosti
`FamilyInstance.ByCoordinates` places an instance of the given FamilyType at the given coordinates in the current Revit document.

In the example below, an RPC family is placed at the given coordinates.

___
## Vzorový soubor

![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Podrobnosti
`FamilyInstance.ByFamilyType` returns the instances of a given family type from the current Revit document.

In the example below, all instances of the selected family type are returned.

___
## Vzorový soubor

![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_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
`FillPatternElement.GetByName` returns a fill pattern element of the given name and target, if available in the current Revit document.

In the example below, the "\<Solid Fill>\" fill pattern is returned.
___
## Vzorový soubor

![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`FilledRegionType.ByName` returns a filled region type that matches the given name, if available in the current Revit document. If the filled region type cannot be found, a null value is returned.

In the example below, the filled region type "Solid Gray" is returned.
___
## Vzorový soubor

![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`FilledRegionType.Name` returns the name of the given filled region type.

In the example below, all filled region types are collected from the current Revit document and the names are returned.
___
## Vzorový soubor

![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Podrobnosti
`Floor.Points` obtains the shape editing points for the given floor, if available.

In the example below, a floor element with shape-edited points is selected. `Floor.Points` is used to return the points.
___
## Vzorový soubor

![Floor.Points](./Revit.Elements.Floor.Points_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,8 @@
## Podrobnosti
`LinePatternElement.GetByName` returns a line pattern element of the given name, if available in the current Revit document.

In the example below, the "Center" line pattern element is returned for the current Revit document.
___
## Vzorový soubor

![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg)
Loading

0 comments on commit 604ee82

Please sign in to comment.