Skip to content

Commit bd9c380

Browse files
committed
translation update & resource alignment
From build https://c011.cloudbees-ci.autodesk.com/job/L10NCBCI/job/github.com/job/DynamoDS/job/DynamoRevit/job/master/501/ Professional translation: all languages Pseudo translation: none
1 parent d655c94 commit bd9c380

507 files changed

Lines changed: 3692 additions & 247 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Podrobnosti
2+
`BoundingBox.ContextCoordinateSystem` returns the coordinate system that defines the orientation of the bounding box, allowing Dynamo to represent rotated or locally oriented bounding boxes.
3+
4+
In the example below, a door is selected and its geometry is used to generate a bounding box. This is then used as the input to `BoundingBox.ContextCoordinateSystem`, where the coordinate system is exposed.
5+
6+
___
7+
## Vzorový soubor
8+
9+
![BoundingBox.ContextCoordinateSystem](./Autodesk.DesignScript.Geometry.BoundingBox.ContextCoordinateSystem_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Podrobnosti
2+
`Mesh.BoundingBox` returns the bounding box of a given mesh.
3+
4+
In the example below, points are generated and used to create a mesh, which is then used as the input to `Mesh.BoundingBox`. The output is a bounding box used to extract the `MinPoint`.
5+
___
6+
## Vzorový soubor
7+
8+
![Mesh.BoundingBox](./Autodesk.DesignScript.Geometry.Mesh.BoundingBox_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Podrobnosti
2+
`PolyCurve.OffsetMany` offsets a PolyCurve into one or more new PolyCurves based on the input offset distance and plane.
3+
4+
In the example below, a `PolyCurve.ByPoints` node creates the input geometry for `PolyCurve.OffsetMany`. A signed distance value (+ or -) controls the offset direction, an `extendCircular` Boolean value determines how circular edges are handled, and a `planeNormal` vector defines the normal direction of the plane in which the offset is created.
5+
___
6+
## Vzorový soubor
7+
8+
![PolyCurve.OffsetMany](./Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Podrobnosti
2+
`Gate` controls whether input data is allowed to pass through based on a Boolean value. If the gate is open (True), the input is passed to the output. If the gate is closed (False), the input is blocked.
3+
4+
In the example below, `Gate` is used to prevent geometry from being exploded on every graph run. When the gate is open (True), newly created geometry passes through and is exploded. When the gate is closed (False), the geometry is blocked and not passed on or exploded again.
5+
___
6+
## Vzorový soubor
7+
8+
![Gate](./CoreNodeModels.Logic.Gate_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Podrobnosti
2+
`Remember` stores a value in the Dynamo file so it can be recalled later by the graph, including when the input is null. It is useful for preserving data between runs, maintaining state, or referencing previously stored information without recreating it each time.
3+
4+
In the example below, a single floor is selected and the geometry is extracted and used as the input for `Remember`. The stored result is then available as output for reuse in the graph.
5+
___
6+
## Vzorový soubor
7+
8+
![Remember](./CoreNodeModels.Remember_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Podrobnosti
2+
`Leader End Condition` provides a selectable leader end condition value from Revit. The options are Free or Attached.
3+
4+
In the example below, all walls in view L1 are tagged. These tags are used with a Free value selected from `Leader End Condition` as inputs to set the leader end condition values.
5+
___
6+
## Vzorový soubor
7+
8+
![LeaderEnd Condition](./DSRevitNodesUI.LeaderEndCondition_img.jpg)

doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.PerformanceAdviserRules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Podrobnosti
2-
Tento uzel načte seznam všech dostupných pravidel nástroje Poradce pro výkon. Tato pravidla představují stejné vestavěné kontroly, které aplikace Revit používá k identifikaci potenciálních problémů s výkonem nebo modelováním.
2+
`Performance Adviser Rules` retrieves the Revit Performance Adviser rules available in the current session. These rules represent model health checks that Revit can use to identify elements or conditions that may cause warnings or performance issues.
33

4-
V tomto příkladu se uzel PerformanceAdviserRules používá k vyžádání pravidla „Oříznutí pohledu je zakázáno“ z úplného seznamu, které pak lze připojit k jiným uzlům a zkontrolovat jeho vlastnosti nebo chování. To pomáhá uživatelům rychle pracovat se specifickými pravidly výkonu.
4+
In the example below, "Overlapping walls" and "Room separation line is not joined" are selected from the drop-down menu of `Performance Adviser Rules` and added to a list. This list is then used as input to execute the selected performance rules for the current file, returning a set of failure messages/results. Other menu options include rules such as "Duplicate instances," "Host contains too many inserts," "Sketch is too complex," and "Too Large Family File."
55
___
66
## Vzorový soubor
77

doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.RevisionNumberType.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## Podrobnosti
2-
Tento uzel umožňuje vybrat Typ čísla revize z dostupných možností v projektu aplikace Revit. Obvykle se používá k definování způsobu číslování nebo označování revizí písmeny v rámci sekvence revizí (například číselné, alfanumerické nebo žádné).
2+
`Select Revision Number Type` provides a revision numbering type for use in revision-related workflows. The choices are Numeric, Alphanumeric, or None.
33

4-
V tomto příkladu je vytvořena nová revize pomocí hodnoty „Alfanumerické“ uzlu Vyberte typ čísla revize.
4+
In the example below, a revision is created and `Select Revision Number Type` is used as one of the inputs.
55

6-
Další informace o revizích naleznete v odkazu.
7-
https://help.autodesk.com/view/RVT/2025/CSY/?guid=GUID-0F2A9A13-0A88-4D18-9DF7-C0296DE0FFE4
6+
For more information on revisions, see the [Revit documentation](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-0F2A9A13-0A88-4D18-9DF7-C0296DE0FFE4).
87
___
98
## Vzorový soubor
109

doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.RevisionNumbering.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
## Podrobnosti
2-
Tento uzel poskytuje rozevírací seznam, který definuje, jakým způsobem je spravováno číslování revizí v projektu aplikace Revit – buď globálně (Podle projektu), nebo individuálně pro výkres (Podle výkresu).
2+
`Select Revision Numbering` provides the revision numbering method used in the project. Revisions can be numbered either By Project or By Sheet, corresponding to the `PerProject` and `PerSheet` options.
33

4-
V tomto příkladu je nová revize vytvořena pomocí uzlu Select Revision Numbering (Vybrat číslování revizí) s hodnotou „PerProject“.
5-
6-
Další informace o revizích naleznete v odkazu.
7-
https://help.autodesk.com/view/RVT/2025/CSY/?guid=GUID-0F2A9A13-0A88-4D18-9DF7-C0296DE0FFE4
4+
In the example below, a revision is created and `Select Revision Numbering` is used as one of the inputs.
85

6+
For more information on revisions, see the [Revit documentation](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-0F2A9A13-0A88-4D18-9DF7-C0296DE0FFE4).
97
___
108
## Vzorový soubor
119

doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.RevisionVisibility.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## Podrobnosti
2-
Tento uzel umožňuje vybrat nastavení Viditelnost revize pro revizi (zde jsou dostupné možnosti CloudsAndTagVisible, Tag Visible a Hidden). Viditelnost určuje, kde se vybraná revize zobrazí (například zda se zobrazí v obláčcích, popiscích, výkresech nebo bude skrytá).
2+
`Select Revision Visibility` provides a Revit revision visibility mode. The options are `CloudAndTagVisible`, `TagVisible`, and `Hidden`.
33

4-
V tomto příkladu je nová revize vytvořena pomocí uzlu Vybrat viditelnost revizí s hodnotou „ŠtítekViditelný“.
4+
In the example below, a revision is created using `Select Revision Visibility` as one of the inputs.
55

6-
Další informace o revizích naleznete v odkazu.
7-
https://help.autodesk.com/view/RVT/2025/CSY/?guid=GUID-0F2A9A13-0A88-4D18-9DF7-C0296DE0FFE4
6+
For more information on revisions, see the [Revit documentation](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-0F2A9A13-0A88-4D18-9DF7-C0296DE0FFE4).
87

98
___
109
## Vzorový soubor

0 commit comments

Comments
 (0)