Skip to content

Commit 69f4ccb

Browse files
author
Localization
committed
translation update & resource alignment
From build https://c011.cloudbees-ci.autodesk.com/job/L10NCBCI/job/github.com/job/DynamoDS/job/DynamoRevit/job/master/83/ Professional translation: all languages Pseudo translation: none
1 parent dc8e312 commit 69f4ccb

File tree

299 files changed

+2964
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+2964
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Podrobnosti
2+
Returns the children of elements at 1 level deep.
3+
4+
For this example, the railings category elements and child (nested) elements are identified. Families must have "Shared" checked in family properties dialog box in the family editor, to show up as a child. If there are no child elements, then a null is returned.
5+
6+
___
7+
## Vzorový soubor
8+
9+
![Element.GetChildElements](./Revit.Elements.Element.GetChildElements_img.jpg)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Podrobnosti
2+
Place a Revit FamilyInstance in a Revit project, given the desired FamilyType and its coordinate system.
3+
4+
In this example a specific Family Type and Coordinate system point are provided and a Family Instance is placed.
5+
A common use case involves creating a coordinate system based on the Revit project base point and then rotating it to match the site rotation. You can then feed this transformed coordinate system into the FamilyInstance.ByCoordinateSystem node to place family instances at their intended real-world locations, taking into account the site orientation.
6+
7+
For more information on coordinate systems see below.
8+
https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-68611F67-ED48-4659-9C3B-59C5024CE5F2
9+
___
10+
## Vzorový soubor
11+
12+
![FamilyInstance.ByCoordinateSystem](./Revit.Elements.FamilyInstance.ByCoordinateSystem_img.jpg)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Podrobnosti
2+
Place a face-hosted family instance onto a given specific face given a location and referenceDirection.
3+
4+
In the example below a specific face-based family is input along with a face, the position of a family instance and the Y Axis as the referenceDirection.
5+
6+
___
7+
## Vzorový soubor
8+
9+
![FamilyInstance.ByFace](./Revit.Elements.FamilyInstance.ByFace_img.jpg)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Podrobnosti
2+
Place instances of a Revit Family Type in a Revit project at specific point on a host.
3+
4+
This example shows a door being placed, where the selected wall acts as its host element, and its insertion point is located using a calculated position on that wall.
5+
6+
___
7+
## Vzorový soubor
8+
9+
![FamilyInstance.ByHostAndPoint](./Revit.Elements.FamilyInstance.ByHostAndPoint_img.jpg)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Podrobnosti
2+
Place instances of a Revit Family Type at specific points within a Revit project, associating each instance with a designated Level.
3+
4+
In this example, a Family Type, a point and level are input to create a family instance. Use this node for automating the placement of elements like furniture, fixtures, and equipment in Revit using data from sources like spreadsheets or other generated data.
5+
6+
___
7+
## Vzorový soubor
8+
9+
![FamilyInstance.ByPointAndLevel](./Revit.Elements.FamilyInstance.ByPointAndLevel_img.jpg)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Podrobnosti
2+
Creates a Revit family based on geometry defined within Dynamo.
3+
This example shows Dynamo geometry being created to represent a floor. We use this geometry as our solidGeometry value, with a family name, category, family template path, material and subcategory to create a new family type. Lastly, we take this new family type and create an instance in the project at the top corner of the building.
4+
5+
___
6+
## Vzorový soubor
7+
8+
![FamilyType.ByGeometry](./Revit.Elements.FamilyType.ByGeometry_img.jpg)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Podrobnosti
2+
Creates a Revit Void family based on geometry defined within Dynamo.
3+
4+
This example shows Dynamo geometry being created at the corner of the building, with the required inputs of SolidGeometry, name, category and template path to create a new family type. Lastly the new family type is placed at the corner of the building.
5+
6+
___
7+
## Vzorový soubor
8+
9+
![FamilyType.VoidByGeometry](./Revit.Elements.FamilyType.VoidByGeometry_img.jpg)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Podrobnosti
2+
Returns attached Detail Groups that are associated with a specific Model Group.
3+
4+
In the example below, all Model Groups are collected from the active Revit document as the input. The outputs are an empty list if the Model Group has NO attachments or a ElementType if the Model Group DOES have attachments.
5+
6+
For information on Attached Detail Groups see the link below.
7+
https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-693AE6F9-C37C-458F-9259-06F183EC068F
8+
9+
___
10+
## Vzorový soubor
11+
12+
![Group.AttachedDetailGroup](./Revit.Elements.Group.AttachedDetailGroup_img.jpg)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Podrobnosti
2+
Creates Model or Detail Groups with elements as inputs.
3+
4+
In this example, two planting elements are selected and a Model Group is created.
5+
6+
For more information about Revit Groups, use the link below.
7+
https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-52612B0F-43AA-47AF-A76C-BB0E3DD24E34
8+
___
9+
## Vzorový soubor
10+
11+
![Group.ByElements](./Revit.Elements.Group.ByElements_img.jpg)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Podrobnosti
2+
Returns whether a given group element in your Revit project is attached to a parent Group. In simpler terms, it checks if a Group is part of a larger, nested Group. This node is useful when you need to identify and manage Groups that are organized within other Groups. For example, you might use it to:
3+
• Filter Groups: Isolate Groups that are not part of other Groups
4+
• Manage nested Groups: Understand the structure of nested Groups and process them accordingly.
5+
• Control element modification: Avoid making direct changes to elements within a Group that is attached to a parent group, as this might disrupt the parent Group's structure.
6+
• Automate tasks: Dynamically manage and manipulate Groups based on whether they are attached or not.
7+
Essentially, the Group.IsAttached node helps you to understand the relationship between Groups in your Revit model and build Dynamo workflows that account for this hierarchy.
8+
9+
In the example below, all Model Groups are collected from the active Revit document as the input. The outputs are True of False. True results state that the Group has attachments (nesting). False results state that the Group does NOT have attachments (nesting).
10+
11+
___
12+
## Vzorový soubor
13+
14+
![Group.IsAttached](./Revit.Elements.Group.IsAttached_img.jpg)

0 commit comments

Comments
 (0)