diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.AllWarningsOfType.md new file mode 100644 index 000000000..45b0403a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.AllWarningsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Categories.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Categories.md new file mode 100644 index 000000000..ecea8b2fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Categories.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.CeilingTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.CeilingTypes.md new file mode 100644 index 000000000..ef85efb6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.CeilingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementById.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementById.md new file mode 100644 index 000000000..92c8df688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementById.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementTypes.md new file mode 100644 index 000000000..eda160994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsAtLevel.md new file mode 100644 index 000000000..fcedec813 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsAtLevel.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfCategory.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfCategory.md new file mode 100644 index 000000000..9842d445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfCategory.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfCategoryInView.md new file mode 100644 index 000000000..d443ed37f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfCategoryInView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfFamilyType.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfFamilyType.md new file mode 100644 index 000000000..2f2710338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfFamilyType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfType.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfType.md new file mode 100644 index 000000000..07fd9a025 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ElementsOfType.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FamilyInstanceParameters.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FamilyInstanceParameters.md new file mode 100644 index 000000000..0695b5841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FamilyInstanceParameters.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FamilyTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FamilyTypes.md new file mode 100644 index 000000000..44213ae9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FloorTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FloorTypes.md new file mode 100644 index 000000000..6ceaeb2be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.FloorTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Levels.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Levels.md new file mode 100644 index 000000000..e9b5e6f9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Levels.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.RoofTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.RoofTypes.md new file mode 100644 index 000000000..0a0720fce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.RoofTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.RoomsByStatus.md new file mode 100644 index 000000000..abdc0c9c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.RoomsByStatus.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Sheets.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Sheets.md new file mode 100644 index 000000000..41bbd4e18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Sheets.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.SiteLocation.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.SiteLocation.md new file mode 100644 index 000000000..265bef905 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.SiteLocation.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.StructuralColumnTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.StructuralColumnTypes.md new file mode 100644 index 000000000..f472bf981 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.StructuralColumnTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.StructuralFramingTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.StructuralFramingTypes.md new file mode 100644 index 000000000..2614936a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.StructuralFramingTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.SunSettings.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.SunSettings.md new file mode 100644 index 000000000..a9a4933a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.SunSettings.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ViewFamilyTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ViewFamilyTypes.md new file mode 100644 index 000000000..2fe91b11d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.ViewFamilyTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Views.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Views.md new file mode 100644 index 000000000..30e6a97e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.Views.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.WallTypes.md b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.WallTypes.md new file mode 100644 index 000000000..edff5ccab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/DSRevitNodesUI.WallTypes.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.ComboNodes.DSModelElementByCategorySelection.md b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.ComboNodes.DSModelElementByCategorySelection.md new file mode 100644 index 000000000..6a06f7099 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.ComboNodes.DSModelElementByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md new file mode 100644 index 000000000..ecfec0870 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.ComboNodes.DSModelElementsByCategorySelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSEdgeSelection.md new file mode 100644 index 000000000..1bad5c8aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSEdgeSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSModelElementSelection.md new file mode 100644 index 000000000..d7206e5cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSModelElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSModelElementsSelection.md b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSModelElementsSelection.md new file mode 100644 index 000000000..fcd42f1c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSModelElementsSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSPointOnElementSelection.md new file mode 100644 index 000000000..1654a2f8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Dynamo.Nodes.DSPointOnElementSelection.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.ActiveView.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.ActiveView.md new file mode 100644 index 000000000..7093ba638 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.ActiveView.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.Current.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.Current.md new file mode 100644 index 000000000..bd5ebe5ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.Current.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.IsFamilyDocument.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.IsFamilyDocument.md new file mode 100644 index 000000000..1947557dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Document.IsFamilyDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.AddParameter.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.AddParameter.md new file mode 100644 index 000000000..be61cec78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.AddParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.ByDocument.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.ByDocument.md new file mode 100644 index 000000000..dbafac071 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.ByDocument.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Category.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Category.md new file mode 100644 index 000000000..c0d29229d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Category.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.DeleteParameter.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.DeleteParameter.md new file mode 100644 index 000000000..74f785817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.DeleteParameter.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.GetFormula.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.GetFormula.md new file mode 100644 index 000000000..002f24eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.GetFormula.md @@ -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) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.GetParameterValueByName.md new file mode 100644 index 000000000..4fc7c1482 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.GetParameterValueByName` obtains the given parameter value for the given family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then obtained for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.GetParameterValueByName](./Revit.Application.FamilyDocument.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Parameters.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Parameters.md new file mode 100644 index 000000000..2e2d75eff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Parameters.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Parameters` obtains all of the parameters in the given family document. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. +___ +## Example File + +![FamilyDocument.Parameters](./Revit.Application.FamilyDocument.Parameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetCategory.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetCategory.md new file mode 100644 index 000000000..360a85e7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetCategory.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.SetCategory` sets the category of the given family document. Note: the category must be a category that is available for family files (.rfa). For example, a loadable family cannot be set to the walls category. + +In the example below, the current file is converted to a family document. The family is then changed to the generic models category. +___ +## Example File + +![FamilyDocument.SetCategory](./Revit.Application.FamilyDocument.SetCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetFormula.md new file mode 100644 index 000000000..f7f5321fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetFormula.md @@ -0,0 +1,8 @@ +## In Depth +FamilyDocument.SetFormula` sets the given parameter to a given formula in the provided family document. + +In the example below, the "Chairs" parameter is set to the formula, "Diameter / 1'", resulting in a parametric chair count based on the table size. +___ +## Example File + +![FamilyDocument.SetFormula](./Revit.Application.FamilyDocument.SetFormula_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetParameterValueByName.md new file mode 100644 index 000000000..53b97543c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyDocument.SetParameterValueByName` sets the given parameter to the given value for the selected family type in the family document. + +In the example below, the current file is converted to a family document. The value of the parameter, "Radius" is then set to the `Number Slider` value for the "36" Diameter" family type. +___ +## Example File + +![FamilyDocument.SetParameterValueByName](./Revit.Application.FamilyDocument.SetParameterValueByName_img.jpg) +![FamilyDocument.SetParameterValueByName GIF](./Revit.Application.FamilyDocument.SetParameterValueByName_img2.gif) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Types.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Types.md new file mode 100644 index 000000000..4a6333d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.FamilyDocument.Types.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyDocument.Types` returns all of the type names of each family type in the given family document. + +In the example below, all the type names are returned for the current Revit file. +___ +## Example File + +![FamilyDocument.Types](./Revit.Application.FamilyDocument.Types_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.Description.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.Description.md new file mode 100644 index 000000000..a1ed0ded6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.Description.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.Description` retrieves the description of the input warning. This description is what appears in the Revit UI as well. + +In the example below, there is one instance of overlapping floors. This is known because the description indicates as such, "Highlighted floors overlap". +___ +## Example File + +![Warning.Description](./Revit.Application.Warning.Description_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.GetFailingElements.md new file mode 100644 index 000000000..5bab2d395 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.GetFailingElements.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetFailingElements` returns all elements that contribute to a selected warning. If more than one instance of a warning exists in the current document, nested lists are returned for each set of elements per warning. + +In the example below, overlapping walls are returned from the warnings. +___ +## Example File + +![Warning.GetFailingElements](./Revit.Application.Warning.GetFailingElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.GetWarnings.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.GetWarnings.md new file mode 100644 index 000000000..3c7c802bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.GetWarnings.md @@ -0,0 +1,8 @@ +## In Depth +`Warning.GetWarnings` collects all the warnings from the input Revit document. + +In the example below, all warnings are collected from the current document and grouped by similar warnings, based on the warning description. +___ +## Example File + +![Warning.GetWarnings](./Revit.Application.Warning.GetWarnings_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.Severity.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.Severity.md new file mode 100644 index 000000000..3ae66c0ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Application.Warning.Severity.md @@ -0,0 +1,13 @@ +## In Depth +`Warning.Severity` retrieves the severity of the input warning. + +Severity results include: +- Warning +- Error +- DocumentCorruption + +In the example below, there is one instance of overlapping floors. This warning is considered a warning state and not an error or document corruption issue. +___ +## Example File + +![Warning.Severity](./Revit.Application.Warning.Severity_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.ByName.md new file mode 100644 index 000000000..d8fb7719e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`Category.ByName` obtains a Revit category by the input name. The name must match a category that exists in the active document (file). + +In the example below, the walls category is selected, given the string, "walls". This node is very useful when a dropdown selection is not required. +___ +## Example File + +![Category.ByName](./Revit.Elements.Category.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.Id.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.Id.md new file mode 100644 index 000000000..84d9ea593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.Id.md @@ -0,0 +1,8 @@ +## In Depth +All elements in Revit have an element id. Categories also have ids, but these ids are known as "reserved ids" and include a "-" at the beginning of the integer. `Category.Id` obtains this id for further use. + +In the example below, the id of the Walls category is obtained. +___ +## Example File + +![Category.Id](./Revit.Elements.Category.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.Name.md new file mode 100644 index 000000000..c7179af54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Category.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Category.Name` obtains the user visible name of the input category as a string. + +In the example below, the name of the Walls category is obtained. +___ +## Example File + +![Category.Name](./Revit.Elements.Category.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md new file mode 100644 index 000000000..920fd2315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves, ceilingType, level).md @@ -0,0 +1,9 @@ +## In Depth +`Ceiling.ByOutlineTypeAndLevel` provides the ability to create a ceiling in the current document (file). + +In the example below, the `Ceiling.ByOutlineTypeAndLevel` node is utilized with the `Ceiling Types` and `Room.FinishBoundary` nodes to create a simple ceiling from a room's boundaries. + +___ +## Example File + +![Ceiling.ByOutlineTypeAndLevel](./Revit.Elements.Ceiling.ByOutlineTypeAndLevel(outlineCurves,%20ceilingType,%20level)_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.AsFamilyInstance.md new file mode 100644 index 000000000..135b054ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.AsFamilyInstance` converts the input curtain panel element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the curtain panel. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, and the curtain panels are then converted to family instances. +___ +## Example File + +![CurtainPanel.AsFamilyInstance](./Revit.Elements.CurtainPanel.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Boundaries.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Boundaries.md new file mode 100644 index 000000000..57e673c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Boundaries.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Boundaries` extracts a polycurve representing the given curtain panel's boundaries. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The boundaries of each curtain panel are then obtained as polycurves. +___ +## Example File + +![CurtainPanel.Boundaries](./Revit.Elements.CurtainPanel.Boundaries_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.ByElement.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.ByElement.md new file mode 100644 index 000000000..4378c9921 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.ByElement` obtains all of the curtain panel elements from the input host element. The input element can be a curtain wall, curtain system or sloped glazing roof. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. +___ +## Example File + +![CurtainPanel.ByElement](./Revit.Elements.CurtainPanel.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.HasPlane.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.HasPlane.md new file mode 100644 index 000000000..a1cb94422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.HasPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.HasPlane` checks to see if the input curtain panel is planar. If it is not planar, a false value is returned. If it is planar, a true value is returned. + +In the example below, a curtain wall element is selected by element id, along with all of the curtain panels within the wall element. The curtain panels are then checked to see if they are planar with `CurtainPanel.HasPlane`. +___ +## Example File + +![CurtainPanel.HasPlane](./Revit.Elements.CurtainPanel.HasPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Height.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Height.md new file mode 100644 index 000000000..ae7c38f55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Height.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Height` obtains the given curtain panel's height, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' heights are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Height](./Revit.Elements.CurtainPanel.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Length.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Length.md new file mode 100644 index 000000000..fa38b0535 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Length.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Length` obtains the total length of the curtain panel's boundaries. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' lengths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Length](./Revit.Elements.CurtainPanel.Length_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.PanelPlane.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.PanelPlane.md new file mode 100644 index 000000000..0287c7023 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.PanelPlane.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.PanelPlane` obtains the underlying plane of the given curtain panel, if it is planar. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' planes are collected and used to create simple circles. +___ +## Example File + +![CurtainPanel.PanelPlane](./Revit.Elements.CurtainPanel.PanelPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.SupportingMullions.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.SupportingMullions.md new file mode 100644 index 000000000..daaa5c477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.SupportingMullions.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.SupportingMullions` obtains the mullion elements that are supporting the input curtain panel. The output list structure is a nested list that represents the input panels' mullions. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. +___ +## Example File + +![CurtainPanel.SupportingMullions](./Revit.Elements.CurtainPanel.SupportingMullions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Width.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Width.md new file mode 100644 index 000000000..9ce1b2324 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.CurtainPanel.Width.md @@ -0,0 +1,8 @@ +## In Depth +`CurtainPanel.Width` obtains the given curtain panel's width, if the curtain panel is rectangular. The returned value is a double in the current project's units. + +In the example below, a curtain wall element is selected by element id, along with all the curtain panels within the wall element. The curtain panels' widths are then obtained as doubles, in project units. +___ +## Example File + +![CurtainPanel.Width](./Revit.Elements.CurtainPanel.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.AboveValue.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.AboveValue.md new file mode 100644 index 000000000..c25ef24f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.AboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.AboveValue` returns the above value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an above value, null is returned. + +In the example below, all dimensions are collected from the active view and their above value is returned. +___ +## Example File + +![Dimension.AboveValue](./Revit.Elements.Dimension.AboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.BelowValue.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.BelowValue.md new file mode 100644 index 000000000..84c657d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.BelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.BelowValue` returns the below value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a below value, null is returned. + +In the example below, all dimensions are collected from the active view and their below value is returned. +___ +## Example File + +![Dimension.BelowValue](./Revit.Elements.Dimension.BelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.ByElements.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.ByElements.md new file mode 100644 index 000000000..ed67b5331 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.ByElements.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ByElements` allows for the creation of dimensions given a collection of elements. + +In the example below, all grid lines are collected from the active view and grouped by their orientation. The vertical grid lines are obtained and a dimension is generated between them. +___ +## Example File + +![Dimension.ByElements](./Revit.Elements.Dimension.ByElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Prefix.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Prefix.md new file mode 100644 index 000000000..31f94f2c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Prefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Prefix` returns the prefix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a prefix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their prefix is returned. +___ +## Example File + +![Dimension.Prefix](./Revit.Elements.Dimension.Prefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetAboveValue.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetAboveValue.md new file mode 100644 index 000000000..34321402e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetAboveValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetAboveValue` sets the above value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the above value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetAboveValue](./Revit.Elements.Dimension.SetAboveValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetBelowValue.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetBelowValue.md new file mode 100644 index 000000000..2eaa586dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetBelowValue.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetBelowValue` sets the below value of the given dimension to the given string. For multi-segment dimensions the same value is set on all segments. + +In the example below, the below value is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetBelowValue](./Revit.Elements.Dimension.SetBelowValue_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetPrefix.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetPrefix.md new file mode 100644 index 000000000..ee870bb38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetPrefix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetPrefix` sets the prefix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the prefix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetPrefix](./Revit.Elements.Dimension.SetPrefix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetSuffix.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetSuffix.md new file mode 100644 index 000000000..712046565 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetSuffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.SetSuffix` sets the suffix of the given dimension to the given string or strings. If a nested listed is supplied, the dimensions segments are set to those values. + +In the example below, the suffix is set for all segments on the given dimension. +___ +## Example File + +![Dimension.SetSuffix](./Revit.Elements.Dimension.SetSuffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetValueOverride.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetValueOverride.md new file mode 100644 index 000000000..006a973c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.SetValueOverride.md @@ -0,0 +1,10 @@ +## In Depth +`Dimension.SetValueOverride` will set the overriden value to any input string. + +Note, this method uses the Revit API's ability to set values without restrictions and should be used sparingly. + +In the example below, the first dimension in the active view is collected. This dimension's values are then overriden. +___ +## Example File + +![Dimension.SetValueOverride](./Revit.Elements.Dimension.SetValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Suffix.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Suffix.md new file mode 100644 index 000000000..77a828c91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Suffix.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Suffix` returns the suffix of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have a suffix, a blank string is returned. + +In the example below, all dimensions are collected from the active view and their suffix is returned. +___ +## Example File + +![Dimension.Suffix](./Revit.Elements.Dimension.Suffix_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Value.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Value.md new file mode 100644 index 000000000..1c7401792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.Value.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.Value` returns the value of the given dimension, if it has a value. For multi-segment dimensions a nested list of values is returned. + +In the example below, all dimensions are collected from the active view and their values are returned. +___ +## Example File + +![Dimension.Value](./Revit.Elements.Dimension.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.ValueOverride.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.ValueOverride.md new file mode 100644 index 000000000..d438cfcb1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Dimension.ValueOverride.md @@ -0,0 +1,8 @@ +## In Depth +`Dimension.ValueOverride` returns the value override of the given dimension, if it has an overriden value. For multi-segment dimensions a nested list of values is returned. If the dimension does not have an overriden value, a null value is returned. + +In the example below, the first dimension is collected from the active view and checked if it has an overriden dimension. If the dimension is overriden, it is cleared with the `Dimension.SetValueOverride`. +___ +## Example File + +![Dimension.ValueOverride](./Revit.Elements.Dimension.ValueOverride_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.DimensionType.FromExisting.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.DimensionType.FromExisting.md new file mode 100644 index 000000000..8c0ce414b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.DimensionType.FromExisting.md @@ -0,0 +1,8 @@ +## In Depth +`DimensionType.FromExisting` creates a new dimensions type based on an existing type and a given name. + +In the example below, a new dimension type is created from the first dimension type in the current file. +___ +## Example File + +![DimensionType.FromExisting](./Revit.Elements.DimensionType.FromExisting_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.DimensionType.StyleType.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.DimensionType.StyleType.md new file mode 100644 index 000000000..800f76476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.DimensionType.StyleType.md @@ -0,0 +1,20 @@ +## In Depth +`DimensionType.StyleType' obtains the style for the given dimension style. + +Possible dimension style types include: +- Linear +- Angular +- Radial +- ArcLength +- SpotElevation +- SpotCoordinate +- LinearFixed +- SpotSlope +- Diameter +- AlignmentStationLabel + +In the example below, the style type is obtained from the first dimension type in the current file. +___ +## Example File + +![DimensionType.StyleType](./Revit.Elements.DimensionType.StyleType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.AreJoined.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.AreJoined.md new file mode 100644 index 000000000..edb1d118f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.AreJoined.md @@ -0,0 +1,8 @@ +## In Depth +`Element.AreJoined` determines if two given elements are joined via "join geometry" in Revit. + +In the example below, a wall and a column are selected and checked if they are joined. Additionally, a `Watch 3D` node is placed to preview the joined geometry. +___ +## Example File + +![Element.AreJoined](./Revit.Elements.Element.AreJoined_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.BoundingBox.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.BoundingBox.md new file mode 100644 index 000000000..41e67ffab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.BoundingBox.md @@ -0,0 +1,8 @@ +## In Depth +`Element.BoundingBox` extracts a bounding box geometry from the input element. `Element.BoundingBox` provides an axis-aligned bounding box representing an aligned cube along the X-Axis in Dynamo. + +In the example below, an axis-aligned bounding box is obtained with `Element.BoundingBox`, and a non-axis-aligned bounding box is obtained by first extracting the family instances' geometry. Non-axis-aligned bounding boxes show a closer representation of the object's orientation. +___ +## Example File + +![Element.BoundingBox](./Revit.Elements.Element.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Delete.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Delete.md new file mode 100644 index 000000000..0835e14d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Delete.md @@ -0,0 +1,10 @@ +## In Depth +`Element.Delete` operates the same way as the delete option in the Revit interface. It will delete the input element and any elements that depend on it. + +Eg. deleting a wall with doors in it, will delete the doors as well. The output consists of a nested list of the element ids of the elements that were deleted as a result. Note: this node is best used on manual execution mode in Dynamo. + +In the example below, all of the "Help Button" family instances are deleted from the current document (file). +___ +## Example File + +![Element.Delete](./Revit.Elements.Element.Delete_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.ElementType.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.ElementType.md new file mode 100644 index 000000000..ac85f39f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.ElementType.md @@ -0,0 +1,8 @@ +## In Depth +`Element.ElementType` returns the type for the input element. If a system family is input, the corresponding type is returned. E.g. Obtaining the element type for a wall, results in the wall type, while obtaining the element type for a family instance, will obtain its family type. + +In the example below, the floor type is obtained for all input floor instances. +___ +## Example File + +![Element.ElementType](./Revit.Elements.Element.ElementType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Geometry.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Geometry.md new file mode 100644 index 000000000..e0d709892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Geometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Geometry` brings the underlying geometry of a Revit element into Dynamo. Geometry includes solids, curves, lines, points and meshes. + +In the example below, all the solids for the walls in the current document (file) are generated in Dynamo. +___ +## Example File + +![Element.Geometry](./Revit.Elements.Element.Geometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetHostedElements.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetHostedElements.md new file mode 100644 index 000000000..d10d94a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetHostedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetHostedElements` returns the elements that are hosted on a selected element. + +In the example below, all openings and embedded walls are returned for the selected wall instances. +___ +## Example File + +![Element.GetHostedElements](./Revit.Elements.Element.GetHostedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetIntersectingElementsOfCategory.md new file mode 100644 index 000000000..e6b824933 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetIntersectingElementsOfCategory` collects all elements of a given category that intersect _(their solid geometry)_ with the given element's solid geometry. This works for most modeled (non-annotation) categories in Revit. + +In the example below, architectural columns that intersect floors in the current view are returned. +___ +## Example File + +![Element.GetIntersectingElementsOfCategory](./Revit.Elements.Element.GetIntersectingElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetLocation.md new file mode 100644 index 000000000..39bdb0350 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetLocation` returns a geometrical object in Dynamo that represents the location of each input Revit element. The location of an element is generally determined by its insertion point. For example, the point location of a cylindrical foundation pile is at the top center, while the location of a wall is typically a curve or line. + +In the example below, the point locations are returned for all furniture instances _(included shared families)_ in the current document (file). +___ +## Example File + +![Element.GetLocation](./Revit.Elements.Element.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetMaterials.md new file mode 100644 index 000000000..48a395c9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetMaterials.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetMaterials` returns all materials _(and their ids)_ that exist in a Revit element. Elements with multiple materials will return a list for each element. The input, "paintMaterials" is a boolean toggle to instruct the node to also collect materials that are painted on by the user. + +In the example below, the materials for all wall instances in the current document (file) are returned. +___ +## Example File + +![Element.GetMaterials](./Revit.Elements.Element.GetMaterials_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetParameterValueByName.md new file mode 100644 index 000000000..4c0e4e16c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetParameterValueByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetParameterValueByName` returns the value of an element's parameter given the parameter name as a string. Parameter values are returned as strings, doubles, integers, booleans, element ids, and Revit elements. + +In the example below, the mark parameter value is collected from all door instances in the current document (file). +___ +## Example File + +![Element.GetParameterValueByName](./Revit.Elements.Element.GetParameterValueByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetParentElement.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetParentElement.md new file mode 100644 index 000000000..f532f63c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.GetParentElement.md @@ -0,0 +1,8 @@ +## In Depth +When collecting elements in Revit with a category collector, it is possible to collect nested families that are shared. `Element.GetParentElement` helps you identify if a given family instance is nested by identifying its parent element. + +In the example below, all "Chair-Breuer" family instances are grouped by their parent family instance. +___ +## Example File + +![Element.GetParentElement](./Revit.Elements.Element.GetParentElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Id.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Id.md new file mode 100644 index 000000000..3298d0008 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Id.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Id` obtains the id of an element in integer form (int64). Element ids are only considered unique in non-workshared documents, while unique ids are stable even in workshared documents. + +In the example below, the elementid is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.Id](./Revit.Elements.Element.Id_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.IsHiddeninView.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.IsHiddeninView.md new file mode 100644 index 000000000..b0ec3a413 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.IsHiddeninView.md @@ -0,0 +1,8 @@ +## In Depth +`Element.IsHiddeninView` determines if an element has been hidden as a result of "Hide Element in View". This does not report if an element is hidden by category, by filter or by being positioned outside of the view range. + +In the example below, window elements are queried for their hidden status in a detail view. +___ +## Example File + +![Element.IsHiddeninView](./Revit.Elements.Element.IsHiddeninView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.JoinGeometry.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.JoinGeometry.md new file mode 100644 index 000000000..efd3503e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.JoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.JoinGeometry` is the Dynamo equivalent of the "Join Geometry" command in the Modify tab in Revit. This will only join the input elements' geometry if the elements are in fact intersecting. + +In the example below, an architectural column and wall's geometry is modified to being joined. +___ +## Example File + +![Element.JoinGeometry](./Revit.Elements.Element.JoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.MoveByVector.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.MoveByVector.md new file mode 100644 index 000000000..0eb7a53fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.MoveByVector.md @@ -0,0 +1,8 @@ +## In Depth +`Element.MoveByVector` moves the input element by the magnitude and direction of the input vector. This action is useful for translating objects along a heading. + +In the example below, a table instance is moved along the X-Axis by 2 project units. +___ +## Example File + +![Element.MoveByVector](./Revit.Elements.Element.MoveByVector_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Name.md new file mode 100644 index 000000000..ee6955e25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Element.Name` obtains the user-visible name of the given element. The output string value is the name of the element as it appears in the properties pallette in Revit. + +In the example below, all walls are collected and grouped by their related type name. +___ +## Example File + +![Element.Name](./Revit.Elements.Element.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.OverrideColorInView.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.OverrideColorInView.md new file mode 100644 index 000000000..f30db9488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.OverrideColorInView.md @@ -0,0 +1,9 @@ +## In Depth +`Element.OverrideColorInView` overrides the surface pattern, cut pattern and line color for the given element with the given color. This node is the equivalent of the right click override options in Revit. + +In the example below, wall instances that are overlapping are overridden to the color red. The wall instances are identified by the warnings available in the file. +___ +## Example File + +![Element.OverrideColorInView](./Revit.Elements.Element.OverrideColorInView_img.jpg) +![RevitPreview](Revit.Elements.Element.OverrideColorInView_RevitPreview.png) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.SetParameterByName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.SetParameterByName.md new file mode 100644 index 000000000..ff92a1c75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.SetParameterByName.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetParameterByName` sets a parameter element (found by name) to a given value. Values include: double, integer, boolean, ElementId, Element and string. In Revit, parameters can share the same name. As a result, `Element.SetParameterByName` will set the value on the first parameter that is found, sorted alphabetically by UniqueId. + +In the example below, the comments parameter is being set for all furniture items in the model that are located within a room. The value of the comments parameter is the room name that is obtained. +___ +## Example File + +![Element.SetParameterByName](./Revit.Elements.Element.SetParameterByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.SetPinnedStatus.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.SetPinnedStatus.md new file mode 100644 index 000000000..63467dfa6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.SetPinnedStatus.md @@ -0,0 +1,8 @@ +## In Depth +`Element.SetPinnedStatus` is the Dynamo equivalent of pinning an element in Revit on the modify tab. Pinning an element helps prevent deletion and accidental moves. However, pinning is thought to slow down certain aspects of a model and should be used sparingly. + +In the example below, all the furniture elements are set to pinned, based on the input boolean node. +___ +## Example File + +![Element.SetPinnedStatus](./Revit.Elements.Element.SetPinnedStatus_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.UniqueId.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.UniqueId.md new file mode 100644 index 000000000..628aee422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Element.UniqueId.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UniqueId` obtains the unique id of an element in string form. Unlike an element id, a unique id in Revit is a stable string representation of an element in both workshared and non-workshared models. + +In the example below, the unique id is obtained for each input wall element. The values are then combined in nested lists with the appropriate wall element. This is useful for export to excel or other external data sources. +___ +## Example File + +![Element.UniqueId](./Revit.Elements.Element.UniqueId_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.ByName.md new file mode 100644 index 000000000..00d73484c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.ByName` retrieves an element type from Revit, given the element type name. `ElementType.ByName` is useful when a dropdown is not needed. + +In the example below, a wall type matching the name is returned. +___ +## Example File + +![ElementType.ByName](./Revit.Elements.ElementType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.CanBeDeleted.md new file mode 100644 index 000000000..bb7e94fd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.CanBeDeleted.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, "can be deleted" and "cannot be deleted". +___ +## Example File + +![ElementType.CanBeDeleted](./Revit.Elements.ElementType.CanBeDeleted_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.CanBeRenamed.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.CanBeRenamed.md new file mode 100644 index 000000000..e3261e707 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.CanBeRenamed.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeRenamed` reports whether the given element type can be renamed. Some system families are not able to be renamed, but most user-created family definitions and duplicated types in Revit can be. + +In the example below, all walls are collected in the model with their corresponding element types retrieved. These element types are then checked for their ability to be renamed. +___ +## Example File + +![ElementType.CanBeRenamed](./Revit.Elements.ElementType.CanBeRenamed_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.GetPreviewImage.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.GetPreviewImage.md new file mode 100644 index 000000000..7e3f5bbd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.ElementType.GetPreviewImage.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.GetPreviewImage` obtains the preview image of the input element. + +In the example below, the preview image for each family type of the furniture category is obtained. `Watch Image` can only preview one image at a time, so a `List.GetItemAtIndex` node allows for individual seleciton. +___ +## Example File + +![ElementType.GetPreviewImage](./Revit.Elements.ElementType.GetPreviewImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyInstance.Room.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyInstance.Room.md new file mode 100644 index 000000000..dd35f40cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyInstance.Room.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Room` returns the room that the given family instance is located in, in the last phase of the project (if available). + +In the example below, the family instance's room is used to set the comments parameter on the element itself for further use. +___ +## Example File + +![FamilyInstance.Room](./Revit.Elements.FamilyInstance.Room_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.GroupType.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.GroupType.md new file mode 100644 index 000000000..9c6e4aa40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.GroupType.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.GroupType` reports the group type of a given parameter. A parameter's group type controls where it appears in the property palette in Revit. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.GroupType` is used to obtain the group type of all the parameters in the family. +___ +## Example File + +![FamilyParameter.GroupType](./Revit.Elements.FamilyParameter.GroupType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.Name.md new file mode 100644 index 000000000..eb2946549 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyParameter.Name` obtains the user visible name from the given family parameter element. + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.Name` is used to obtain the name from all the parameters in the family. +___ +## Example File + +![FamilyParameter.Name](./Revit.Elements.FamilyParameter.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.StorageType.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.StorageType.md new file mode 100644 index 000000000..d92ce25b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.FamilyParameter.StorageType.md @@ -0,0 +1,14 @@ +## In Depth +`FamilyParameter.StorageType` reports the type of data a given parameter stores. + +Possible options are: +- Double +- Integer +- String +- ElementId + +In the example below, the current Revit document is converted to a family document and all the parameters are obtained. `FamilyParameter.StorageType` is used to obtain the storage type of all of the parameters in the family. +___ +## Example File + +![FamilyParameter.StorageType](./Revit.Elements.FamilyParameter.StorageType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Grid.Curve.md new file mode 100644 index 000000000..4135c5de1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Grid.Curve.md @@ -0,0 +1,8 @@ +## In Depth +`Grid.Curve` returns the location curve for the given grid element. + +In the example below, the curves are returned for all grid lines in the active view. +___ +## Example File + +![Grid.Curve](./Revit.Elements.Grid.Curve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.AsFamilyInstance.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.AsFamilyInstance.md new file mode 100644 index 000000000..16cd0b3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.AsFamilyInstance.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.AsFamilyInstance` converts the input mullion element to a Revit family instance. This is useful for obtaining element parameters, or extracting type properties from the mullion. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id. The mullions are then obtained from the curtain wall panels. Finally, the mullions are then converted to family instances. +___ +## Example File + +![Mullion.AsFamilyInstance](./Revit.Elements.Mullion.AsFamilyInstance_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.ByElement.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.ByElement.md new file mode 100644 index 000000000..f8bc2fac0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.ByElement` obtains the mullion elements from an input curtain wall, curtain system or sloped glazing. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. +___ +## Example File + +![Mullion.ByElement](./Revit.Elements.Mullion.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.LocationCurve.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.LocationCurve.md new file mode 100644 index 000000000..8a1453596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.LocationCurve.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.LocationCurve` obtains the underlying curve that represents the input mullion element. + +In the example below, all curtain panels are obtained from a curtain wall element selected by element id, along with the mullions that support each curtain panel within the curtain wall. The mullions' location curves are then returned for downstream use. +___ +## Example File + +![Mullion.LocationCurve](./Revit.Elements.Mullion.LocationCurve_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.SupportedPanels.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.SupportedPanels.md new file mode 100644 index 000000000..5053935ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Mullion.SupportedPanels.md @@ -0,0 +1,8 @@ +## In Depth +`Mullion.SupportedPanels` obtains the curtain panel that the given mullion is supporting. + +In the example below, all mullions are obtained from a curtain wall element selected by element id. The panel each mullion supports is then obtained. +___ +## Example File + +![Mullion.SupportedPanels](./Revit.Elements.Mullion.SupportedPanels_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.CenterBoundary.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.CenterBoundary.md new file mode 100644 index 000000000..238359561 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.CenterBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CenterBoundary` returns the center location line for all walls bounding the input room. + +In the example below, the center location lines are obtained and previewed in blue. +___ +## Example File + +![Room.CenterBoundary](./Revit.Elements.Room.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.CoreBoundary.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.CoreBoundary.md new file mode 100644 index 000000000..4c76b49b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.CoreBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.CoreBoundary` returns the core location line for all walls bounding the input room. + +In the example below, the core location lines are obtained and previewed in green. +___ +## Example File + +![Room.CoreBoundary](./Revit.Elements.Room.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.FinishBoundary.md new file mode 100644 index 000000000..9b94f68f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.FinishBoundary.md @@ -0,0 +1,8 @@ +## In Depth +`Room.FinishBoundary` returns the finish location line for all walls bounding the input room. + +In the example below, the finish location lines are obtained and previewed in orange. +___ +## Example File + +![Room.FinishBoundary](./Revit.Elements.Room.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.Name.md new file mode 100644 index 000000000..84968ee08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Name` obtains the input room's name as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Name](./Revit.Elements.Room.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.Number.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.Number.md new file mode 100644 index 000000000..9859d018f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Room.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Room.Number` obtains the input room's number as a string. + +In the example below, both the room name and number are obtained for downstream use. +___ +## Example File + +![Room.Number](./Revit.Elements.Room.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SketchPlane.Plane.md new file mode 100644 index 000000000..d26b62c2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SketchPlane.Plane.md @@ -0,0 +1,8 @@ +## In Depth +`SketchPlane.Plane` converts a given sketch plane element to a Dynamo plane. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![SketchPlane.Plane](./Revit.Elements.SketchPlane.Plane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.Altitude.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.Altitude.md new file mode 100644 index 000000000..b2cdf5518 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.Altitude.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Altitude` returns the altitude of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Altitude](./Revit.Elements.SunSettings.Altitude_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.Azimuth.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.Azimuth.md new file mode 100644 index 000000000..e3c204de2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.Azimuth.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.Azimuth` returns the azimuth of the sun for the given sun settings. 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 altitude and azimuth of the sun. +___ +## Example File + +![SunSettings.Azimuth](./Revit.Elements.SunSettings.Azimuth_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.CurrentDateTime.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.CurrentDateTime.md new file mode 100644 index 000000000..96965c9ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.CurrentDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.CurrentDateTime` returns the current date and time for the given sun settings. 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.CurrentDateTime](./Revit.Elements.SunSettings.CurrentDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.EndDateTime.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.EndDateTime.md new file mode 100644 index 000000000..c5e26b50a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.EndDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.EndDateTime` returns the end date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.EndDateTime](./Revit.Elements.SunSettings.EndDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.StartDateTime.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.StartDateTime.md new file mode 100644 index 000000000..6f45055ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.StartDateTime.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.StartDateTime` returns the start date and time of the given sun settings. + +In the example below, the start date and time, along with the end date and time are obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.StartDateTime](./Revit.Elements.SunSettings.StartDateTime_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.SunDirection.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.SunDirection.md new file mode 100644 index 000000000..b2e1c0bc7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.SunSettings.SunDirection.md @@ -0,0 +1,8 @@ +## In Depth +`SunSettings.SunDirection` returns the direction of the sun in the given sun settings as a vector. + +In the example below, the sun direction is obtained from the active view's sun settings. +___ +## Example File + +![SunSettings.SunDirection](./Revit.Elements.SunSettings.SunDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.Fields.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.Fields.md new file mode 100644 index 000000000..36d68e217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.Fields.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.Fields` retrieves all the fields assigned to the given schedule view. + +In the example below, a door schedule is collected from the current Revit file and the fields are reported. +___ +## Example File + +![ScheduleView.Fields](./Revit.Elements.Views.ScheduleView.Fields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.SchedulableFields.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.SchedulableFields.md new file mode 100644 index 000000000..2db21dba9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.SchedulableFields.md @@ -0,0 +1,8 @@ +## In Depth +Similar to `ScheduleView.Fields`, `ScheduleView.SchedulableFields` retrieves fields that apply to a schedule view. However, these fields include all possible parameters for the given schedule view type, whether they are used or not. + +In the example below, a door schedule is collected from the current Revit file and the possible schedulable fields are reported. +___ +## Example File + +![ScheduleView.SchedulableFields](./Revit.Elements.Views.ScheduleView.SchedulableFields_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.ScheduleFilters.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.ScheduleFilters.md new file mode 100644 index 000000000..f99c4a710 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.ScheduleView.ScheduleFilters.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleView.ScheduleFilters` retrieves the filters applied to the given shedule view. + +In the example below, one filter is applied to the schedule view. +___ +## Example File + +![ScheduleView.ScheduleFilters](./Revit.Elements.Views.ScheduleView.ScheduleFilters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SetSheetName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SetSheetName.md new file mode 100644 index 000000000..0d60578a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SetSheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetName` will set the given sheet to an input sheet name (string). + +In the example below, a prefix of "(E)" is added to all sheet names in the model. +___ +## Example File + +![Sheet.SetSheetName](./Revit.Elements.Views.Sheet.SetSheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SetSheetNumber.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SetSheetNumber.md new file mode 100644 index 000000000..08a8ecbb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SetSheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SetSheetNumber` will set the given sheet's number to an input sheet number(string). + +In the example below, a prefix of "*" is added to all sheet numbers in the model. If a duplicate sheet number is input, a warning will be presented to the user. +___ +## Example File + +![Sheet.SetSheetNumber](./Revit.Elements.Views.Sheet.SetSheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SheetName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SheetName.md new file mode 100644 index 000000000..80cc5f73b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SheetName.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetName` obtains the name of the given sheet. Sheet names are instance parameters on sheet elements in Revit and can be duplicated. + +In the example below, all sheets in the active model are collected and grouped by their name. +___ +## Example File + +![Sheet.SheetName](./Revit.Elements.Views.Sheet.SheetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SheetNumber.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SheetNumber.md new file mode 100644 index 000000000..cbce8138f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.SheetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.SheetNumber` obtains the number of the given sheet. Sheet numbers are instance parameters on sheet elements in Revit and cannot be duplicated. + +In the example below, all sheets in the active model are collected and sorted in alphanumeric order by their number. +___ +## Example File + +![Sheet.SheetNumber](./Revit.Elements.Views.Sheet.SheetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.TitleBlock.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.TitleBlock.md new file mode 100644 index 000000000..9305f377e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.TitleBlock.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.TitleBlock` obtains the title block element assigned to an input sheet. + +In the example below, all title blocks are obtained for all sheets in the active file. +___ +## Example File + +![Sheet.TitleBlock](./Revit.Elements.Views.Sheet.TitleBlock_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.Viewports.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.Viewports.md new file mode 100644 index 000000000..7a134447c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.Viewports.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Viewports` obtains all viewports placed on the given sheet. If the given sheet does not have any viewports placed, an empty list is returned. Keep in mind, this node returns the viewport elements, not the view elements. To obtain those elements, `Sheet.Views` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Viewports](./Revit.Elements.Views.Sheet.Viewports_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.Views.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.Views.md new file mode 100644 index 000000000..cedb42d78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.Sheet.Views.md @@ -0,0 +1,8 @@ +## In Depth +`Sheet.Views` obtains all views placed on the given sheet. If the given sheet does not have any views placed, an empty list is returned. Keep in mind, this node returns the view elements, not the viewport elements. To obtain those elements, `Sheet.Viewports` may be used. + +In the example below, the First Floor Plan sheet is selected, with the views and viewports reported. +___ +## Example File + +![Sheet.Views](./Revit.Elements.Views.Sheet.Views_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBox.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBox.md new file mode 100644 index 000000000..92d3f0066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBox.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBox` obtains the crop box of the given view as a Dynamo bounding box geometry element. Bounding boxes are axis-aligned, which results in the returned geometry having an orientation of X and Y axis. If the crop box is not active for the given view, a bounding box surrounding all geometry of the given view is returned. + +In the example below, the crop box of the active view is returned, along with a cuboid representation of the bounding box. +___ +## Example File + +![View.CropBox](./Revit.Elements.Views.View.CropBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBoxActive.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBoxActive.md new file mode 100644 index 000000000..6f55b0472 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxActive` checks whether or not the Crop Box/Region is active for the view. If the crop box/region is active, a bounding box representing the region can be obtained. + +In the example below, the active view is checked to see if the crop box is active. +___ +## Example File + +![View.CropBoxActive](./Revit.Elements.Views.View.CropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBoxVisible.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBoxVisible.md new file mode 100644 index 000000000..5a2dd3768 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.CropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.CropBoxVisible` checks whether or not the Crop Box/Region is visible for the view. Crop boxes can be hidden in Revit in visibility graphics (by filter, or category), or hidden by instance in the view. This property can also be controlled by a view template. + +In the example below, the active view is checked to see if the crop box is visible. Additionally, the active view is checked for a view template. +___ +## Example File + +![View.CropBoxVisible](./Revit.Elements.Views.View.CropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Discipline.md new file mode 100644 index 000000000..051ddecef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Discipline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Discipline` obtains the view discipline of the given view. View discipline options include, Architectural, Structural, Mechanical, Electrical, Plumbing, and Coordination. + +In the example below, the view discipline of the active view is returned. +___ +## Example File + +![View.Discipline](./Revit.Elements.Views.View.Discipline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Displaystyle.md new file mode 100644 index 000000000..6cc910cc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Displaystyle.md @@ -0,0 +1,8 @@ +## In Depth +`View.Displaystyle` returns the display style of the view. Display styles include: Undefined, Wireframe, HLR (Hidden Line Removal), Shading, ShadingWithEdges, Rendering, Realistic, FlatColors, RealisticWithEdges, and Textures. + +In the example below, the display style of the active view is returned. The result is HLR, which is the typical hidden line display in Revit. +___ +## Example File + +![View.Displaystyle](./Revit.Elements.Views.View.Displaystyle_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Filters.md new file mode 100644 index 000000000..cf76aa4b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Filters.md @@ -0,0 +1,8 @@ +## In Depth +`View.Filters` obtains the view filters assigned to the view as `ParameterFilterElement` objects. + +In the example below, the name of the filters applied to the active view is returned. +___ +## Example File + +![View.Filters](./Revit.Elements.Views.View.Filters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.IsViewTemplate.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.IsViewTemplate.md new file mode 100644 index 000000000..5d4a85d8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.IsViewTemplate.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsViewTemplate` determines if the input view is a view template. In Revit, a view template is technically a view and `View.IsViewTemplate` allows for the filtering of these views. + +In the example below, all plan views are collected from the current Revit file. The plan views are then separated into 2 lists, view templates and plan views. +___ +## Example File + +![View.IsViewTemplate](./Revit.Elements.Views.View.IsViewTemplate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Origin.md new file mode 100644 index 000000000..0b0785752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Origin.md @@ -0,0 +1,8 @@ +## In Depth +Every view in Revit has an origin. `View.Origin` returns this value as a Dynamo point. According to the Revit API documentation, "The origin of a plan view is not meaningful". With this in mind, the value offered by `View.Origin` is up to the end-user. + +In the example below, the origin of the active view and a selected 3d view is returned. +___ +## Example File + +![View.Origin](./Revit.Elements.Views.View.Origin_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Outline.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Outline.md new file mode 100644 index 000000000..7bea3632e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Outline.md @@ -0,0 +1,8 @@ +## In Depth +`View.Outline` obtains the outline of a view in paper space. This represents the boundary on the view as if it were printed (to scale). + +In the example below, the boundary of the view is obtained with a rectangle generated to represent the geometry. +___ +## Example File + +![View.Outline](./Revit.Elements.Views.View.Outline_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Partsvisibility.md new file mode 100644 index 000000000..a36fb8487 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Partsvisibility.md @@ -0,0 +1,14 @@ +## In Depth +`View.Partsvisibility` returns the visibilty setting for parts elements in the given view. Parts in Revit are a way to break up system families into subcomponents. As a result, there are different ways to display the objects. + +Values from this node include: +- Unset - Parts visibility is not set for the view. +- ShowPartsOnly - Show only parts for the view. +- ShowOriginalOnly - Show original elements, not parts, for the view. +- ShowPartsAndOriginal - Show both original elements and parts for the view. + +In the example below, the parts visibility option is returned for the active view. +___ +## Example File + +![View.Partsvisibility](./Revit.Elements.Views.View.Partsvisibility_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.RightDirection.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.RightDirection.md new file mode 100644 index 000000000..ccb805ff2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.RightDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.RightDirection` returns a vector representing the views orientation to the right side of the screen. + +In the example below, the vector of the view right direction is visualized with a line. +___ +## Example File + +![View.RightDirection](./Revit.Elements.Views.View.RightDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Scale.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Scale.md new file mode 100644 index 000000000..51cf1d68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.Scale.md @@ -0,0 +1,8 @@ +## In Depth +`View.Scale` returns the scale factor value of the given view. + +In the example below, a value of "96" is returned for a view that is 1/8" = 1'-0" scale. +___ +## Example File + +![View.Scale](./Revit.Elements.Views.View.Scale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.SketchPlane.md new file mode 100644 index 000000000..d73260a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.SketchPlane.md @@ -0,0 +1,8 @@ +## In Depth +`View.SketchPlane` returns a sketch plane element for the given view. If no sketch plane is definied, null is returned. Sketch planes are referred to as "work plane" in Revit. + +In the example below, the sketch plane for the active view is returned and converted into a Dynamo plane. The resulting Dynamo plane can be used for geometry creation. +___ +## Example File + +![View.SketchPlane](./Revit.Elements.Views.View.SketchPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.ViewDirection.md new file mode 100644 index 000000000..844ac42f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View.ViewDirection.md @@ -0,0 +1,8 @@ +## In Depth +`View.ViewDirection` returns a vector representing the direction the view is facing. For reference, a plan view typically results in a vector that is along the Z Axis. + +In the example below, a vector is returned for the active view. +___ +## Example File + +![View.ViewDirection](./Revit.Elements.Views.View.ViewDirection_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View3D.CreateUniqueViewName.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View3D.CreateUniqueViewName.md new file mode 100644 index 000000000..63ecfa109 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.Views.View3D.CreateUniqueViewName.md @@ -0,0 +1,11 @@ +## In Depth +`View3D.CreateUniqueViewName` determines whether a view with the provided name already exists. If a view exists with the provided name, a new view is created with a unique name. Otherwise, the original view name is returned. + +This node can also be used with a simple string input to generate fully unique strings for any element creation. + +In the example below, a unique view name is generated from a selected 3D view, a unique view name is also generated from a string entry, and an already unique view name is proved to be unique. + +___ +## Example File + +![View3D.CreateUniqueViewName](./Revit.Elements.Views.View3D.CreateUniqueViewName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.WallType.Kind.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.WallType.Kind.md new file mode 100644 index 000000000..0096d54a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Elements.WallType.Kind.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Kind` gets the wall kind from the input wall instance. Wall type kinds include, Basic, Curtain, Stacked and Unknown. In-place families categorized as walls will report a null value. + +In the example below, the wall kind is obtained and used to filter for in-place families categorized as walls. +___ +## Example File + +![WallType.Kind](./Revit.Elements.WallType.Kind_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.SchedulableField.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.SchedulableField.Name.md new file mode 100644 index 000000000..b0f5f62bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.SchedulableField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`SchedulableField.Name` returns the user-visible name for the given schedulable field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedulable fields are then collected along with their names. +___ +## Example File + +![SchedulableField.Name](./Revit.Schedules.SchedulableField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleField.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleField.Name.md new file mode 100644 index 000000000..f138feb5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleField.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleField.Name` returns the user-visible name for the given schedule field as an object type of string. + +In the example below, the first schedule is obtained from the active Revit file. The schedule fields are then collected along with their names. +___ +## Example File + +![ScheduleField.Name](./Revit.Schedules.ScheduleField.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleFilter.FilterType.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleFilter.FilterType.md new file mode 100644 index 000000000..1632eae77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleFilter.FilterType.md @@ -0,0 +1,24 @@ +## In Depth +`ScheduleFilter.FilterType` returns the method used for the input filter. +Possible filter types include: + +- Equal - The field value is equal to the specified value. +- NotEqual - The field value is not equal to the specified value. +- GreaterThan - The field value is greater than the specified value. +- GreaterThanOrEqual - The field value is greater than or equal to the specified value. +- LessThan - The field value is less than the specified value. +- LessThanOrEqual - The field value is less than or equal to the specified value. +- Contains - For a string field, the field value contains the specified string. +- NotContains - For a string field, the field value does not contain the specified string. +- BeginsWith - For a string field, the field value begins with the specified string. +- NotBeginsWith - For a string field, the field value does not begin with the specified string. +- EndsWith - For a string field, the field value ends with specified string. +- NotEndsWith - For a string field, the field value does not end with the specified string. +- IsAssociatedWithGlobalParameter - The field is associated with a specified global parameter of a compatible type +- IsNotAssociatedWithGlobalParameter - The field is not associated with a specified global parameter of a compatible type + +In the example below, the first schedule from the current Revit file is collected. The schedule view is then checked for filters, and the only filter applied is a "string does not end with" filter type. +___ +## Example File + +![ScheduleFilter.FilterType](./Revit.Schedules.ScheduleFilter.FilterType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleFilter.Value.md b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleFilter.Value.md new file mode 100644 index 000000000..2242343ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/Revit.Schedules.ScheduleFilter.Value.md @@ -0,0 +1,8 @@ +## In Depth +`ScheduleFilter.Value` returns the value assigned to the given filter. + +In the example below, a filter is applied to a door schedule that only displays elements, if the elements do not end with "OPN". +___ +## Example File + +![ScheduleFilter.Value](./Revit.Schedules.ScheduleFilter.Value_img.jpg) \ No newline at end of file diff --git a/doc/distrib/Templates/cs-CZ/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/cs-CZ/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/cs-CZ/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/cs-CZ/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/cs-CZ/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/cs-CZ/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/cs-CZ/ExportDataToExcel.dyn b/doc/distrib/Templates/cs-CZ/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/cs-CZ/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/cs-CZ/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/cs-CZ/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/cs-CZ/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/cs-CZ/ImportDataFromExcel.dyn b/doc/distrib/Templates/cs-CZ/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/cs-CZ/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/cs-CZ/ReadImageFromFile.dyn b/doc/distrib/Templates/cs-CZ/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/cs-CZ/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/de-DE/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/de-DE/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/de-DE/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/de-DE/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/de-DE/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/de-DE/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/de-DE/ExportDataToExcel.dyn b/doc/distrib/Templates/de-DE/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/de-DE/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/de-DE/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/de-DE/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/de-DE/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/de-DE/ImportDataFromExcel.dyn b/doc/distrib/Templates/de-DE/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/de-DE/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/de-DE/ReadImageFromFile.dyn b/doc/distrib/Templates/de-DE/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/de-DE/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/en-GB/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/en-GB/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/en-GB/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/en-GB/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/en-GB/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/en-GB/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/en-GB/ExportDataToExcel.dyn b/doc/distrib/Templates/en-GB/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/en-GB/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/en-GB/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/en-GB/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/en-GB/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/en-GB/ImportDataFromExcel.dyn b/doc/distrib/Templates/en-GB/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/en-GB/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/en-GB/ReadImageFromFile.dyn b/doc/distrib/Templates/en-GB/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/en-GB/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/es-ES/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/es-ES/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/es-ES/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/es-ES/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/es-ES/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/es-ES/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/es-ES/ExportDataToExcel.dyn b/doc/distrib/Templates/es-ES/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/es-ES/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/es-ES/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/es-ES/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/es-ES/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/es-ES/ImportDataFromExcel.dyn b/doc/distrib/Templates/es-ES/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/es-ES/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/es-ES/ReadImageFromFile.dyn b/doc/distrib/Templates/es-ES/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/es-ES/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/fr-FR/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/fr-FR/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/fr-FR/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/fr-FR/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/fr-FR/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/fr-FR/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/fr-FR/ExportDataToExcel.dyn b/doc/distrib/Templates/fr-FR/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/fr-FR/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/fr-FR/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/fr-FR/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/fr-FR/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/fr-FR/ImportDataFromExcel.dyn b/doc/distrib/Templates/fr-FR/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/fr-FR/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/fr-FR/ReadImageFromFile.dyn b/doc/distrib/Templates/fr-FR/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/fr-FR/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/it-IT/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/it-IT/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/it-IT/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/it-IT/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/it-IT/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/it-IT/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/it-IT/ExportDataToExcel.dyn b/doc/distrib/Templates/it-IT/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/it-IT/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/it-IT/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/it-IT/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/it-IT/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/it-IT/ImportDataFromExcel.dyn b/doc/distrib/Templates/it-IT/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/it-IT/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/it-IT/ReadImageFromFile.dyn b/doc/distrib/Templates/it-IT/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/it-IT/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ja-JP/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/ja-JP/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/ja-JP/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ja-JP/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/ja-JP/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/ja-JP/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ja-JP/ExportDataToExcel.dyn b/doc/distrib/Templates/ja-JP/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/ja-JP/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ja-JP/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/ja-JP/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/ja-JP/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ja-JP/ImportDataFromExcel.dyn b/doc/distrib/Templates/ja-JP/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/ja-JP/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ja-JP/ReadImageFromFile.dyn b/doc/distrib/Templates/ja-JP/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/ja-JP/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ko-KR/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/ko-KR/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/ko-KR/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ko-KR/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/ko-KR/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/ko-KR/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ko-KR/ExportDataToExcel.dyn b/doc/distrib/Templates/ko-KR/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/ko-KR/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ko-KR/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/ko-KR/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/ko-KR/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ko-KR/ImportDataFromExcel.dyn b/doc/distrib/Templates/ko-KR/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/ko-KR/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ko-KR/ReadImageFromFile.dyn b/doc/distrib/Templates/ko-KR/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/ko-KR/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pl-PL/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/pl-PL/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/pl-PL/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pl-PL/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/pl-PL/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/pl-PL/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pl-PL/ExportDataToExcel.dyn b/doc/distrib/Templates/pl-PL/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/pl-PL/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pl-PL/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/pl-PL/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/pl-PL/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pl-PL/ImportDataFromExcel.dyn b/doc/distrib/Templates/pl-PL/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/pl-PL/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pl-PL/ReadImageFromFile.dyn b/doc/distrib/Templates/pl-PL/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/pl-PL/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pt-BR/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/pt-BR/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/pt-BR/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pt-BR/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/pt-BR/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/pt-BR/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pt-BR/ExportDataToExcel.dyn b/doc/distrib/Templates/pt-BR/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/pt-BR/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pt-BR/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/pt-BR/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/pt-BR/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pt-BR/ImportDataFromExcel.dyn b/doc/distrib/Templates/pt-BR/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/pt-BR/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/pt-BR/ReadImageFromFile.dyn b/doc/distrib/Templates/pt-BR/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/pt-BR/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ru-RU/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/ru-RU/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/ru-RU/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ru-RU/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/ru-RU/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/ru-RU/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ru-RU/ExportDataToExcel.dyn b/doc/distrib/Templates/ru-RU/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/ru-RU/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ru-RU/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/ru-RU/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/ru-RU/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ru-RU/ImportDataFromExcel.dyn b/doc/distrib/Templates/ru-RU/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/ru-RU/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/ru-RU/ReadImageFromFile.dyn b/doc/distrib/Templates/ru-RU/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/ru-RU/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-CN/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/zh-CN/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/zh-CN/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-CN/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/zh-CN/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/zh-CN/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-CN/ExportDataToExcel.dyn b/doc/distrib/Templates/zh-CN/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/zh-CN/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-CN/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/zh-CN/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/zh-CN/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-CN/ImportDataFromExcel.dyn b/doc/distrib/Templates/zh-CN/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/zh-CN/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-CN/ReadImageFromFile.dyn b/doc/distrib/Templates/zh-CN/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/zh-CN/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-TW/CollectAllElementsOfCategory.dyn b/doc/distrib/Templates/zh-TW/CollectAllElementsOfCategory.dyn new file mode 100644 index 000000000..a09890493 --- /dev/null +++ b/doc/distrib/Templates/zh-TW/CollectAllElementsOfCategory.dyn @@ -0,0 +1,258 @@ +{ + "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms)", + "Name": "CollectAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ca529bd2c6784809b882c1cda2584135", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "59f1256567874cfb855f5354eb87646f", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9747105e6ec74aa59a9478911c780165", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ee4a35b876d6409cbe8d34b67945d69c", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a41994fd9039439da30bbd9e37f15df2", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6589178d81c64f0ebe7a71eee07c5333", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "ca529bd2c6784809b882c1cda2584135", + "End": "9747105e6ec74aa59a9478911c780165", + "Id": "7cac21d0b5fa4589ab93e035fbc94b98", + "IsHidden": "False" + }, + { + "Start": "ee4a35b876d6409cbe8d34b67945d69c", + "End": "a41994fd9039439da30bbd9e37f15df2", + "Id": "beb2bfe394284d458668b2e4cefadc8f", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "1400fd6298f44dfbb91bb11505c879f5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "59f1256567874cfb855f5354eb87646f", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "f7a0ba86dc714b328564f6390b1ffa92", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90563.21477205436, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "0d323631560047b5a5f69d0e63a173fc", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "1400fd6298f44dfbb91bb11505c879f5" + }, + { + "Id": "cf7dcb56bee2467882c6a3715c0b459f", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59f1256567874cfb855f5354eb87646f" + }, + { + "Id": "bd0885cebce64783be7ce4b6a6284bd4", + "Title": "Watch results of collecting every element of a chosen category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90494.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-TW/CollectAllElementsOfCategoryAndGetParameters.dyn b/doc/distrib/Templates/zh-TW/CollectAllElementsOfCategoryAndGetParameters.dyn new file mode 100644 index 000000000..8ce21d8f5 --- /dev/null +++ b/doc/distrib/Templates/zh-TW/CollectAllElementsOfCategoryAndGetParameters.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Rooms) and getting each elements Room Area", + "Name": "CollectAllElementsOfCategoryAndGetParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "ed17aaffa2cc456890f43f91d6307693", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "34705ee8b2f946a2aa58a222acf21623", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "c3baf69e99244c09883314344f09230a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ee6f864350fd45efa292b7ed0b6c4005", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9636b76d7fea47c7b6c9c8a2fc917646", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7f24488c689540da931ecf8e66297039", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f8e752733b37486b8b3a75b32605d4dd", + "Name": "parameterName", + "Description": "The name of the parameter whose value you want to obtain.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5138e0135c444a949fa971333222030b", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string", + "Replication": "Auto", + "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4eb48f9dc024487286a1c3beba048dc8", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Area" + } + ], + "Connectors": [ + { + "Start": "34705ee8b2f946a2aa58a222acf21623", + "End": "ee6f864350fd45efa292b7ed0b6c4005", + "Id": "5055c2abf7ac4e08a0fb2792bfffb480", + "IsHidden": "False" + }, + { + "Start": "9636b76d7fea47c7b6c9c8a2fc917646", + "End": "7f24488c689540da931ecf8e66297039", + "Id": "ea5f0cf77f804c8c854070034a3a6364", + "IsHidden": "False" + }, + { + "Start": "4eb48f9dc024487286a1c3beba048dc8", + "End": "f8e752733b37486b8b3a75b32605d4dd", + "Id": "52e19a722d7e4cd79a12a89fcea6d077", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ed17aaffa2cc456890f43f91d6307693", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "c3baf69e99244c09883314344f09230a", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90209.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "ac5cca7b2ea54fc9b01ee0f8aa2bf111", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90569.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "8191910e638249e5a3a2fb85b9d563cb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90318.21477205436, + "Y": -3977.9057569773872 + } + ], + "Annotations": [ + { + "Id": "413e32392339406dbcc552c6bd8449d9", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ed17aaffa2cc456890f43f91d6307693" + }, + { + "Id": "bcac70e033a1483dba06f5ef39ccab17", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90206.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c3baf69e99244c09883314344f09230a" + }, + { + "Id": "3e722249f0434c5cbdb3bcafb8e38c40", + "Title": "Get parameter values from Elements by Category via a parameter name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90593.21477205436, + "Top": -4312.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "ac5cca7b2ea54fc9b01ee0f8aa2bf111" + }, + { + "Id": "9d0cd5783e8949c180d1f1da85c6961f", + "Title": "Input parameter name, and make sure you take capitalization into account", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90254.71477205436, + "Top": -4042.9057569773872, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "8191910e638249e5a3a2fb85b9d563cb" + } + ], + "X": -93439.47156922061, + "Y": 4723.485874233058, + "Zoom": 1.0427979036983706 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-TW/ExportDataToExcel.dyn b/doc/distrib/Templates/zh-TW/ExportDataToExcel.dyn new file mode 100644 index 000000000..0b2a669e8 --- /dev/null +++ b/doc/distrib/Templates/zh-TW/ExportDataToExcel.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", + "IsCustomNode": false, + "Description": "Export data to Excel given a chosen sheet name. You will need to connect the data to be exported", + "Name": "ExportDataToExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33167a5f9e25441b98598dc1ecc07832", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0a38be4fb78c4ac385664c50cf9dbbff", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53fd2ca44312424f9e88959329c97a76", + "Name": "data", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5cb3225aeccb496989afa724dd38b537", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c6b08add41fe4398b6c167e99c73c8b1", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1e16648803b341e395baccc2ff2db3ea", + "Name": "overWrite", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6cdbc62f3ef4cee91ae11eb5a21f1de", + "Name": "writeAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "937ba830e5174f2a9ed269d57b1f5157", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLExportExcel@string,string,var[][],int,int,bool,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLExportExcel (filePath: string, sheetName: string, data: var[][], startRow: int = 0, startColumn: int = 0, overWrite: bool = false, writeAsString: bool = false): bool" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "33167a5f9e25441b98598dc1ecc07832", + "Id": "b07a2afc08844afeb9ef963e970cb646", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "0a38be4fb78c4ac385664c50cf9dbbff", + "Id": "8f18137f976541a2a0186380ecf744c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "a30280ae0aea42649c79b5f80b7c6dbe", + "Name": "Data.OpenXMLExportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to export data to", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 213.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Export Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "a30280ae0aea42649c79b5f80b7c6dbe" + } + ], + "X": 196.23761879446965, + "Y": -15.960282864435044, + "Zoom": 1.13507102841452 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-TW/GetGeometryForAllElementsOfCategory.dyn b/doc/distrib/Templates/zh-TW/GetGeometryForAllElementsOfCategory.dyn new file mode 100644 index 000000000..86936c7f4 --- /dev/null +++ b/doc/distrib/Templates/zh-TW/GetGeometryForAllElementsOfCategory.dyn @@ -0,0 +1,257 @@ +{ + "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", + "IsCustomNode": false, + "Description": "Collect all elements of a chosen category (Defaulting to Doors) and getting each elements Geometry", + "Name": "GetGeometryForAllElementsOfCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "Id": "bb34b03a88c14566861ee701d2036259", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "81976910d2c3462980fe759708cbdd11", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI", + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "6d071236512842a99ab51e6ac5633508", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9705018e7b36421e93c205f16c29988f", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category from the model." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "736260b981b146eca204f690b6d52bf6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4685755d9e5b46679f2dcee806dd42fb", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59e132d5dc654e04be8019b84b3f7015", + "Name": "geometry[]", + "Description": "List of geometry from the element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Geometry", + "Replication": "Auto", + "Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]" + } + ], + "Connectors": [ + { + "Start": "81976910d2c3462980fe759708cbdd11", + "End": "6d071236512842a99ab51e6ac5633508", + "Id": "70d5e5a703b94d1b9509ed1c36ee7afb", + "IsHidden": "False" + }, + { + "Start": "9705018e7b36421e93c205f16c29988f", + "End": "4685755d9e5b46679f2dcee806dd42fb", + "Id": "e4117a528d7844b083289073c1053ced", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -45.10952377319336, + "EyeY": 126.64234924316406, + "EyeZ": 79.76921844482422, + "LookX": 14.782140731811523, + "LookY": -106.08958435058594, + "LookZ": -86.57583618164062, + "UpX": 0.1296440213918686, + "UpY": 0.6376994848251343, + "UpZ": -0.7592970132827759 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bb34b03a88c14566861ee701d2036259", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 89870.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "33f773eb560c4fcaa847e18214de2ef7", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90206.21477205436, + "Y": -4247.693497007918 + }, + { + "Id": "736260b981b146eca204f690b6d52bf6", + "Name": "Element.Geometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 90574.09037191584, + "Y": -4247.693497007918 + } + ], + "Annotations": [ + { + "Id": "bba4fa218eb6408e941257c49579a7dd", + "Title": "Select Revit Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 89920.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bb34b03a88c14566861ee701d2036259" + }, + { + "Id": "9af9581ad0114956a822641259e63620", + "Title": "Collect all elements of that selected Category", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90203.21477205436, + "Top": -4297.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "33f773eb560c4fcaa847e18214de2ef7" + }, + { + "Id": "c2867b4d2aff4177bb118c225603b573", + "Title": "Get the geometry of all collected elements where possible. It may return a warning and null should there be something missing in Revit, or the geometry be unresolvable", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 90553.59037191584, + "Top": -4341.693497007918, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "736260b981b146eca204f690b6d52bf6" + } + ], + "X": -113376.05923228659, + "Y": 5631.061522389584, + "Zoom": 1.2633317726382167 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-TW/ImportDataFromExcel.dyn b/doc/distrib/Templates/zh-TW/ImportDataFromExcel.dyn new file mode 100644 index 000000000..c9e8756f8 --- /dev/null +++ b/doc/distrib/Templates/zh-TW/ImportDataFromExcel.dyn @@ -0,0 +1,398 @@ +{ + "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", + "IsCustomNode": false, + "Description": "Import data from an Excel file and transpose the data to flip columns and rows", + "Name": "ImportDataFromExcel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7620c0a6d174413281b95698fb1d9d57", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab5ba40009445218c05f8e2e125c3e2", + "Name": "filePath", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1838b7ed07924850904317b05d21e435", + "Name": "sheetName", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2285506c22014e38983dd1f274148b74", + "Name": "startRow", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fa731e8403c64eb59363e3a25779c3c3", + "Name": "startColumn", + "Description": "int\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7b40d5b11e734659a873d691ceacedaf", + "Name": "readAsString", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "da29b5f8bea04c09b0e32ec0d27dd1af", + "Name": "var[][]", + "Description": "var[][]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSOffice.Data.OpenXMLImportExcel@string,string,int,int,bool", + "Replication": "Auto", + "Description": "Data.OpenXMLImportExcel (filePath: string, sheetName: string, startRow: int = 0, startColumn: int = 0, readAsString: bool = false): var[][]" + }, + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3f6242f197704cb08d28d338399cc02b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c2a83726b20f4856956b731605c325fc", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "91219a54373d4ea1b3ee8a1c03ace17a", + "Name": "lists", + "Description": "List of transposed lists", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Transpose@var[]..[]", + "Replication": "Auto", + "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 50.0, + "WatchHeight": 38.0, + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c8ff6c767c27463fa83801056a1659f4", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e8e96a2d54104462b846e9146c44d28d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "da29b5f8bea04c09b0e32ec0d27dd1af", + "End": "c2a83726b20f4856956b731605c325fc", + "Id": "a21c0cfc98c246f6a048060ecab505b2", + "IsHidden": "False" + }, + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "fab5ba40009445218c05f8e2e125c3e2", + "Id": "c1f29067813448e4a0c018fc9d108ed5", + "IsHidden": "False" + }, + { + "Start": "3f6242f197704cb08d28d338399cc02b", + "End": "1838b7ed07924850904317b05d21e435", + "Id": "23ce470fd17646daa45add92a0e826ce", + "IsHidden": "False" + }, + { + "Start": "91219a54373d4ea1b3ee8a1c03ace17a", + "End": "c8ff6c767c27463fa83801056a1659f4", + "Id": "cc4370cff5a04c1c8ed3f74da4e2fe10", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "7620c0a6d174413281b95698fb1d9d57", + "Name": "Data.OpenXMLImportExcel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "3bd4fe2e6876454da3e83a01462c85c7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 531.5 + }, + { + "Id": "13b0e9b105ea4af2a48f0aafdfa0bf5b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.5, + "Y": 282.0 + }, + { + "Id": "9277ad9caa034b88b3f4a71ce0489dfc", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1462.0, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Excel file to import data from", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 205.0, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "f6199651df8b4e3ebe2e1ba518850914", + "Title": "Type in a Sheet Name, but be mindful of capitalization", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 193.5, + "Top": 466.5, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3bd4fe2e6876454da3e83a01462c85c7" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Import Excel data using the OpenXML format from a chosen sheet name", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 799.5, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "7620c0a6d174413281b95698fb1d9d57" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Transpose the Excel data to flip Rows and Columns", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1125.0, + "Top": 184.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "13b0e9b105ea4af2a48f0aafdfa0bf5b" + } + ], + "X": -245.65603726262975, + "Y": -92.29666786098167, + "Zoom": 1.4245790039412396 + } +} \ No newline at end of file diff --git a/doc/distrib/Templates/zh-TW/ReadImageFromFile.dyn b/doc/distrib/Templates/zh-TW/ReadImageFromFile.dyn new file mode 100644 index 000000000..9bd4f780f --- /dev/null +++ b/doc/distrib/Templates/zh-TW/ReadImageFromFile.dyn @@ -0,0 +1,323 @@ +{ + "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", + "IsCustomNode": false, + "Description": "Read Image from disc to be able to work with inside of Dynamo", + "Name": "ReadImageFromFile", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels", + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "Name": "", + "Description": "File Path", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows you to select a file on the system and returns its file path", + "HintPath": "C:\\Users\\amours\\Desktop\\DynamoRevitTemplates\\No file selected", + "InputValue": "No file selected." + }, + { + "ConcreteType": "CoreNodeModels.Input.FileObject, CoreNodeModels", + "Id": "59d22a7921854195813ce16dac4fde76", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ac3d97121b3a4e7e81b84beb515453b6", + "Name": "path", + "Description": "Path to the file.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e6871041961542a7b371fe5c91060ef7", + "Name": "file", + "Description": "File object", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a file object from the given path" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb524fc133cb468b907620050f72b8bf", + "Name": "file", + "Description": "File object to load image from\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f106b67f8d5f4cab91d132b92814efbd", + "Name": "image", + "Description": "Image object from file", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.IO.Image.ReadFromFile@var", + "Replication": "Auto", + "Description": "Loads the file as a bitmap.\n\nImage.ReadFromFile (file: var): var" + }, + { + "ConcreteType": "CoreNodeModels.WatchImageCore, CoreNodeModels", + "Id": "3fe34643619745249cb1e4a286e36944", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "f4d5f5b983b340f8973b41f72174f9e7", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "bebb4cb152da4adbad95a62a2c1dcc6e", + "Name": "image", + "Description": "Image for visualization", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Previews an image" + } + ], + "Connectors": [ + { + "Start": "4cb119c0fc804e47bd4bcd5fff82cf7c", + "End": "ac3d97121b3a4e7e81b84beb515453b6", + "Id": "df3062a3444e41b8b7f34c7a286e4cce", + "IsHidden": "False" + }, + { + "Start": "e6871041961542a7b371fe5c91060ef7", + "End": "eb524fc133cb468b907620050f72b8bf", + "Id": "78544d0ab304493f81cbb3753ea34fec", + "IsHidden": "False" + }, + { + "Start": "f106b67f8d5f4cab91d132b92814efbd", + "End": "f4d5f5b983b340f8973b41f72174f9e7", + "Id": "d95208d4410d4cb9825e4f2d39309326", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.0", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "7.1", + "Data": {} + } + ], + "Author": "Autodesk", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.0.3.7597", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -17.0, + "EyeY": 24.0, + "EyeZ": 50.0, + "LookX": 12.0, + "LookY": -13.0, + "LookZ": -58.0, + "UpX": 0.0, + "UpY": 1.0, + "UpZ": 0.0 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "d2ca2769c87f4b4396940a74ff1111d2", + "Name": "File Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 238.5, + "Y": 282.0 + }, + { + "Id": "59d22a7921854195813ce16dac4fde76", + "Name": "File From Path", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 811.0, + "Y": 282.0 + }, + { + "Id": "19ee29aa65234cd0b7dc15d77fb4eb15", + "Name": "Image.ReadFromFile", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1092.7547786720322, + "Y": 282.0 + }, + { + "Id": "3fe34643619745249cb1e4a286e36944", + "Name": "Watch Image", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1433.866448692153, + "Y": 282.0 + } + ], + "Annotations": [ + { + "Id": "f8caed9cca86404397d6c13d7f9a2292", + "Title": "Browse to Image file to import", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 229.5, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d2ca2769c87f4b4396940a74ff1111d2" + }, + { + "Id": "a69836269d524c90a34e16b7efd8f803", + "Title": "Load the Image file from disk into Dynamo's memory", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 772.0, + "Top": 217.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "59d22a7921854195813ce16dac4fde76" + }, + { + "Id": "37460f13b9794e029d2aec8655b5aaa9", + "Title": "Read Image from File in Dynamo's memory space in the Bitmap format", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1056.2547786720322, + "Top": 169.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "19ee29aa65234cd0b7dc15d77fb4eb15" + }, + { + "Id": "92781c108d794300982eb5b214c43333", + "Title": "Watch the Image to visually check", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 1417.866448692153, + "Top": 232.0, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3fe34643619745249cb1e4a286e36944" + } + ], + "X": -301.7268648176259, + "Y": 70.82444097119173, + "Zoom": 1.4454329621683044 + } +} \ No newline at end of file