diff --git a/.version b/.version index 2d2ff05e5..6e073e762 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.6.35 \ No newline at end of file +0.6.49 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d7b8f40..fc16ccac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,45 @@ +## 0.6.49 +* Update D4R version to align with Dynamo Core + +## 0.6.48 +* Update Dynamo Core to 3.5.2.8914 + +## 0.6.47 +* Add one more test dll file removed from Dynamo Core 3.5 + +## 0.6.46 +* Add removed test dll files from Dynamo Core 3.5 + +## 0.6.45 +* Update Dynamo Core to 3.5.0.8297 + +## 0.6.44 +* Republish content to localize templates' filenames + +## 0.6.43 +* Change Host version to 2026 instead of 26 for package compatibility + +## 0.6.42 +* Republish content to localize templates' filenames + +## 0.6.41 +* Update content with translated node help + +## 0.6.40 +* Add node help documentation for 60 nodes + +## 0.6.39 +* Add host product info for analytics + +## 0.6.38 +* Set output path from the old user_local.props + +## 0.6.37 +* Fix output path + +## 0.6.36 +* RC for Revit2026 + ## 0.6.35 * Load ASM from shared components path diff --git a/README.md b/README.md index b89aa5cb4..ff2b1ae14 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ git clone https://github.com/DynamoDS/DynamoRevit.git - Get the branch for the version of Revit you want to use. For the latest release of Revit or a preview release, master may be fine. Otherwise, run `git checkout Revit2019` or similar. - Make sure you have the following installed on your computer: - For Revit 2024 and older: [.Net Framework 4.8 SDK](https://dotnet.microsoft.com/download) - - For Revit 2025 (currently Preview Release) and newer: [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) for Windows x64 + - For Revit 2025 and newer: [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) for Windows x64 - Run `restorepackages.bat` from a command prompt with administrative privileges (Located in your _Github\DynamoRevit\src folder_) Note: `restorepackages.bat` employs the use of a legacy tool `aget.exe`, which requires VC++ 2010 redistributable installed, before you can run it. When missing you will get an `msvcr100.dll not found` error. - Copy `RevitAPI.dll`&`RevitAPIUI.dll` to the folder `DynamoRevit\lib\Revit Preview Release\net48`, these 2 dlls are in the folder same with `Revit.exe` installed on your computer (if you want to build other branch of DynamoRevit, but corresponding version of Revit is not installed locally, you can get these dlls from https://www.nuget.org/ ) - Set the `RevitVersionNumber` environment variable to the Revit version you're building against (e.g. `2020`) either in the system environment or in the [user_locals.props](https://github.com/DynamoDS/DynamoRevit/blob/Revit2017/src/Config/user_local.props) file in your build folder. - Open `DynamoRevit.All.sln` in Visual Studio, and select a build configuration (Debug | Release) - - For Revit 2025 (currently Preview Release) and newer you need Visual Studio 2022 (17.8.0 or newer) + - For Revit 2025 and newer you need Visual Studio 2022 (17.8.0 or newer) ### 2. Get or Build Dynamo Core diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatternTargets.dyn b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatternTargets.dyn new file mode 100644 index 000000000..d4cbbcaf3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatternTargets.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "DSRevitNodesUI.FillPatternTargets", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "52d8e99efd804cc2b610193be61b768f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7885fb92e0a340eea6c5e03d0ed72198", + "Name": "name", + "Description": "Name of the Fill Pattern.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fd65807e4ba04f20b7411f714635be7d", + "Name": "fillPatternTarget", + "Description": "Target Fill pattern. Fill Patterns can be either \"Drafting\" or \"Modeling\". Default is \"Drafting\".\n\nstring\nDefault value : \"Drafting\"", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1c5cbc7cdf3548429d640d41603e2547", + "Name": "FillPattern", + "Description": "Filled Pattern Element.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.FillPatternElement.GetByName@string,string", + "Replication": "Auto", + "Description": "Fill Pattern Element by Name and Target Type.\n\nFillPatternElement.GetByName (name: string, fillPatternTarget: string = \"Drafting\"): FillPatternElement" + }, + { + "ConcreteType": "DSRevitNodesUI.FillPatternTargets, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "Drafting", + "Id": "f9451c16b08d46d9b5ff4f4cdd7a7f5b", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "9ff495b0572c4e7787da944b9146f9c0", + "Name": "FillPatternTarget", + "Description": "The selected FillPatternTarget", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "The type of the fill pattern." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "d8a5e7dcb49c4252a0f6d1ac18a23728", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "45ce40c3b0124e0eb08ead041ca27beb", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + } + ], + "Connectors": [ + { + "Start": "9ff495b0572c4e7787da944b9146f9c0", + "End": "fd65807e4ba04f20b7411f714635be7d", + "Id": "73edc40acef24c2ca47b6905c748f729", + "IsHidden": "False" + }, + { + "Start": "45ce40c3b0124e0eb08ead041ca27beb", + "End": "7885fb92e0a340eea6c5e03d0ed72198", + "Id": "104e81bd3f564cdd9d940eb4b010b548", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "52d8e99efd804cc2b610193be61b768f", + "Name": "FillPatternElement.GetByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1066.4, + "Y": 356.79999999999995 + }, + { + "Id": "f9451c16b08d46d9b5ff4f4cdd7a7f5b", + "Name": "Fill Pattern Targets", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 643.1999999999998, + "Y": 448.0 + }, + { + "Id": "d8a5e7dcb49c4252a0f6d1ac18a23728", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 773.5999999999999, + "Y": 308.8 + } + ], + "Annotations": [], + "X": 0.0, + "Y": 0.0, + "Zoom": 1.0 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatternTargets_img.jpg b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatternTargets_img.jpg new file mode 100644 index 000000000..ad4765da0 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatternTargets_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatterns.dyn b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatterns.dyn new file mode 100644 index 000000000..31fc24089 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatterns.dyn @@ -0,0 +1,101 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "DSRevitNodesUI.FillPatterns", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.FillPatterns, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "", + "Id": "b24578f11ae1402aad5777ad01c531af", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "45ad6c064c4845b0a9b2e4489bbad2c8", + "Name": "FillPattern", + "Description": "The selected FillPattern", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All available fill patterns." + } + ], + "Connectors": [], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "b24578f11ae1402aad5777ad01c531af", + "Name": "Fill Patterns", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1066.4, + "Y": 172.0 + } + ], + "Annotations": [], + "X": -2805.5717985452497, + "Y": -203.94980681344987, + "Zoom": 3.1422407832240093 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatterns_img.jpg b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatterns_img.jpg new file mode 100644 index 000000000..3b443a03d Binary files /dev/null and b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.FillPatterns_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.HorizontalAlignment.dyn b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.HorizontalAlignment.dyn new file mode 100644 index 000000000..25cd4697a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.HorizontalAlignment.dyn @@ -0,0 +1,392 @@ +{ + "Uuid": "75d6fda1-d7b8-4808-a6dd-3966745dc8d8", + "IsCustomNode": false, + "Description": "", + "Name": "DSRevitNodesUI.HorizontalAlignment", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "2e4ede2acb9842f2b4ac6c706636e67a", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "0f715bc538db47cd877e38d006b422e4", + "Name": "TextNoteType", + "Description": "TextNoteType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.TextNoteType.Default", + "Replication": "Auto", + "Description": "Return a default TextNoteType\n\nTextNoteType.Default ( ): TextNoteType" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ebd6ce26616e4c6aa41f09430c31b333", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "a7b6af73bf234e569d9643921393cb4d", + "Name": "view", + "Description": "View to place text element on\n\nView", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "a2b511cd15fa4ca69145064e1d6b94e0", + "Name": "location", + "Description": "Location in view\n\nPoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "9529b117e0c84db59ea457f3bc576890", + "Name": "text", + "Description": "Text\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "24414e35518546ab9098bcce5f91a8d8", + "Name": "alignment", + "Description": "Text alignment\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f7ab7ece26264bc385059b00fa04fc29", + "Name": "type", + "Description": "Revit TextNote Type\n\nTextNoteType\nDefault value : Revit.Elements.TextNoteType.Default()", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "207ec19ed22d482aa10f99363b79140d", + "Name": "keepRotatedTextReadable", + "Description": "Keep text horizontal\n\nbool\nDefault value : true", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "3f4dfe6f1e6547c5a32f96be240a6d9d", + "Name": "rotation", + "Description": "Rotation in degrees\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "58712afa7a454a84b9e1d1e7462f50c3", + "Name": "TextNote", + "Description": "TextNote", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.TextNote.ByLocation@Revit.Elements.Views.View,Autodesk.DesignScript.Geometry.Point,string,string,Revit.Elements.TextNoteType,bool,double", + "Replication": "Auto", + "Description": "Construct a new Revit TextNote by Location\n\nTextNote.ByLocation (view: View, location: Point, text: string, alignment: string, type: TextNoteType = Revit.Elements.TextNoteType.Default(), keepRotatedTextReadable: bool = true, rotation: double = 0): TextNote" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "24b16276deb44623ba5e1b429eb1a0c4", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "10cc49d4fcbd4340a89b56fe91ae5577", + "Name": "name", + "Description": "Name of the view\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "97524953d4fd4331b6ab4f50702d37a7", + "Name": "DraftingView", + "Description": "The view", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.DraftingView.ByName@string", + "Replication": "Auto", + "Description": "Create a Revit DraftingView given it's name\n\nDraftingView.ByName (name: string): DraftingView" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "083e9ef27cc54d14a8da2da8bd21321a", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "cbbcf6035e84480c8930f605212d9370", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Sample Detail View" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "e8ca297dd5414837ab563e3c64f28265", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "88c2f0d9e3374972bb06d1a29965cae0", + "Name": "Point", + "Description": "Origin point", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Origin", + "Replication": "Auto", + "Description": "Get the Origin point (0,0,0)\n\nPoint.Origin ( ): Point" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "1c534d28f1724f588aa105e89bf97bcb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "63e969b0f9304ad290c52882bc7049d7", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "A new text note in the new view" + }, + { + "ConcreteType": "DSRevitNodesUI.HorizontalAlignment, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "Center", + "Id": "5ffbca0b846b4d158679a2fe827e6381", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "a9448ae844f146f9b9edcf60726e89fe", + "Name": "Horizontal Alignment", + "Description": "The selected Horizontal Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the horizontal text alignment style." + } + ], + "Connectors": [ + { + "Start": "0f715bc538db47cd877e38d006b422e4", + "End": "f7ab7ece26264bc385059b00fa04fc29", + "Id": "f6c5328d517e40699060239a609d832c", + "IsHidden": "False" + }, + { + "Start": "97524953d4fd4331b6ab4f50702d37a7", + "End": "a7b6af73bf234e569d9643921393cb4d", + "Id": "a263934c48614e67a0376d4a546c3901", + "IsHidden": "False" + }, + { + "Start": "cbbcf6035e84480c8930f605212d9370", + "End": "10cc49d4fcbd4340a89b56fe91ae5577", + "Id": "66af48ef406d4c64b12f2e329bbe3648", + "IsHidden": "False" + }, + { + "Start": "88c2f0d9e3374972bb06d1a29965cae0", + "End": "a2b511cd15fa4ca69145064e1d6b94e0", + "Id": "e8e803eeb6c24d30b76254ee9f811068", + "IsHidden": "False" + }, + { + "Start": "63e969b0f9304ad290c52882bc7049d7", + "End": "9529b117e0c84db59ea457f3bc576890", + "Id": "bd9fd16a303d41cea3f3ae1e0eb01821", + "IsHidden": "False" + }, + { + "Start": "a9448ae844f146f9b9edcf60726e89fe", + "End": "24414e35518546ab9098bcce5f91a8d8", + "Id": "306ff0da4cbd419ea5a9feab746d9577", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.2", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.1", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "2e4ede2acb9842f2b4ac6c706636e67a", + "Name": "TextNoteType.Default", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 107.29852886080627, + "Y": 478.1309129034306 + }, + { + "Id": "ebd6ce26616e4c6aa41f09430c31b333", + "Name": "TextNote.ByLocation", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 574.6502482775451, + "Y": 82.532170500777 + }, + { + "Id": "24b16276deb44623ba5e1b429eb1a0c4", + "Name": "DraftingView.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 104.89852886080627, + "Y": -151.85716926061627 + }, + { + "Id": "083e9ef27cc54d14a8da2da8bd21321a", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": -203.90147113919375, + "Y": -151.85716926061627 + }, + { + "Id": "e8ca297dd5414837ab563e3c64f28265", + "Name": "Point.Origin", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 180.09852886080628, + "Y": -2.8571692606163026 + }, + { + "Id": "1c534d28f1724f588aa105e89bf97bcb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 112.09852886080628, + "Y": 151.14283073938373 + }, + { + "Id": "5ffbca0b846b4d158679a2fe827e6381", + "Name": "Select Horizontal Text Alignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 22.49852886080629, + "Y": 311.92664134346137 + } + ], + "Annotations": [], + "X": 615.957434476636, + "Y": 171.04865350799827, + "Zoom": 1.0733333710929127 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.HorizontalAlignment_img.jpg b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.HorizontalAlignment_img.jpg new file mode 100644 index 000000000..f696a07bf Binary files /dev/null and b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.HorizontalAlignment_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.LinePatterns.dyn b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.LinePatterns.dyn new file mode 100644 index 000000000..32fbc4c10 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.LinePatterns.dyn @@ -0,0 +1,101 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "DSRevitNodesUI.LinePatterns", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.LinePatterns, DSRevitNodesUI", + "SelectedIndex": 2, + "SelectedString": "Center", + "Id": "417f5453be16411388b831ac65d52428", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "e9d9a99750cf4cfcb85f81b50dbd5678", + "Name": "LinePattern", + "Description": "The selected LinePattern", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All available line patterns." + } + ], + "Connectors": [], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "417f5453be16411388b831ac65d52428", + "Name": "Line Patterns", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1259.4274596712899, + "Y": 110.9714501306185 + } + ], + "Annotations": [], + "X": -2546.352389150291, + "Y": -49.84502627671458, + "Zoom": 2.5657064560634644 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.LinePatterns_img.jpg b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.LinePatterns_img.jpg new file mode 100644 index 000000000..6e47b7d0e Binary files /dev/null and b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.LinePatterns_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.VerticalAlignment.dyn b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.VerticalAlignment.dyn new file mode 100644 index 000000000..f4600d5c9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.VerticalAlignment.dyn @@ -0,0 +1,405 @@ +{ + "Uuid": "75d6fda1-d7b8-4808-a6dd-3966745dc8d8", + "IsCustomNode": false, + "Description": "", + "Name": "DSRevitNodesUI.VerticalAlignment", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "2e4ede2acb9842f2b4ac6c706636e67a", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "0f715bc538db47cd877e38d006b422e4", + "Name": "TextNoteType", + "Description": "TextNoteType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.TextNoteType.Default", + "Replication": "Auto", + "Description": "Return a default TextNoteType\n\nTextNoteType.Default ( ): TextNoteType" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ebd6ce26616e4c6aa41f09430c31b333", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "a7b6af73bf234e569d9643921393cb4d", + "Name": "view", + "Description": "View to place text element on\n\nView", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "a2b511cd15fa4ca69145064e1d6b94e0", + "Name": "location", + "Description": "Location in view\n\nPoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "9529b117e0c84db59ea457f3bc576890", + "Name": "text", + "Description": "Text\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "24414e35518546ab9098bcce5f91a8d8", + "Name": "alignment", + "Description": "Text alignment\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f7ab7ece26264bc385059b00fa04fc29", + "Name": "type", + "Description": "Revit TextNote Type\n\nTextNoteType\nDefault value : Revit.Elements.TextNoteType.Default()", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "207ec19ed22d482aa10f99363b79140d", + "Name": "keepRotatedTextReadable", + "Description": "Keep text horizontal\n\nbool\nDefault value : true", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "3f4dfe6f1e6547c5a32f96be240a6d9d", + "Name": "rotation", + "Description": "Rotation in degrees\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "58712afa7a454a84b9e1d1e7462f50c3", + "Name": "TextNote", + "Description": "TextNote", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.TextNote.ByLocation@Revit.Elements.Views.View,Autodesk.DesignScript.Geometry.Point,string,string,Revit.Elements.TextNoteType,bool,double", + "Replication": "Auto", + "Description": "Construct a new Revit TextNote by Location\n\nTextNote.ByLocation (view: View, location: Point, text: string, alignment: string, type: TextNoteType = Revit.Elements.TextNoteType.Default(), keepRotatedTextReadable: bool = true, rotation: double = 0): TextNote" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "24b16276deb44623ba5e1b429eb1a0c4", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "10cc49d4fcbd4340a89b56fe91ae5577", + "Name": "name", + "Description": "Name of the view\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "97524953d4fd4331b6ab4f50702d37a7", + "Name": "DraftingView", + "Description": "The view", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.DraftingView.ByName@string", + "Replication": "Auto", + "Description": "Create a Revit DraftingView given it's name\n\nDraftingView.ByName (name: string): DraftingView" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "083e9ef27cc54d14a8da2da8bd21321a", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "cbbcf6035e84480c8930f605212d9370", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Sample Detail View" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "e8ca297dd5414837ab563e3c64f28265", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "88c2f0d9e3374972bb06d1a29965cae0", + "Name": "Point", + "Description": "Origin point", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Origin", + "Replication": "Auto", + "Description": "Get the Origin point (0,0,0)\n\nPoint.Origin ( ): Point" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "1c534d28f1724f588aa105e89bf97bcb", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "63e969b0f9304ad290c52882bc7049d7", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "A new text note in the new view" + }, + { + "ConcreteType": "DSRevitNodesUI.VerticalAlignment, DSRevitNodesUI", + "SelectedIndex": 1, + "SelectedString": "Middle", + "Id": "91276f979d08426a98abba567900750f", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "9895173a98b149f0b472925ed76597d5", + "Name": "Vertical Alignment", + "Description": "The selected Vertical Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the vertical text alignment style." + } + ], + "Connectors": [ + { + "Start": "0f715bc538db47cd877e38d006b422e4", + "End": "f7ab7ece26264bc385059b00fa04fc29", + "Id": "f6c5328d517e40699060239a609d832c", + "IsHidden": "False" + }, + { + "Start": "97524953d4fd4331b6ab4f50702d37a7", + "End": "a7b6af73bf234e569d9643921393cb4d", + "Id": "a263934c48614e67a0376d4a546c3901", + "IsHidden": "False" + }, + { + "Start": "cbbcf6035e84480c8930f605212d9370", + "End": "10cc49d4fcbd4340a89b56fe91ae5577", + "Id": "66af48ef406d4c64b12f2e329bbe3648", + "IsHidden": "False" + }, + { + "Start": "88c2f0d9e3374972bb06d1a29965cae0", + "End": "a2b511cd15fa4ca69145064e1d6b94e0", + "Id": "e8e803eeb6c24d30b76254ee9f811068", + "IsHidden": "False" + }, + { + "Start": "63e969b0f9304ad290c52882bc7049d7", + "End": "9529b117e0c84db59ea457f3bc576890", + "Id": "bd9fd16a303d41cea3f3ae1e0eb01821", + "IsHidden": "False" + }, + { + "Start": "9895173a98b149f0b472925ed76597d5", + "End": "24414e35518546ab9098bcce5f91a8d8", + "Id": "df9c0e70e1464894aa8835c94af8dda8", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.2", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.1", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "ebd6ce26-616e-4c6a-a41f-09430c31b333", + "Binding": { + "ByLocation_InClassDecl-1_InFunctionScope-1_Instance0_ebd6ce26-616e-4c6a-a41f-09430c31b333": "H4sIAAAAAAAACh3LoQ6AIBAG4Hf5s7edgIhmC9noGU4QZzE4mvPd3fz6tzzIWhUjHsFc7/M64iQYBV3KaVc7kKYSyBVmCtl6Ut6155w25woxm9APrRc0gnjV/xrfGWfDi3f9ADTfCtBfAAAA" + } + }, + { + "NodeId": "24b16276-deb4-4623-ba5e-1b429eb1a0c4", + "Binding": { + "ByName_InClassDecl-1_InFunctionScope-1_Instance0_24b16276-deb4-4623-ba5e-1b429eb1a0c4": "H4sIAAAAAAAACh3LoQ6AIBAG4Hf5s7edgIBmi9noGU4QZzE4mvPd3fz6tzzIWhUDHsFc7/M6plEwCLqU0662J00lkivMFLP1pLxr4Jw25woxmxh6LoJGMF31v8Z3xtn2xbt+Rac92V8AAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "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": "2e4ede2acb9842f2b4ac6c706636e67a", + "Name": "TextNoteType.Default", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 107.29852886080627, + "Y": 478.1309129034306 + }, + { + "Id": "ebd6ce26616e4c6aa41f09430c31b333", + "Name": "TextNote.ByLocation", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 574.6502482775451, + "Y": 82.532170500777 + }, + { + "Id": "24b16276deb44623ba5e1b429eb1a0c4", + "Name": "DraftingView.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 104.89852886080627, + "Y": -151.85716926061627 + }, + { + "Id": "083e9ef27cc54d14a8da2da8bd21321a", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": -203.90147113919375, + "Y": -151.85716926061627 + }, + { + "Id": "e8ca297dd5414837ab563e3c64f28265", + "Name": "Point.Origin", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 180.09852886080628, + "Y": -2.8571692606163026 + }, + { + "Id": "1c534d28f1724f588aa105e89bf97bcb", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 112.09852886080628, + "Y": 151.14283073938373 + }, + { + "Id": "91276f979d08426a98abba567900750f", + "Name": "Select Vertical Text Alignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 44.098528860806255, + "Y": 312.4391317028865 + } + ], + "Annotations": [], + "X": 615.957434476636, + "Y": 171.04865350799827, + "Zoom": 1.0733333710929127 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/DSRevitNodesUI.VerticalAlignment_img.jpg b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.VerticalAlignment_img.jpg new file mode 100644 index 000000000..f4d234dd0 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/DSRevitNodesUI.VerticalAlignment_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Application.Document.IsCloudPath.dyn b/doc/distrib/NodeHelpFiles/Revit.Application.Document.IsCloudPath.dyn new file mode 100644 index 000000000..b312b6984 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Application.Document.IsCloudPath.dyn @@ -0,0 +1,239 @@ +{ + "Uuid": "4baeea40-0517-4b06-9476-2f30d517d1fe", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Application.Document.IsCloudPath", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a0c26d599fbd43b9bd18248bf72b18f9", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d67ae815a5584bd190f199bf8d8b615f", + "Name": "document", + "Description": "Revit.Application.Document", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ce506fe05d7045fb8fd4acaaafa1c6a0", + "Name": "linkInstances[]", + "Description": "List of link instances in the document", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Application.Document.GetLinkInstances", + "Replication": "Auto", + "Description": "Retrieves all link instances in the current Revit document\n\nDocument.GetLinkInstances ( ): LinkInstance[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "5da17e59b656453c9462bf78fa1e3149", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eef9e1e808604538af1200c4787716a8", + "Name": "linkInstance", + "Description": "Revit link instance\n\nLinkInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "553694a2a9bd4331915295219278d411", + "Name": "linkDocument", + "Description": "Document of link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.Document@Revit.Elements.LinkInstance", + "Replication": "Auto", + "Description": "Queries the link instance’s document\n\nLinkInstance.Document (linkInstance: LinkInstance): Document" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7401af6685d24e6badf8f1ed68bdde93", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "426e778f326c4643b4f794d05154c7d6", + "Name": "Document", + "Description": "Document", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Application.Document.Current", + "Replication": "Auto", + "Description": "Get the current document\n\nDocument.Current: Document" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "44954aefb2ad48d39d7c084d604a32a6", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "499f02735ea44b89acbf095c6e22072c", + "Name": "document", + "Description": "Revit.Application.Document", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "620dac6b139d41aca67de08a99d9877e", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Application.Document.IsCloudPath", + "Replication": "Auto", + "Description": "Whether the Worksharing path represents a path on an Autodesk server such as BIM360.\n\nDocument.IsCloudPath: bool" + } + ], + "Connectors": [ + { + "Start": "ce506fe05d7045fb8fd4acaaafa1c6a0", + "End": "eef9e1e808604538af1200c4787716a8", + "Id": "0fc3c2932edb491ba5fa52b426fa1e4f", + "IsHidden": "False" + }, + { + "Start": "553694a2a9bd4331915295219278d411", + "End": "499f02735ea44b89acbf095c6e22072c", + "Id": "0418696fffa94c17ad1a9065556cfa07", + "IsHidden": "False" + }, + { + "Start": "426e778f326c4643b4f794d05154c7d6", + "End": "d67ae815a5584bd190f199bf8d8b615f", + "Id": "3989ef946a01420aba252287055285c5", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "a0c26d599fbd43b9bd18248bf72b18f9", + "Name": "Document.GetLinkInstances", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 310.4, + "Y": 333.6 + }, + { + "Id": "5da17e59b656453c9462bf78fa1e3149", + "Name": "LinkInstance.Document", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 675.1999999999999, + "Y": 333.6 + }, + { + "Id": "7401af6685d24e6badf8f1ed68bdde93", + "Name": "Document.Current", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 43.200000000000045, + "Y": 333.6 + }, + { + "Id": "44954aefb2ad48d39d7c084d604a32a6", + "Name": "Document.IsCloudPath", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1041.031903099201, + "Y": 333.6 + } + ], + "Annotations": [], + "X": -25.35349430714723, + "Y": -30.176974311545507, + "Zoom": 0.7843693280448272 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Application.Document.IsCloudPath_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Application.Document.IsCloudPath_img.jpg new file mode 100644 index 000000000..aa4ba0951 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Application.Document.IsCloudPath_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Application.Document.WorksharingPath.dyn b/doc/distrib/NodeHelpFiles/Revit.Application.Document.WorksharingPath.dyn new file mode 100644 index 000000000..4ca2f6a01 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Application.Document.WorksharingPath.dyn @@ -0,0 +1,239 @@ +{ + "Uuid": "4baeea40-0517-4b06-9476-2f30d517d1fe", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Application.Document.WorksharingPath", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a0c26d599fbd43b9bd18248bf72b18f9", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d67ae815a5584bd190f199bf8d8b615f", + "Name": "document", + "Description": "Revit.Application.Document", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ce506fe05d7045fb8fd4acaaafa1c6a0", + "Name": "linkInstances[]", + "Description": "List of link instances in the document", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Application.Document.GetLinkInstances", + "Replication": "Auto", + "Description": "Retrieves all link instances in the current Revit document\n\nDocument.GetLinkInstances ( ): LinkInstance[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "5da17e59b656453c9462bf78fa1e3149", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eef9e1e808604538af1200c4787716a8", + "Name": "linkInstance", + "Description": "Revit link instance\n\nLinkInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "553694a2a9bd4331915295219278d411", + "Name": "linkDocument", + "Description": "Document of link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.Document@Revit.Elements.LinkInstance", + "Replication": "Auto", + "Description": "Queries the link instance’s document\n\nLinkInstance.Document (linkInstance: LinkInstance): Document" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7401af6685d24e6badf8f1ed68bdde93", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "426e778f326c4643b4f794d05154c7d6", + "Name": "Document", + "Description": "Document", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Application.Document.Current", + "Replication": "Auto", + "Description": "Get the current document\n\nDocument.Current: Document" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "36a83bff18934e4fa7a573245f869918", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "1d17648aaeae4014a7b2c8c889c875fd", + "Name": "document", + "Description": "Revit.Application.Document", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e4502417e3bf4affa3379f78913fddbe", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Application.Document.WorksharingPath", + "Replication": "Auto", + "Description": "Gets the worksharing path of the current document\n\nDocument.WorksharingPath: string" + } + ], + "Connectors": [ + { + "Start": "ce506fe05d7045fb8fd4acaaafa1c6a0", + "End": "eef9e1e808604538af1200c4787716a8", + "Id": "0fc3c2932edb491ba5fa52b426fa1e4f", + "IsHidden": "False" + }, + { + "Start": "553694a2a9bd4331915295219278d411", + "End": "1d17648aaeae4014a7b2c8c889c875fd", + "Id": "55632637c6e740b29e7e98b9363f7606", + "IsHidden": "False" + }, + { + "Start": "426e778f326c4643b4f794d05154c7d6", + "End": "d67ae815a5584bd190f199bf8d8b615f", + "Id": "3989ef946a01420aba252287055285c5", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "a0c26d599fbd43b9bd18248bf72b18f9", + "Name": "Document.GetLinkInstances", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 310.4, + "Y": 333.6 + }, + { + "Id": "5da17e59b656453c9462bf78fa1e3149", + "Name": "LinkInstance.Document", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 675.1999999999999, + "Y": 333.6 + }, + { + "Id": "7401af6685d24e6badf8f1ed68bdde93", + "Name": "Document.Current", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 43.200000000000045, + "Y": 333.6 + }, + { + "Id": "36a83bff18934e4fa7a573245f869918", + "Name": "Document.WorksharingPath", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1041.031903099201, + "Y": 334.61992769400376 + } + ], + "Annotations": [], + "X": -30.95349430714714, + "Y": 15.423025688454459, + "Zoom": 0.7843693280448272 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Application.Document.WorksharingPath_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Application.Document.WorksharingPath_img.jpg new file mode 100644 index 000000000..48f6ecc76 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Application.Document.WorksharingPath_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.ByName.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.ByName.dyn new file mode 100644 index 000000000..0fe1642e2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.ByName.dyn @@ -0,0 +1,147 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.CeilingType.ByName", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "202c643ec7cc40049ad4a9d7fdd537f2", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3427d6cad39b4509867137a302550b0f", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Generic" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "6c4c19a9f76f4211b6bb0c75961008cd", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "53e536d6c8ac47ec86d2ec03946e6595", + "Name": "name", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1c5ec0022548485c8cb536edd4f096c7", + "Name": "CeilingType", + "Description": "CeilingType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.CeilingType.ByName@string", + "Replication": "Auto", + "Description": "Select a CeilingType from the document given\n\nCeilingType.ByName (name: string): CeilingType" + } + ], + "Connectors": [ + { + "Start": "3427d6cad39b4509867137a302550b0f", + "End": "53e536d6c8ac47ec86d2ec03946e6595", + "Id": "8cc3b9c1a79a4fc8ada253d24e6403b6", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "202c643ec7cc40049ad4a9d7fdd537f2", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 330.8000000000002, + "Y": 200.79999999999995 + }, + { + "Id": "6c4c19a9f76f4211b6bb0c75961008cd", + "Name": "CeilingType.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 583.6000000000001, + "Y": 200.79999999999995 + } + ], + "Annotations": [], + "X": -79.93042789017284, + "Y": -33.968912082370366, + "Zoom": 1.545620359375 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.ByName_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.ByName_img.jpg new file mode 100644 index 000000000..4453a8d8c Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.ByName_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.GetThermalProperties.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.GetThermalProperties.dyn new file mode 100644 index 000000000..d32801681 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.GetThermalProperties.dyn @@ -0,0 +1,229 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.CeilingType.GetThermalProperties", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "202c643ec7cc40049ad4a9d7fdd537f2", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3427d6cad39b4509867137a302550b0f", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Generic" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "6c4c19a9f76f4211b6bb0c75961008cd", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "53e536d6c8ac47ec86d2ec03946e6595", + "Name": "name", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1c5ec0022548485c8cb536edd4f096c7", + "Name": "CeilingType", + "Description": "CeilingType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.CeilingType.ByName@string", + "Replication": "Auto", + "Description": "Select a CeilingType from the document given\n\nCeilingType.ByName (name: string): CeilingType" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "b42126239b5042a0a1767d55680f5dbf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "b8f4fa9f00fd43f6897894957f10b02e", + "Name": "ceilingType", + "Description": "Revit.Elements.CeilingType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "532d0b6aa0e14ba38e05f095242c2302", + "Name": "Absorptance", + "Description": "Value of absorptance.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "b9627e4f4c6f42028353aba5dce77495", + "Name": "HeatTransferCoefficient", + "Description": "The heat transfer coefficient value (U-Value).", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "19b8883fbcf3433ba2e9287fd7735710", + "Name": "Roughness", + "Description": "Value of roughness.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c1338ddf9a1b47ddb8dd7171a94fb96b", + "Name": "ThermalMass", + "Description": "The calculated thermal mass value.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "479fd70d196448edbf0b6b1ceed74ac6", + "Name": "ThermalResistance", + "Description": "The calculated thermal resistance value (R-Value).", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.CeilingType.GetThermalProperties", + "Replication": "Auto", + "Description": "The calculated and settable thermal properties of the CeilingType\n\nCeilingType.GetThermalProperties ( ): var[]..[]" + } + ], + "Connectors": [ + { + "Start": "3427d6cad39b4509867137a302550b0f", + "End": "53e536d6c8ac47ec86d2ec03946e6595", + "Id": "8cc3b9c1a79a4fc8ada253d24e6403b6", + "IsHidden": "False" + }, + { + "Start": "1c5ec0022548485c8cb536edd4f096c7", + "End": "b8f4fa9f00fd43f6897894957f10b02e", + "Id": "934c2d89df8d4ad0b74cd37135c70650", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "202c643ec7cc40049ad4a9d7fdd537f2", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 330.8000000000002, + "Y": 199.45900184588808 + }, + { + "Id": "6c4c19a9f76f4211b6bb0c75961008cd", + "Name": "CeilingType.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 583.6000000000001, + "Y": 199.45900184588808 + }, + { + "Id": "b42126239b5042a0a1767d55680f5dbf", + "Name": "CeilingType.GetThermalProperties", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 908.7932889868368, + "Y": 199.45900184588808 + } + ], + "Annotations": [], + "X": -11.296507009648508, + "Y": 31.223180181025015, + "Zoom": 1.1047642563030273 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.GetThermalProperties_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.GetThermalProperties_img.jpg new file mode 100644 index 000000000..0472b7ba8 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.GetThermalProperties_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.Name.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.Name.dyn new file mode 100644 index 000000000..b807b8e40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.Name.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.CeilingType.Name", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.ElementTypes, DSRevitNodesUI", + "SelectedIndex": 51, + "SelectedString": "CeilingType", + "Id": "b30215df9a8e4f06b0991def287d14d3", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "b7972e208d44456898ffb14e578130f5", + "Name": "Classes", + "Description": "The selected Classes", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All element subclasses." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfType, DSRevitNodesUI", + "Id": "0589f2b4003f4a2485b7cfb7e9da3bb0", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "5f79594d27ab4cfe8ccc7ab364c1a717", + "Name": "element class", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7ad55f717a354ed0aa771f60195494ea", + "Name": "elements", + "Description": "All elements in the active document of a given class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All elements in the active document of a given class." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "456ef2526d0a4cd08e47a025fa96bdbd", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "5b2c7f0e7b204fde9b3a5c6594664c2d", + "Name": "ceilingType", + "Description": "Revit.Elements.CeilingType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "3a96aebb4437404eb9857d8fc2aa1023", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.CeilingType.Name", + "Replication": "Auto", + "Description": "The name of the CeilingType\n\nCeilingType.Name: string" + } + ], + "Connectors": [ + { + "Start": "b7972e208d44456898ffb14e578130f5", + "End": "5f79594d27ab4cfe8ccc7ab364c1a717", + "Id": "fab0fc03090d4737863cdf98ec379dd6", + "IsHidden": "False" + }, + { + "Start": "7ad55f717a354ed0aa771f60195494ea", + "End": "5b2c7f0e7b204fde9b3a5c6594664c2d", + "Id": "3115011f1f544b508a9ac3908aefb538", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "b30215df9a8e4f06b0991def287d14d3", + "Name": "Element Classes", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 136.39999999999998, + "Y": 295.20000000000005 + }, + { + "Id": "0589f2b4003f4a2485b7cfb7e9da3bb0", + "Name": "All Elements of Class", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 462.79999999999995, + "Y": 295.20000000000005 + }, + { + "Id": "456ef2526d0a4cd08e47a025fa96bdbd", + "Name": "CeilingType.Name", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 789.5999999999999, + "Y": 295.20000000000005 + } + ], + "Annotations": [], + "X": -25.64799999999991, + "Y": -103.92999999999995, + "Zoom": 1.1575 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.Name_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.Name_img.jpg new file mode 100644 index 000000000..1869519b8 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.CeilingType.Name_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.BasePoint.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.BasePoint.dyn new file mode 100644 index 000000000..19da87951 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.BasePoint.dyn @@ -0,0 +1,100 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Coordinates.BasePoint", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a67d9da2d0b7483192b3834d83ffcf86", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3a55f2dd4dea44ceb385772403ba8e03", + "Name": "Point", + "Description": "Project Base Point", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Coordinates.BasePoint", + "Replication": "Auto", + "Description": "Get Project Base Point\n\nCoordinates.BasePoint ( ): Point" + } + ], + "Connectors": [], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "a67d9da2d0b7483192b3834d83ffcf86", + "Name": "Coordinates.BasePoint", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 542.1245856239306, + "Y": 637.9131754414758 + } + ], + "Annotations": [], + "X": -894.705858727282, + "Y": -1236.5597576669356, + "Zoom": 2.3837484973875345 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.BasePoint_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.BasePoint_img.jpg new file mode 100644 index 000000000..54673bae0 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.BasePoint_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.ProjectRotation.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.ProjectRotation.dyn new file mode 100644 index 000000000..170b49699 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.ProjectRotation.dyn @@ -0,0 +1,100 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Coordinates.ProjectRotation", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "8c2e43b417f649cea6e6d7e9adfa2f2c", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ffd531afea4b4eb4ba3780a19860b703", + "Name": "double", + "Description": "Rotation in degrees", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Coordinates.ProjectRotation", + "Replication": "Auto", + "Description": "Get Project Rotation\n\nCoordinates.ProjectRotation ( ): double" + } + ], + "Connectors": [], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "8c2e43b417f649cea6e6d7e9adfa2f2c", + "Name": "Coordinates.ProjectRotation", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 489.39767418859617, + "Y": 639.5650592135823 + } + ], + "Annotations": [], + "X": -635.3933498463039, + "Y": -1157.460383914232, + "Zoom": 2.2271951686827594 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.ProjectRotation_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.ProjectRotation_img.jpg new file mode 100644 index 000000000..58395db47 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.ProjectRotation_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.SurveyPoint.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.SurveyPoint.dyn new file mode 100644 index 000000000..b9d3657a4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.SurveyPoint.dyn @@ -0,0 +1,100 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Coordinates.SurveyPoint", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "dfa1e31df01c4ff09eb7adf6c4e9256d", + "NodeType": "FunctionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "ae1b5c5a26df4dc89f2c8fdf7e052ef6", + "Name": "Point", + "Description": "Survey Point", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Coordinates.SurveyPoint", + "Replication": "Auto", + "Description": "Get Survey Point\n\nCoordinates.SurveyPoint ( ): Point" + } + ], + "Connectors": [], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "dfa1e31df01c4ff09eb7adf6c4e9256d", + "Name": "Coordinates.SurveyPoint", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 539.7825568164786, + "Y": 615.0647852631145 + } + ], + "Annotations": [], + "X": -1320.8360910294834, + "Y": -1695.3531343551701, + "Zoom": 3.1602907323631446 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.SurveyPoint_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.SurveyPoint_img.jpg new file mode 100644 index 000000000..90631b40f Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Coordinates.SurveyPoint_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.DirectShape.ByGeometry.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.DirectShape.ByGeometry.dyn new file mode 100644 index 000000000..520eb47d7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.DirectShape.ByGeometry.dyn @@ -0,0 +1,624 @@ +{ + "Uuid": "8459deb8-1aa8-435e-9cd9-4588849eb5f1", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.DirectShape.ByGeometry", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "0b7c56fe216a4881842c6205426fc6e4", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "5e4a50e1f2ba4b028708894df28aaef4", + "Name": "surface", + "Description": "Input surface to be paneled\n\nSurface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "0857fa8851804bf691a5af011a554f71", + "Name": "numU", + "Description": "Number of patterns in the U direction\n\nint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "deda92bd56c645358f8963237d6cf432", + "Name": "numV", + "Description": "Number of patterns in the V direction\n\nint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "3275ddafa1ad450e9704b59aa076c590", + "Name": "boundaryCondition", + "Description": "Keep, Remove, or RemoveVertices\n\nPanelSurfaceBoundaryCondition\nDefault value : Autodesk.DesignScript.Geometry.PanelSurfaceBoundaryCondition.get_Keep()", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "d8b624c51e544f7cb2605569a6394dae", + "Name": "PanelSurface", + "Description": "PanelSurface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.PanelSurface.ByCrossSplitSquares@Autodesk.DesignScript.Geometry.Surface,int,int,Autodesk.DesignScript.Geometry.PanelSurfaceBoundaryCondition", + "Replication": "Auto", + "Description": "Panels the input surface in a square grid, with each square split into four triangles by its diagonals.\n\nPanelSurface.ByCrossSplitSquares (surface: Surface, numU: int, numV: int, boundaryCondition: PanelSurfaceBoundaryCondition = Autodesk.DesignScript.Geometry.PanelSurfaceBoundaryCondition.get_Keep()): PanelSurface" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "836d51e5-4c3c-4766-ad39-fae1ff0d5759-0016e6df:0:INSTANCE:55e68009-67e5-47f1-bde4-a1104ad548a8-00104c36:24:SURFACE" + ], + "Id": "d491c4419dcb4a12b0603736ae34cf65", + "Inputs": [], + "Outputs": [ + { + "Id": "a67e595b7449460b868a52760e9697a1", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "CoreNodeModels.Input.IntegerSlider, CoreNodeModels", + "NumberType": "Integer", + "MaximumValue": 20, + "MinimumValue": 4, + "StepValue": 1, + "Id": "47a66810b91442929aba058561a69258", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4a471263de0744eeb844ebdb3687ec66", + "Name": "", + "Description": "Int64", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces integer values", + "InputValue": 8 + }, + { + "ConcreteType": "CoreNodeModels.Input.IntegerSlider, CoreNodeModels", + "NumberType": "Integer", + "MaximumValue": 20, + "MinimumValue": 4, + "StepValue": 1, + "Id": "3294bd1204fd4f5f8b353d42d06c6843", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f4837d2638eb4d5abf74a3b962f4ab8f", + "Name": "", + "Description": "Int64", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces integer values", + "InputValue": 4 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "cdc80dbc2487454b8e936eb15918032a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d5bc7f84ee734adaa3a5b6d0ec083ae0", + "Name": "panelSurface", + "Description": "Autodesk.DesignScript.Geometry.PanelSurface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "8064068513e14c32ba4be7c5c2ffc0fc", + "Name": "panelIndices", + "Description": "Panel indices used to construct Polygons. The default value of null indicates all panels in the surface.\n\nint[]\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "dac2b13bf4e7482d8e448d9114199d19", + "Name": "Polygon[]..[]", + "Description": "Polygon[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.PanelSurface.GetPanelPolygon@int[]", + "Replication": "Auto", + "Description": "Returns the polygonal boundary for each panel in the list of panel indices.\n\nPanelSurface.GetPanelPolygon (panelIndices: int[] = null): Polygon[]..[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "d6f0ea3605f94333a7c728902ca69f45", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "f46bee030f9c414a96c3b61840cc8ae1", + "Name": "closedCurve", + "Description": "Closed curve used as surface boundary\n\nCurve", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "a77af2778a424b4ea4c92d048c156e93", + "Name": "Surface", + "Description": "Surface created by patch", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.ByPatch@Autodesk.DesignScript.Geometry.Curve", + "Replication": "Auto", + "Description": "Create a Surface by filling in the interior of a closed boundary defined by input Curves.\n\nSurface.ByPatch (closedCurve: Curve): Surface" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "0bed0b4d8d0f464895b3be483e0fe10c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7063f97481af46b3a90b703404b9f8c4", + "Name": "surfaces", + "Description": "Surfaces to join into polysurface\n\nSurface[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f5e689b7e4dd49d7b0a77af7871bbd74", + "Name": "PolySurface", + "Description": "PolySurface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.PolySurface.ByJoinedSurfaces@Autodesk.DesignScript.Geometry.Surface[]", + "Replication": "Auto", + "Description": "Make Polysurface by joining surfaces.\n\nPolySurface.ByJoinedSurfaces (surfaces: Surface[]): PolySurface" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "29ec4188898c4f79aeb8090c64ff0f42", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d508bc07c14444f1a8acfc80847947d6", + "Name": "geometry", + "Description": "A Solid or Surface that will be tessellated and placed in the Revit model as a DirectShape\n\nGeometry", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "4c95293c3fe44836bd0129df9df17560", + "Name": "category", + "Description": "Must be a top level Built-in Category\n\nCategory", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "cfee65d8b5c6418ca2c98d353a9371b6", + "Name": "material", + "Description": "A Material to apply to the faces of the DirectShape\n\nMaterial\nDefault value : Revit.Elements.DirectShape.DynamoPreviewMaterial", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "d7854c7634804481918e018683f78004", + "Name": "name", + "Description": "A string name for the DirectShape\n\nstring\nDefault value : \"DirectShape\"", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "dc6151a778a54ebbac80f6ff12768497", + "Name": "DirectShape", + "Description": "A DirectShape Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.DirectShape.ByGeometry@Autodesk.DesignScript.Geometry.Geometry,Revit.Elements.Category,Revit.Elements.Material,string", + "Replication": "Auto", + "Description": "Create a Revit DirectShape given some geometry, a name for the shape, a Category, and Material. The geometry will be tessellated before being placed in the Revit model The category of a DirectShape cannot be changed after creation, so a new DirectShape will be generated if the category input is changed.\n\nDirectShape.ByGeometry (geometry: Geometry, category: Category, material: Material = Revit.Elements.DirectShape.DynamoPreviewMaterial, name: string = \"DirectShape\"): DirectShape" + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 490, + "SelectedString": "OST_Roofs", + "Id": "908a8d9c27fd4bb5b83a022b1d831425", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "46e1493a629347979ae6a9c4000316fa", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "835d9ca4868a4ff88b2de401dfbf1f3a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "8a5afff0ba234746a5eeb32f56b37f00", + "Name": "name", + "Description": "The name of the material\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ae2d139e97854c56b2753f5225da811e", + "Name": "Material", + "Description": "Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.ByName@string", + "Replication": "Auto", + "Description": "Select a material from the current document by the name\n\nMaterial.ByName (name: string): Material" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "34efd7a84df3476caef96588a00674dc", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "e5b192770cbb4550963200cf2b4d87b6", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Aluminum" + } + ], + "Connectors": [ + { + "Start": "d8b624c51e544f7cb2605569a6394dae", + "End": "d5bc7f84ee734adaa3a5b6d0ec083ae0", + "Id": "6faa5530e6cd4bdfa955b968553c9bd9", + "IsHidden": "False" + }, + { + "Start": "a67e595b7449460b868a52760e9697a1", + "End": "5e4a50e1f2ba4b028708894df28aaef4", + "Id": "e5d92453a41f4b4b94fa9c361bf50988", + "IsHidden": "False" + }, + { + "Start": "4a471263de0744eeb844ebdb3687ec66", + "End": "0857fa8851804bf691a5af011a554f71", + "Id": "4a90c4a99fa546dfbd7a1a85c79ba5b8", + "IsHidden": "False" + }, + { + "Start": "f4837d2638eb4d5abf74a3b962f4ab8f", + "End": "deda92bd56c645358f8963237d6cf432", + "Id": "aba9e4b2be5f459882c55392c2f16f84", + "IsHidden": "False" + }, + { + "Start": "dac2b13bf4e7482d8e448d9114199d19", + "End": "f46bee030f9c414a96c3b61840cc8ae1", + "Id": "da0e55e3ff1045f6ac8408ed20fea83e", + "IsHidden": "False" + }, + { + "Start": "a77af2778a424b4ea4c92d048c156e93", + "End": "7063f97481af46b3a90b703404b9f8c4", + "Id": "5f1969e0a7084c90994d88530086c33b", + "IsHidden": "False" + }, + { + "Start": "f5e689b7e4dd49d7b0a77af7871bbd74", + "End": "d508bc07c14444f1a8acfc80847947d6", + "Id": "5a6fd70c75594a4dbe9d6ae1b888c8ea", + "IsHidden": "False" + }, + { + "Start": "46e1493a629347979ae6a9c4000316fa", + "End": "4c95293c3fe44836bd0129df9df17560", + "Id": "341773b4383b47e1a7f229dcd713778a", + "IsHidden": "False" + }, + { + "Start": "ae2d139e97854c56b2753f5225da811e", + "End": "cfee65d8b5c6418ca2c98d353a9371b6", + "Id": "8041e07be5414d5088fdd7cee9cbe8aa", + "IsHidden": "False" + }, + { + "Start": "e5b192770cbb4550963200cf2b4d87b6", + "End": "8a5afff0ba234746a5eeb32f56b37f00", + "Id": "55e5192923164a389d6be26cba1426f5", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "29ec4188-898c-4f79-aeb8-090c64ff0f42", + "Binding": { + "ByGeometry_InClassDecl-1_InFunctionScope-1_Instance0_29ec4188-898c-4f79-aeb8-090c64ff0f42": "H4sIAAAAAAAACh2Muw6DMAwA/8VzLcUOecDMwtyRMCTEVEhtBshSIf69VbbTSXfzBUXOKnmMNcIwX5AbwBXg/JZ1ygGGAGsmSd5FdMp67NLWYdKyoXiOSrw2QjbAI8AnVjn2+G4d+d7ov3zWYy+vaWwrL5adXh1GsoSdVYxJkkFmIpN70koRKsXe9Ta151Rqa9kaNqxvuJd7+QFZFKr0uQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -25.865142822265625, + "EyeY": 74.16988372802734, + "EyeZ": 38.41978454589844, + "LookX": 17.89714813232422, + "LookY": -7.2973785400390625, + "LookZ": -16.291210174560547, + "UpX": 0.2134871929883957, + "UpY": 0.9574231505393982, + "UpZ": -0.19433049857616425 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "0b7c56fe216a4881842c6205426fc6e4", + "Name": "PanelSurface.ByCrossSplitSquares", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 764.0459903957117, + "Y": 435.9303752112388 + }, + { + "Id": "d491c4419dcb4a12b0603736ae34cf65", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 223.7768545994064, + "Y": 320.3727002967359 + }, + { + "Id": "47a66810b91442929aba058561a69258", + "Name": "Integer Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 128.57685459940637, + "Y": 580.7999999999998 + }, + { + "Id": "3294bd1204fd4f5f8b353d42d06c6843", + "Name": "Integer Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 128.57685459940637, + "Y": 736.527002967359 + }, + { + "Id": "cdc80dbc2487454b8e936eb15918032a", + "Name": "PanelSurface.GetPanelPolygon", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1173.269729268115, + "Y": 435.9303752112388 + }, + { + "Id": "d6f0ea3605f94333a7c728902ca69f45", + "Name": "Surface.ByPatch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 1554.4934681405184, + "Y": 435.9303752112388 + }, + { + "Id": "0bed0b4d8d0f464895b3be483e0fe10c", + "Name": "PolySurface.ByJoinedSurfaces", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1869.338335481043, + "Y": 435.9303752112388 + }, + { + "Id": "29ec4188898c4f79aeb8090c64ff0f42", + "Name": "DirectShape.ByGeometry", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2325.995361245017, + "Y": 621.0120072277136 + }, + { + "Id": "908a8d9c27fd4bb5b83a022b1d831425", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1933.338335481043, + "Y": 653.890934367904 + }, + { + "Id": "835d9ca4868a4ff88b2de401dfbf1f3a", + "Name": "Material.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1959.7383354810431, + "Y": 824.861355496894 + }, + { + "Id": "34efd7a84df3476caef96588a00674dc", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1706.775566771431, + "Y": 824.861355496894 + } + ], + "Annotations": [ + { + "Id": "ea03d95e33c94d6eb02cc795abcc572a", + "Title": "Select \"Simple Dome\" from Design Option", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 226.57685459940637, + "Top": 269.97270029673587, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "d491c4419dcb4a12b0603736ae34cf65" + } + ], + "X": -54.469011508989254, + "Y": -94.86928017289424, + "Zoom": 0.6009558388228465 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.DirectShape.ByGeometry_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.DirectShape.ByGeometry_img.jpg new file mode 100644 index 000000000..cd9b6ac2d Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.DirectShape.ByGeometry_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByCoordinates.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByCoordinates.dyn new file mode 100644 index 000000000..a03c3a531 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByCoordinates.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.FamilyInstance.ByCoordinates", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.FamilyTypes, DSRevitNodesUI", + "SelectedIndex": 511, + "SelectedString": "RPC Male:Alex", + "Id": "9abc90b609964c89bbc9ad94ee086acf", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "426e94aaf16847c59ef9623e2896d9ea", + "Name": "Family Type", + "Description": "The selected Family Type", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All family types available in the document." + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "86adf363001a416f90045aa55bccf469", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "d9c6d9114fb14168ab0f5d143a3cccd1", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 3.0 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "fb654ec10a69406389100e6cb731b715", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "43eba8aeb68e4897bae226eb7d28588b", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 12.0 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "d11b760f5d964918827ebf2605eacf64", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "becfe90dcaf04b958d124c1b1402905b", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 8.0 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "6d347557545649e5b809d707f150000d", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "45c8cbf1b2e84ccab37c88e629ffdc00", + "Name": "familyType", + "Description": "Family Type. Also called Family Symbol.\n\nFamilyType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "235bb77cdfc1423ca4dc9a8e42b8c607", + "Name": "x", + "Description": "X coordinate in meters\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "45d7de83d9984651af4577e3a8afd4e9", + "Name": "y", + "Description": "Y coordinate in meters\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c90a0b4b878a48f69922ad686d1df943", + "Name": "z", + "Description": "Z coordinate in meters\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "2016ba50791b4fcba67f163e2f9fd381", + "Name": "FamilyInstance", + "Description": "FamilyInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.FamilyInstance.ByCoordinates@Revit.Elements.FamilyType,double,double,double", + "Replication": "Auto", + "Description": "Place a Revit FamilyInstance given the FamilyType (also known as the FamilySymbol in the Revit API) and its coordinates in world space\n\nFamilyInstance.ByCoordinates (familyType: FamilyType, x: double = 0, y: double = 0, z: double = 0): FamilyInstance" + } + ], + "Connectors": [ + { + "Start": "426e94aaf16847c59ef9623e2896d9ea", + "End": "45c8cbf1b2e84ccab37c88e629ffdc00", + "Id": "129b2fc6f1bc4e40942eacb32729a50a", + "IsHidden": "False" + }, + { + "Start": "d9c6d9114fb14168ab0f5d143a3cccd1", + "End": "235bb77cdfc1423ca4dc9a8e42b8c607", + "Id": "a0b776be985e4f7f9c77dd1388b814fb", + "IsHidden": "False" + }, + { + "Start": "43eba8aeb68e4897bae226eb7d28588b", + "End": "c90a0b4b878a48f69922ad686d1df943", + "Id": "aed8e3e3367f41b4a9c797322d6865e8", + "IsHidden": "False" + }, + { + "Start": "becfe90dcaf04b958d124c1b1402905b", + "End": "45d7de83d9984651af4577e3a8afd4e9", + "Id": "d575d1607c684b9f8ffcca37cdc39285", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "6d347557-5456-49e5-b809-d707f150000d", + "Binding": { + "ByCoordinates_InClassDecl-1_InFunctionScope-1_Instance0_6d347557-5456-49e5-b809-d707f150000d": "H4sIAAAAAAAACh3LMQ7DIAwF0Lv8uZYMARMyd8mcse5goERdMlRsUe5eKW9/rxPNhmHBqdjG73vs61OxKFJ1pSeJVDl+KPTAZKUImYi1HDI7V4nZzylPk+KhWI9xXy/RB0kXrvcfLV9cSl8AAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "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": "9abc90b609964c89bbc9ad94ee086acf", + "Name": "Family Types", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 269.79999999999995, + "Y": 83.09999999999981 + }, + { + "Id": "86adf363001a416f90045aa55bccf469", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 172.99999999999994, + "Y": 311.43282866868014 + }, + { + "Id": "fb654ec10a69406389100e6cb731b715", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 172.99999999999994, + "Y": 605.4328286686801 + }, + { + "Id": "d11b760f5d964918827ebf2605eacf64", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 172.99999999999994, + "Y": 458.43282866868014 + }, + { + "Id": "6d347557545649e5b809d707f150000d", + "Name": "FamilyInstance.ByCoordinates", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 660.9999999999998, + "Y": 364.09999999999985 + } + ], + "Annotations": [], + "X": 305.4721064186375, + "Y": -4.25302477707794, + "Zoom": 0.7476928171233252 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByCoordinates_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByCoordinates_img.jpg new file mode 100644 index 000000000..0f099d53c Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByCoordinates_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByFamilyType.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByFamilyType.dyn new file mode 100644 index 000000000..610be5fa9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByFamilyType.dyn @@ -0,0 +1,148 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.FamilyInstance.ByFamilyType", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.FamilyTypes, DSRevitNodesUI", + "SelectedIndex": 133, + "SelectedString": "Dishwasher:24\" x 24\" x 34\"", + "Id": "9abc90b609964c89bbc9ad94ee086acf", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "426e94aaf16847c59ef9623e2896d9ea", + "Name": "Family Type", + "Description": "The selected Family Type", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All family types available in the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "73f26e422ff84734a53e7c43639ce5b0", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "75909e3c77c24ea88909851654a6a7af", + "Name": "familyType", + "Description": "Family Type. Also called Family Symbol.\n\nFamilyType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "90c6144f2d414beb8641b622c46f4ef5", + "Name": "FamilyInstance[]", + "Description": "FamilyInstance[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.FamilyInstance.ByFamilyType@Revit.Elements.FamilyType", + "Replication": "Auto", + "Description": "Obtain a collection of FamilyInstances from the Revit Document and use them in the Dynamo graph\n\nFamilyInstance.ByFamilyType (familyType: FamilyType): FamilyInstance[]" + } + ], + "Connectors": [ + { + "Start": "426e94aaf16847c59ef9623e2896d9ea", + "End": "75909e3c77c24ea88909851654a6a7af", + "Id": "3f3199ef88264939a10128df65f45557", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "9abc90b609964c89bbc9ad94ee086acf", + "Name": "Family Types", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 274.0798324749351, + "Y": 592.4000645172579 + }, + { + "Id": "73f26e422ff84734a53e7c43639ce5b0", + "Name": "FamilyInstance.ByFamilyType", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 716.7960430423623, + "Y": 592.4000645172579 + } + ], + "Annotations": [], + "X": -55.411446481032385, + "Y": -444.47046220991825, + "Zoom": 1.1643898080562645 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByFamilyType_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByFamilyType_img.jpg new file mode 100644 index 000000000..e4e90c0da Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.FamilyInstance.ByFamilyType_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FillPatternElement.GetByName.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.FillPatternElement.GetByName.dyn new file mode 100644 index 000000000..322d750fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.FillPatternElement.GetByName.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.FillPatternElement.GetByName", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "52d8e99efd804cc2b610193be61b768f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7885fb92e0a340eea6c5e03d0ed72198", + "Name": "name", + "Description": "Name of the Fill Pattern.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fd65807e4ba04f20b7411f714635be7d", + "Name": "fillPatternTarget", + "Description": "Target Fill pattern. Fill Patterns can be either \"Drafting\" or \"Modeling\". Default is \"Drafting\".\n\nstring\nDefault value : \"Drafting\"", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1c5cbc7cdf3548429d640d41603e2547", + "Name": "FillPattern", + "Description": "Filled Pattern Element.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.FillPatternElement.GetByName@string,string", + "Replication": "Auto", + "Description": "Fill Pattern Element by Name and Target Type.\n\nFillPatternElement.GetByName (name: string, fillPatternTarget: string = \"Drafting\"): FillPatternElement" + }, + { + "ConcreteType": "DSRevitNodesUI.FillPatternTargets, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "Drafting", + "Id": "f9451c16b08d46d9b5ff4f4cdd7a7f5b", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "9ff495b0572c4e7787da944b9146f9c0", + "Name": "FillPatternTarget", + "Description": "The selected FillPatternTarget", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "The type of the fill pattern." + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "d8a5e7dcb49c4252a0f6d1ac18a23728", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "45ce40c3b0124e0eb08ead041ca27beb", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "" + } + ], + "Connectors": [ + { + "Start": "9ff495b0572c4e7787da944b9146f9c0", + "End": "fd65807e4ba04f20b7411f714635be7d", + "Id": "73edc40acef24c2ca47b6905c748f729", + "IsHidden": "False" + }, + { + "Start": "45ce40c3b0124e0eb08ead041ca27beb", + "End": "7885fb92e0a340eea6c5e03d0ed72198", + "Id": "104e81bd3f564cdd9d940eb4b010b548", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "52d8e99efd804cc2b610193be61b768f", + "Name": "FillPatternElement.GetByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1066.4, + "Y": 356.79999999999995 + }, + { + "Id": "f9451c16b08d46d9b5ff4f4cdd7a7f5b", + "Name": "Fill Pattern Targets", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 643.1999999999998, + "Y": 448.0 + }, + { + "Id": "d8a5e7dcb49c4252a0f6d1ac18a23728", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 773.5999999999999, + "Y": 308.8 + } + ], + "Annotations": [], + "X": 0.0, + "Y": 0.0, + "Zoom": 1.0 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FillPatternElement.GetByName_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.FillPatternElement.GetByName_img.jpg new file mode 100644 index 000000000..ad4765da0 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.FillPatternElement.GetByName_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.ByName.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.ByName.dyn new file mode 100644 index 000000000..7b3b93b76 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.ByName.dyn @@ -0,0 +1,147 @@ +{ + "Uuid": "75d6fda1-d7b8-4808-a6dd-3966745dc8d8", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.FilledRegionType.ByName", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "0acaa72915484f92aa090f7ca6e73378", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "a73f6ae5369943888f9af6c79529102f", + "Name": "name", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "95828804849b41f2a4cf4d7d0685aa8f", + "Name": "FilledRegionType", + "Description": "FilledRegionType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.FilledRegionType.ByName@string", + "Replication": "Auto", + "Description": "Select a FilledRegionType from the current document by name\n\nFilledRegionType.ByName (name: string): FilledRegionType" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "34ba1b3a6f1f4fd7912b1ce4ea330ff0", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "a4162c351b96495cac873c51eadae3e3", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Solid Gray" + } + ], + "Connectors": [ + { + "Start": "a4162c351b96495cac873c51eadae3e3", + "End": "a73f6ae5369943888f9af6c79529102f", + "Id": "34ccbdcf4a8d4261959a6e94fe2409b3", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.2", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.1", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "0acaa72915484f92aa090f7ca6e73378", + "Name": "FilledRegionType.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 504.40000000000003, + "Y": 380.3999999999999 + }, + { + "Id": "34ba1b3a6f1f4fd7912b1ce4ea330ff0", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 255.60000000000002, + "Y": 380.3999999999999 + } + ], + "Annotations": [], + "X": -162.22179672254754, + "Y": -335.98211768529154, + "Zoom": 1.7835993623828124 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.ByName_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.ByName_img.jpg new file mode 100644 index 000000000..d69bb91df Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.ByName_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.Name.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.Name.dyn new file mode 100644 index 000000000..ead2182f9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.Name.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "75d6fda1-d7b8-4808-a6dd-3966745dc8d8", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.FilledRegionType.Name", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "af4c44a02c074e93908b3e79371b236f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "38705d988ab9447b970b15f17d1288b9", + "Name": "filledRegionType", + "Description": "Revit.Elements.FilledRegionType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "42ffad65dd10433c99e4402ac9523f7b", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.FilledRegionType.Name", + "Replication": "Auto", + "Description": "Get Name\n\nFilledRegionType.Name: string" + }, + { + "ConcreteType": "DSRevitNodesUI.ElementTypes, DSRevitNodesUI", + "SelectedIndex": 145, + "SelectedString": "FilledRegionType", + "Id": "057c6c7a8a7f434b91354094e5cfcee3", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "6c4df883b11e45da82cd0f3c8e9a2be8", + "Name": "Classes", + "Description": "The selected Classes", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All element subclasses." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfType, DSRevitNodesUI", + "Id": "066d59ea2dbc4a18bae69f1750c99970", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "9ee8daaed0204669bf86365f41bdbb24", + "Name": "element class", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f2cb47727fa64c18a689f852967148e9", + "Name": "elements", + "Description": "All elements in the active document of a given class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All elements in the active document of a given class." + } + ], + "Connectors": [ + { + "Start": "6c4df883b11e45da82cd0f3c8e9a2be8", + "End": "9ee8daaed0204669bf86365f41bdbb24", + "Id": "a8bdaa044bed4d5483da9e032743da81", + "IsHidden": "False" + }, + { + "Start": "f2cb47727fa64c18a689f852967148e9", + "End": "38705d988ab9447b970b15f17d1288b9", + "Id": "2f46d657a1f2458687f241e411d09040", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.2", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.1", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "af4c44a02c074e93908b3e79371b236f", + "Name": "FilledRegionType.Name", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 700.768485983755, + "Y": 305.8702636362141 + }, + { + "Id": "057c6c7a8a7f434b91354094e5cfcee3", + "Name": "Element Classes", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 35.9684859837551, + "Y": 304.991204391638 + }, + { + "Id": "066d59ea2dbc4a18bae69f1750c99970", + "Name": "All Elements of Class", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 371.9684859837551, + "Y": 304.991204391638 + } + ], + "Annotations": [], + "X": -124.03043540305003, + "Y": -286.4694683907692, + "Zoom": 1.6276637566670584 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.Name_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.Name_img.jpg new file mode 100644 index 000000000..fff11086a Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.FilledRegionType.Name_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Floor.Points.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Floor.Points.dyn new file mode 100644 index 000000000..48f020094 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Floor.Points.dyn @@ -0,0 +1,149 @@ +{ + "Uuid": "52fd31e0-c6e1-48f2-801b-3d7dc435037c", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Floor.Points", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "98fc0674-037e-46de-b878-c5e65f1bd3b9-0015523d" + ], + "Id": "bd64e483fc0844d082a267537569dd57", + "Inputs": [], + "Outputs": [ + { + "Id": "309535abacc14ec79a6fbb81fc3afe80", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7417786e056b40a3a8d220de847b3c13", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33e7347a3e2d463da3be6f5ebed7f9ca", + "Name": "floor", + "Description": "Revit.Elements.Floor", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "a5985159ed694707912e647399c12fbd", + "Name": "Point[]", + "Description": "Point[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Floor.Points", + "Replication": "Auto", + "Description": "Get Slab Shape Points\n\nFloor.Points: Point[]" + } + ], + "Connectors": [ + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "33e7347a3e2d463da3be6f5ebed7f9ca", + "Id": "2ccc6a4a707248b8bc1804812f27b329", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 77.19189834594727, + "EyeY": 91.24203491210938, + "EyeZ": -2.210176467895508, + "LookX": -25.15557861328125, + "LookY": -26.140316009521484, + "LookZ": -40.39738464355469, + "UpX": -0.25448721647262573, + "UpY": 0.8764790892601013, + "UpZ": -0.4086817502975464 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bd64e483fc0844d082a267537569dd57", + "Name": "Select Model Element", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": -170.20763128271156, + "Y": 710.206069188036 + }, + { + "Id": "7417786e056b40a3a8d220de847b3c13", + "Name": "Floor.Points", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 165.79236871728844, + "Y": 710.206069188036 + } + ], + "Annotations": [], + "X": 722.7097982426056, + "Y": -1007.9801579729055, + "Zoom": 1.6109329672037855 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Floor.Points_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Floor.Points_img.jpg new file mode 100644 index 000000000..05131de76 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Floor.Points_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinePatternElement.GetByName.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.LinePatternElement.GetByName.dyn new file mode 100644 index 000000000..3a837dc89 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.LinePatternElement.GetByName.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.LinePatternElement.GetByName", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "53e16f66563643ca8a19bf00276cc11c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "a76300524d0b4666b06e8a531db1df79", + "Name": "name", + "Description": "Name of the line pattern.\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "eaab437132784e8e8479ac4a438bbe63", + "Name": "LinePattern", + "Description": "Filled Pattern Element.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinePatternElement.GetByName@string", + "Replication": "Auto", + "Description": "Line Pattern Element by name.\n\nLinePatternElement.GetByName (name: string): LinePatternElement" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "65651aac71594c8db38b036988a0a616", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "5033e3718a2b4807bedc3cc005923773", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Center" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "5131397c507e4bbb8bba07d5b1cf8f25", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "a36532a0a57b490bb5b3a9f0de0cc723", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "fc348b784520469cbd9026ba6e33998e", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Name", + "Replication": "Auto", + "Description": "Get the Name of the Element\n\nElement.Name: string" + } + ], + "Connectors": [ + { + "Start": "eaab437132784e8e8479ac4a438bbe63", + "End": "a36532a0a57b490bb5b3a9f0de0cc723", + "Id": "499c6856a1b34eb9aa8dd285b337fd4c", + "IsHidden": "False" + }, + { + "Start": "5033e3718a2b4807bedc3cc005923773", + "End": "a76300524d0b4666b06e8a531db1df79", + "Id": "fbe7a1d132e5467bb2cd5731650aa10a", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "53e16f66563643ca8a19bf00276cc11c", + "Name": "LinePatternElement.GetByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1245.9424220603821, + "Y": 280.3801351514528 + }, + { + "Id": "65651aac71594c8db38b036988a0a616", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 997.142422060382, + "Y": 280.3801351514528 + }, + { + "Id": "5131397c507e4bbb8bba07d5b1cf8f25", + "Name": "Element.Name", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1659.5424220603823, + "Y": 280.3801351514528 + } + ], + "Annotations": [], + "X": -882.0865500785815, + "Y": -18.782765567337606, + "Zoom": 1.4510819488660847 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinePatternElement.GetByName_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.LinePatternElement.GetByName_img.jpg new file mode 100644 index 000000000..cef067525 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.LinePatternElement.GetByName_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinkElement.BoundingBox.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkElement.BoundingBox.dyn new file mode 100644 index 000000000..8264ad0c8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkElement.BoundingBox.dyn @@ -0,0 +1,434 @@ +{ + "Uuid": "4baeea40-0517-4b06-9476-2f30d517d1fe", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.LinkElement.BoundingBox", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "4bea3250d3e7473094f3459985a4985f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "e60a5d2a63da43e19533593039c2c1bc", + "Name": "name", + "Description": "Name of the link instance\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "35738c45b39443fdb932ba74b06bcc7e", + "Name": "linkInstance[]", + "Description": "Revit link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.ByName@string", + "Replication": "Auto", + "Description": "Retrieves a link instance by name\n\nLinkInstance.ByName (name: string): LinkInstance[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "57c80a1cfb66459fab1a9cd05298d8e5", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f314db9c824a409b827b6e8e01d66d9b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "22" + }, + { + "ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "ef222a91-e151-45ee-ab0b-cccc6ea80ab7-00255b59" + ], + "Id": "f14a3ffc44814d04a2a29fc68aab33d7", + "Inputs": [], + "Outputs": [ + { + "Id": "352402afa63542ad9f6fa29fb5788213", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "27530722d027463da1d13506a2a1537c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "661b11f73fde4a108f2bf9f651f763ff", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "3f0475f4bb854a12a302b90725c72c5c", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Name", + "Replication": "Auto", + "Description": "Get the Name of the Element\n\nElement.Name: string" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 420.0, + "WatchHeight": 38.4, + "Id": "a2ba95d8ebea4566948fff34cda6b9d2", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "205fc8d5924a44f59536c1d332fd2f71", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "29c6c2cb53564fc38974a29f147bc49d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "0a78303b189848458a1003992780175c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "b76f5dfe2d7f4153a19e2d9da0e288fb", + "Name": "id", + "Description": "Element ID\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "33381a52ca4e4b27b943306476b4874e", + "Name": "linkInstance", + "Description": "Revit link instance\n\nLinkInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "a8b4391cf89042b5b801a543c245b1ab", + "Name": "element[]", + "Description": "Element(s) from the link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.ElementById@var,Revit.Elements.LinkInstance", + "Replication": "Auto", + "Description": "Retrieves one or more elements by ID from a link instance\n\nLinkInstance.ElementById (id: var, linkInstance: LinkInstance): Element" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "ca3cf2727af64d9eb0d12e2bd1aecfc4", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "a0425a0236ec41b19ff238e3a7c00856", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "1264746" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "f5061506fb1d49e28effa63652d26933", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "3fd222c4b8154f6898206d29594b5022", + "Name": "linkedElement", + "Description": "Element from a link instance\n\nElement", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "180446fde01d46c098ec293f1917d63b", + "Name": "boundingBox", + "Description": "BoundingBox from the linked element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkElement.BoundingBox@Revit.Elements.Element", + "Replication": "Auto", + "Description": "Returns a linked element’s BoundingBox\n\nLinkElement.BoundingBox (linkedElement: Element): BoundingBox" + } + ], + "Connectors": [ + { + "Start": "35738c45b39443fdb932ba74b06bcc7e", + "End": "33381a52ca4e4b27b943306476b4874e", + "Id": "aa52d4ddb22e4003b71c326750134c41", + "IsHidden": "False" + }, + { + "Start": "f314db9c824a409b827b6e8e01d66d9b", + "End": "e60a5d2a63da43e19533593039c2c1bc", + "Id": "f7a59b9fe4774f33b94c5e268d6e9a60", + "IsHidden": "False" + }, + { + "Start": "352402afa63542ad9f6fa29fb5788213", + "End": "661b11f73fde4a108f2bf9f651f763ff", + "Id": "ec52117f7e784ca8a1057e1c7dea9252", + "IsHidden": "False" + }, + { + "Start": "3f0475f4bb854a12a302b90725c72c5c", + "End": "205fc8d5924a44f59536c1d332fd2f71", + "Id": "294c4fc644d345e0a41e9fe0a12cd247", + "IsHidden": "False" + }, + { + "Start": "a8b4391cf89042b5b801a543c245b1ab", + "End": "3fd222c4b8154f6898206d29594b5022", + "Id": "42a4e2cc4c064741af9f7c134556f6fa", + "IsHidden": "False" + }, + { + "Start": "a0425a0236ec41b19ff238e3a7c00856", + "End": "b76f5dfe2d7f4153a19e2d9da0e288fb", + "Id": "29c44500606744d68d17f53bc466323d", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "4bea3250d3e7473094f3459985a4985f", + "Name": "LinkInstance.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1007.641348240725, + "Y": 517.6778789444822 + }, + { + "Id": "57c80a1cfb66459fab1a9cd05298d8e5", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 689.9641488796404, + "Y": 517.6778789444822 + }, + { + "Id": "f14a3ffc44814d04a2a29fc68aab33d7", + "Name": "Select Model Element", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 167.20000000000016, + "Y": 147.2 + }, + { + "Id": "27530722d027463da1d13506a2a1537c", + "Name": "Element.Name", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 476.4000000000001, + "Y": 147.2 + }, + { + "Id": "a2ba95d8ebea4566948fff34cda6b9d2", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 762.4000000000002, + "Y": 147.2 + }, + { + "Id": "0a78303b189848458a1003992780175c", + "Name": "LinkInstance.ElementById", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1387.6824273149018, + "Y": 487.2778789444822 + }, + { + "Id": "ca3cf2727af64d9eb0d12e2bd1aecfc4", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1100.5820652634388, + "Y": 375.2060616549561 + }, + { + "Id": "f5061506fb1d49e28effa63652d26933", + "Name": "LinkElement.BoundingBox", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1726.276587130257, + "Y": 487.2778789444822 + } + ], + "Annotations": [ + { + "Id": "fed6e977d82c46ffa6395108b4a324bc", + "Title": "How a LinkInstance's Name Works", + "DescriptionText": "Link instances are the individual placements of a specific link type. The name is unique and is found between the \":\"", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "f14a3ffc44814d04a2a29fc68aab33d7", + "27530722d027463da1d13506a2a1537c", + "a2ba95d8ebea4566948fff34cda6b9d2" + ], + "HasNestedGroups": false, + "Left": 157.20000000000016, + "Top": 74.79999999999998, + "Width": 1113.6, + "Height": 223.4, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 147.2, + "InitialHeight": 145.0, + "TextblockHeight": 62.4, + "Background": "#FFA4E1FF" + } + ], + "X": -288.6630307432887, + "Y": 84.50493917351844, + "Zoom": 0.6428695574059478 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinkElement.BoundingBox_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkElement.BoundingBox_img.jpg new file mode 100644 index 000000000..4c9b62e23 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkElement.BoundingBox_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.AllElementsOfClass.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.AllElementsOfClass.dyn new file mode 100644 index 000000000..ede409696 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.AllElementsOfClass.dyn @@ -0,0 +1,389 @@ +{ + "Uuid": "4baeea40-0517-4b06-9476-2f30d517d1fe", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.LinkInstance.AllElementsOfClass", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "4bea3250d3e7473094f3459985a4985f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "e60a5d2a63da43e19533593039c2c1bc", + "Name": "name", + "Description": "Name of the link instance\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "35738c45b39443fdb932ba74b06bcc7e", + "Name": "linkInstance[]", + "Description": "Revit link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.ByName@string", + "Replication": "Auto", + "Description": "Retrieves a link instance by name\n\nLinkInstance.ByName (name: string): LinkInstance[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "57c80a1cfb66459fab1a9cd05298d8e5", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f314db9c824a409b827b6e8e01d66d9b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "22" + }, + { + "ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "ef222a91-e151-45ee-ab0b-cccc6ea80ab7-00255b59" + ], + "Id": "f14a3ffc44814d04a2a29fc68aab33d7", + "Inputs": [], + "Outputs": [ + { + "Id": "352402afa63542ad9f6fa29fb5788213", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "27530722d027463da1d13506a2a1537c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "661b11f73fde4a108f2bf9f651f763ff", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "3f0475f4bb854a12a302b90725c72c5c", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Name", + "Replication": "Auto", + "Description": "Get the Name of the Element\n\nElement.Name: string" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 420.0, + "WatchHeight": 38.4, + "Id": "a2ba95d8ebea4566948fff34cda6b9d2", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "205fc8d5924a44f59536c1d332fd2f71", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "29c6c2cb53564fc38974a29f147bc49d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "90bb141007a44bdabd1b45978f9cd5e3", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "23ac0e858b9042c881629f6bc8c3eef4", + "Name": "linkInstance", + "Description": "Revit link instance\n\nLinkInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7802900e40364d64a6836e99f532a784", + "Name": "elementClass", + "Description": "Element class in the link instance\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "16bd89043b26427690de4dd620cce744", + "Name": "elements[]", + "Description": "All elements of the class in the link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.AllElementsOfClass@Revit.Elements.LinkInstance,var", + "Replication": "Auto", + "Description": "Retrieves all elements of a given class in a link instance\n\nLinkInstance.AllElementsOfClass (linkInstance: LinkInstance, elementClass: var): Element[]" + }, + { + "ConcreteType": "DSRevitNodesUI.ElementTypes, DSRevitNodesUI", + "SelectedIndex": 359, + "SelectedString": "Toposolid", + "Id": "cc586d964caa40ad9c2e252aa58a27e3", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "01ad3d739fb24f23a1b4c93bb5bc326f", + "Name": "Classes", + "Description": "The selected Classes", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All element subclasses." + } + ], + "Connectors": [ + { + "Start": "35738c45b39443fdb932ba74b06bcc7e", + "End": "23ac0e858b9042c881629f6bc8c3eef4", + "Id": "439a857d6af947758871fada3fe9ff80", + "IsHidden": "False" + }, + { + "Start": "f314db9c824a409b827b6e8e01d66d9b", + "End": "e60a5d2a63da43e19533593039c2c1bc", + "Id": "f7a59b9fe4774f33b94c5e268d6e9a60", + "IsHidden": "False" + }, + { + "Start": "352402afa63542ad9f6fa29fb5788213", + "End": "661b11f73fde4a108f2bf9f651f763ff", + "Id": "ec52117f7e784ca8a1057e1c7dea9252", + "IsHidden": "False" + }, + { + "Start": "3f0475f4bb854a12a302b90725c72c5c", + "End": "205fc8d5924a44f59536c1d332fd2f71", + "Id": "294c4fc644d345e0a41e9fe0a12cd247", + "IsHidden": "False" + }, + { + "Start": "01ad3d739fb24f23a1b4c93bb5bc326f", + "End": "7802900e40364d64a6836e99f532a784", + "Id": "e32577154f9346eaa659d73eaf8f2993", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "4bea3250d3e7473094f3459985a4985f", + "Name": "LinkInstance.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1017.6000000000001, + "Y": 359.3353159720078 + }, + { + "Id": "57c80a1cfb66459fab1a9cd05298d8e5", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 699.9228006389155, + "Y": 359.3353159720078 + }, + { + "Id": "f14a3ffc44814d04a2a29fc68aab33d7", + "Name": "Select Model Element", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 167.20000000000016, + "Y": 147.2 + }, + { + "Id": "27530722d027463da1d13506a2a1537c", + "Name": "Element.Name", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 476.4000000000001, + "Y": 147.2 + }, + { + "Id": "a2ba95d8ebea4566948fff34cda6b9d2", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 762.4000000000002, + "Y": 147.2 + }, + { + "Id": "90bb141007a44bdabd1b45978f9cd5e3", + "Name": "LinkInstance.AllElementsOfClass", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1415.115077817237, + "Y": 445.846385384152 + }, + { + "Id": "cc586d964caa40ad9c2e252aa58a27e3", + "Name": "Element Classes", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1034.4, + "Y": 639.277363394827 + } + ], + "Annotations": [ + { + "Id": "fed6e977d82c46ffa6395108b4a324bc", + "Title": "How a LinkInstance's Name Works", + "DescriptionText": "Link instances are the individual placements of a specific link type. The name is unique and is found between the \":\"", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "f14a3ffc44814d04a2a29fc68aab33d7", + "27530722d027463da1d13506a2a1537c", + "a2ba95d8ebea4566948fff34cda6b9d2" + ], + "HasNestedGroups": false, + "Left": 157.20000000000016, + "Top": 74.79999999999998, + "Width": 1113.6, + "Height": 223.4, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 147.2, + "InitialHeight": 181.0, + "TextblockHeight": 62.4, + "Background": "#FFA4E1FF" + } + ], + "X": -378.5213384037821, + "Y": -47.811131325484894, + "Zoom": 0.8033215934625976 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg new file mode 100644 index 000000000..e7a1d590f Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ByName.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ByName.dyn new file mode 100644 index 000000000..dfffff0b3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ByName.dyn @@ -0,0 +1,297 @@ +{ + "Uuid": "4baeea40-0517-4b06-9476-2f30d517d1fe", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.LinkInstance.ByName", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "4bea3250d3e7473094f3459985a4985f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "e60a5d2a63da43e19533593039c2c1bc", + "Name": "name", + "Description": "Name of the link instance\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "35738c45b39443fdb932ba74b06bcc7e", + "Name": "linkInstance[]", + "Description": "Revit link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.ByName@string", + "Replication": "Auto", + "Description": "Retrieves a link instance by name\n\nLinkInstance.ByName (name: string): LinkInstance[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "57c80a1cfb66459fab1a9cd05298d8e5", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f314db9c824a409b827b6e8e01d66d9b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "22" + }, + { + "ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "ef222a91-e151-45ee-ab0b-cccc6ea80ab7-00255b59" + ], + "Id": "f14a3ffc44814d04a2a29fc68aab33d7", + "Inputs": [], + "Outputs": [ + { + "Id": "352402afa63542ad9f6fa29fb5788213", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "27530722d027463da1d13506a2a1537c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "661b11f73fde4a108f2bf9f651f763ff", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "3f0475f4bb854a12a302b90725c72c5c", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Name", + "Replication": "Auto", + "Description": "Get the Name of the Element\n\nElement.Name: string" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 420.0, + "WatchHeight": 38.4, + "Id": "a2ba95d8ebea4566948fff34cda6b9d2", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "205fc8d5924a44f59536c1d332fd2f71", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "29c6c2cb53564fc38974a29f147bc49d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "f314db9c824a409b827b6e8e01d66d9b", + "End": "e60a5d2a63da43e19533593039c2c1bc", + "Id": "f7a59b9fe4774f33b94c5e268d6e9a60", + "IsHidden": "False" + }, + { + "Start": "352402afa63542ad9f6fa29fb5788213", + "End": "661b11f73fde4a108f2bf9f651f763ff", + "Id": "ec52117f7e784ca8a1057e1c7dea9252", + "IsHidden": "False" + }, + { + "Start": "3f0475f4bb854a12a302b90725c72c5c", + "End": "205fc8d5924a44f59536c1d332fd2f71", + "Id": "294c4fc644d345e0a41e9fe0a12cd247", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "4bea3250d3e7473094f3459985a4985f", + "Name": "LinkInstance.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1003.1228006389155, + "Y": 359.3353159720078 + }, + { + "Id": "57c80a1cfb66459fab1a9cd05298d8e5", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 699.9228006389155, + "Y": 359.3353159720078 + }, + { + "Id": "f14a3ffc44814d04a2a29fc68aab33d7", + "Name": "Select Model Element", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 167.20000000000016, + "Y": 147.2 + }, + { + "Id": "27530722d027463da1d13506a2a1537c", + "Name": "Element.Name", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 476.4000000000001, + "Y": 147.2 + }, + { + "Id": "a2ba95d8ebea4566948fff34cda6b9d2", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 762.4000000000001, + "Y": 147.2 + } + ], + "Annotations": [ + { + "Id": "fed6e977d82c46ffa6395108b4a324bc", + "Title": "How a LinkInstance's Name Works", + "DescriptionText": "Link instances are the individual placements of a specific link type. The name is unique and is found between the \":\"", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "f14a3ffc44814d04a2a29fc68aab33d7", + "27530722d027463da1d13506a2a1537c", + "a2ba95d8ebea4566948fff34cda6b9d2" + ], + "HasNestedGroups": false, + "Left": 157.20000000000016, + "Top": 74.79999999999998, + "Width": 1113.6, + "Height": 223.4, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 147.2, + "InitialHeight": 181.0, + "TextblockHeight": 62.4, + "Background": "#FFA4E1FF" + } + ], + "X": -88.94337547058285, + "Y": 55.66947978159027, + "Zoom": 0.822695359375 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ByName_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ByName_img.jpg new file mode 100644 index 000000000..eb1b8ea1c Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ByName_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ElementById.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ElementById.dyn new file mode 100644 index 000000000..7f4c0ff1b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ElementById.dyn @@ -0,0 +1,388 @@ +{ + "Uuid": "4baeea40-0517-4b06-9476-2f30d517d1fe", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.LinkInstance.ElementById", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "4bea3250d3e7473094f3459985a4985f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "e60a5d2a63da43e19533593039c2c1bc", + "Name": "name", + "Description": "Name of the link instance\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "35738c45b39443fdb932ba74b06bcc7e", + "Name": "linkInstance[]", + "Description": "Revit link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.ByName@string", + "Replication": "Auto", + "Description": "Retrieves a link instance by name\n\nLinkInstance.ByName (name: string): LinkInstance[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "57c80a1cfb66459fab1a9cd05298d8e5", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f314db9c824a409b827b6e8e01d66d9b", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "22" + }, + { + "ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "ef222a91-e151-45ee-ab0b-cccc6ea80ab7-00255b59" + ], + "Id": "f14a3ffc44814d04a2a29fc68aab33d7", + "Inputs": [], + "Outputs": [ + { + "Id": "352402afa63542ad9f6fa29fb5788213", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "27530722d027463da1d13506a2a1537c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "661b11f73fde4a108f2bf9f651f763ff", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "3f0475f4bb854a12a302b90725c72c5c", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Name", + "Replication": "Auto", + "Description": "Get the Name of the Element\n\nElement.Name: string" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 420.0, + "WatchHeight": 38.4, + "Id": "a2ba95d8ebea4566948fff34cda6b9d2", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "205fc8d5924a44f59536c1d332fd2f71", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "29c6c2cb53564fc38974a29f147bc49d", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "0a78303b189848458a1003992780175c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "b76f5dfe2d7f4153a19e2d9da0e288fb", + "Name": "id", + "Description": "Element ID\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "33381a52ca4e4b27b943306476b4874e", + "Name": "linkInstance", + "Description": "Revit link instance\n\nLinkInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "a8b4391cf89042b5b801a543c245b1ab", + "Name": "element[]", + "Description": "Element(s) from the link instance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.ElementById@var,Revit.Elements.LinkInstance", + "Replication": "Auto", + "Description": "Retrieves one or more elements by ID from a link instance\n\nLinkInstance.ElementById (id: var, linkInstance: LinkInstance): Element" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "ca3cf2727af64d9eb0d12e2bd1aecfc4", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "a0425a0236ec41b19ff238e3a7c00856", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "76675" + } + ], + "Connectors": [ + { + "Start": "35738c45b39443fdb932ba74b06bcc7e", + "End": "33381a52ca4e4b27b943306476b4874e", + "Id": "aa52d4ddb22e4003b71c326750134c41", + "IsHidden": "False" + }, + { + "Start": "f314db9c824a409b827b6e8e01d66d9b", + "End": "e60a5d2a63da43e19533593039c2c1bc", + "Id": "f7a59b9fe4774f33b94c5e268d6e9a60", + "IsHidden": "False" + }, + { + "Start": "352402afa63542ad9f6fa29fb5788213", + "End": "661b11f73fde4a108f2bf9f651f763ff", + "Id": "ec52117f7e784ca8a1057e1c7dea9252", + "IsHidden": "False" + }, + { + "Start": "3f0475f4bb854a12a302b90725c72c5c", + "End": "205fc8d5924a44f59536c1d332fd2f71", + "Id": "294c4fc644d345e0a41e9fe0a12cd247", + "IsHidden": "False" + }, + { + "Start": "a0425a0236ec41b19ff238e3a7c00856", + "End": "b76f5dfe2d7f4153a19e2d9da0e288fb", + "Id": "29c44500606744d68d17f53bc466323d", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "4bea3250d3e7473094f3459985a4985f", + "Name": "LinkInstance.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1007.641348240725, + "Y": 517.6778789444822 + }, + { + "Id": "57c80a1cfb66459fab1a9cd05298d8e5", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 689.9641488796404, + "Y": 517.6778789444822 + }, + { + "Id": "f14a3ffc44814d04a2a29fc68aab33d7", + "Name": "Select Model Element", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 167.20000000000016, + "Y": 147.2 + }, + { + "Id": "27530722d027463da1d13506a2a1537c", + "Name": "Element.Name", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 476.4000000000001, + "Y": 147.2 + }, + { + "Id": "a2ba95d8ebea4566948fff34cda6b9d2", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 762.4000000000002, + "Y": 147.2 + }, + { + "Id": "0a78303b189848458a1003992780175c", + "Name": "LinkInstance.ElementById", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1387.6824273149018, + "Y": 487.2778789444822 + }, + { + "Id": "ca3cf2727af64d9eb0d12e2bd1aecfc4", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1100.5820652634388, + "Y": 375.2060616549561 + } + ], + "Annotations": [ + { + "Id": "fed6e977d82c46ffa6395108b4a324bc", + "Title": "How a LinkInstance's Name Works", + "DescriptionText": "Link instances are the individual placements of a specific link type. The name is unique and is found between the \":\"", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "f14a3ffc44814d04a2a29fc68aab33d7", + "27530722d027463da1d13506a2a1537c", + "a2ba95d8ebea4566948fff34cda6b9d2" + ], + "HasNestedGroups": false, + "Left": 157.20000000000016, + "Top": 74.79999999999998, + "Width": 1113.6, + "Height": 223.4, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 147.2, + "InitialHeight": 181.0, + "TextblockHeight": 62.4, + "Background": "#FFA4E1FF" + } + ], + "X": -378.5213384037821, + "Y": -47.811131325484894, + "Zoom": 0.8033215934625976 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ElementById_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ElementById_img.jpg new file mode 100644 index 000000000..07a623dc9 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.LinkInstance.ElementById_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Material.AppearanceParameters.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.AppearanceParameters.dyn new file mode 100644 index 000000000..a63b8ffb0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.AppearanceParameters.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "8459deb8-1aa8-435e-9cd9-4588849eb5f1", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Material.AppearanceParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "1ba239ee4f48401fb4c9df9a434a3b9a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "29b60e6e1c8c4ee0a312c9fa59d0f275", + "Name": "name", + "Description": "The name of the material\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1e824eb9695144f4a8ac7a554d6df431", + "Name": "Material", + "Description": "Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.ByName@string", + "Replication": "Auto", + "Description": "Select a material from the current document by the name\n\nMaterial.ByName (name: string): Material" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "efbccd1ae2564fa699cb82bc34b77ae7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "15f030c8c7b74f869aa0ad3ba6f1a5ce", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Aluminum" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "13f734a1cd524de7a120c1cc9de544c9", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "34eb371347b44fabb6e0812cb1c6e3a0", + "Name": "material", + "Description": "Revit.Elements.Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "09448246692f4bc786d8fbd784e4cce9", + "Name": "Parameter[]", + "Description": "Parameter[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.AppearanceParameters", + "Replication": "Auto", + "Description": "Get all apperance parameters\n\nMaterial.AppearanceParameters: Parameter[]" + } + ], + "Connectors": [ + { + "Start": "1e824eb9695144f4a8ac7a554d6df431", + "End": "34eb371347b44fabb6e0812cb1c6e3a0", + "Id": "0bfeb94e652840fb8eacabeb2d6c5bcb", + "IsHidden": "False" + }, + { + "Start": "15f030c8c7b74f869aa0ad3ba6f1a5ce", + "End": "29b60e6e1c8c4ee0a312c9fa59d0f275", + "Id": "c031e89024844c6691fe0387b0099c8b", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "1ba239ee4f48401fb4c9df9a434a3b9a", + "Name": "Material.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 273.1999999999999, + "Y": 350.8 + }, + { + "Id": "efbccd1ae2564fa699cb82bc34b77ae7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 24.399999999999864, + "Y": 350.8 + }, + { + "Id": "13f734a1cd524de7a120c1cc9de544c9", + "Name": "Material.AppearanceParameters", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 580.6040994501294, + "Y": 350.8 + } + ], + "Annotations": [], + "X": 136.79461397389446, + "Y": -301.5298695135371, + "Zoom": 1.5105184564313479 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Material.AppearanceParameters_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.AppearanceParameters_img.jpg new file mode 100644 index 000000000..1a1d7c60a Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.AppearanceParameters_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Material.MaterialCategory.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.MaterialCategory.dyn new file mode 100644 index 000000000..0bbdc53e6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.MaterialCategory.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "8459deb8-1aa8-435e-9cd9-4588849eb5f1", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Material.MaterialCategory", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "3a02fbd51b264e35aa04dca8481749a5", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "86bad3c81e2c44e2aa86b3acadb0a9ba", + "Name": "material", + "Description": "Revit.Elements.Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7bcb19c116bb438da2cfa9e1d82261a9", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.MaterialCategory", + "Replication": "Auto", + "Description": "Get Material category\n\nMaterial.MaterialCategory: string" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "1ba239ee4f48401fb4c9df9a434a3b9a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "29b60e6e1c8c4ee0a312c9fa59d0f275", + "Name": "name", + "Description": "The name of the material\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1e824eb9695144f4a8ac7a554d6df431", + "Name": "Material", + "Description": "Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.ByName@string", + "Replication": "Auto", + "Description": "Select a material from the current document by the name\n\nMaterial.ByName (name: string): Material" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "efbccd1ae2564fa699cb82bc34b77ae7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "15f030c8c7b74f869aa0ad3ba6f1a5ce", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Aluminum" + } + ], + "Connectors": [ + { + "Start": "1e824eb9695144f4a8ac7a554d6df431", + "End": "86bad3c81e2c44e2aa86b3acadb0a9ba", + "Id": "69ed50802f7a4937ad5341b88af0fea3", + "IsHidden": "False" + }, + { + "Start": "15f030c8c7b74f869aa0ad3ba6f1a5ce", + "End": "29b60e6e1c8c4ee0a312c9fa59d0f275", + "Id": "c031e89024844c6691fe0387b0099c8b", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "3a02fbd51b264e35aa04dca8481749a5", + "Name": "Material.MaterialCategory", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 582.7999999999998, + "Y": 350.8 + }, + { + "Id": "1ba239ee4f48401fb4c9df9a434a3b9a", + "Name": "Material.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 273.1999999999999, + "Y": 350.8 + }, + { + "Id": "efbccd1ae2564fa699cb82bc34b77ae7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 24.399999999999864, + "Y": 350.8 + } + ], + "Annotations": [], + "X": 332.2284173221652, + "Y": -108.898746230087, + "Zoom": 1.130842140625 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Material.MaterialCategory_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.MaterialCategory_img.jpg new file mode 100644 index 000000000..dcff6b533 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.MaterialCategory_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Material.StructuralParameters.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.StructuralParameters.dyn new file mode 100644 index 000000000..c00a301e9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.StructuralParameters.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "8459deb8-1aa8-435e-9cd9-4588849eb5f1", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Material.StructuralParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "1ba239ee4f48401fb4c9df9a434a3b9a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "29b60e6e1c8c4ee0a312c9fa59d0f275", + "Name": "name", + "Description": "The name of the material\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1e824eb9695144f4a8ac7a554d6df431", + "Name": "Material", + "Description": "Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.ByName@string", + "Replication": "Auto", + "Description": "Select a material from the current document by the name\n\nMaterial.ByName (name: string): Material" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "efbccd1ae2564fa699cb82bc34b77ae7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "15f030c8c7b74f869aa0ad3ba6f1a5ce", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Aluminum" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "5f5ab0d1a0bf4f22bec0802decb98bed", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "a0400976dd8a49faaa76d4e03f72c0b9", + "Name": "material", + "Description": "Revit.Elements.Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e0f62dd146474382a528ccbbf98b7b4c", + "Name": "Parameter[]", + "Description": "Parameter[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.StructuralParameters", + "Replication": "Auto", + "Description": "Get all structural parameters\n\nMaterial.StructuralParameters: Parameter[]" + } + ], + "Connectors": [ + { + "Start": "1e824eb9695144f4a8ac7a554d6df431", + "End": "a0400976dd8a49faaa76d4e03f72c0b9", + "Id": "84197bb06c3645198a4eb0fbb0cb02cf", + "IsHidden": "False" + }, + { + "Start": "15f030c8c7b74f869aa0ad3ba6f1a5ce", + "End": "29b60e6e1c8c4ee0a312c9fa59d0f275", + "Id": "c031e89024844c6691fe0387b0099c8b", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "1ba239ee4f48401fb4c9df9a434a3b9a", + "Name": "Material.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 273.1999999999999, + "Y": 350.8 + }, + { + "Id": "efbccd1ae2564fa699cb82bc34b77ae7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 24.399999999999864, + "Y": 350.8 + }, + { + "Id": "5f5ab0d1a0bf4f22bec0802decb98bed", + "Name": "Material.StructuralParameters", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 580.6040994501294, + "Y": 350.8 + } + ], + "Annotations": [], + "X": 136.79461397389446, + "Y": -301.5298695135371, + "Zoom": 1.5105184564313479 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Material.StructuralParameters_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.StructuralParameters_img.jpg new file mode 100644 index 000000000..93da694f2 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.StructuralParameters_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Material.ThermalParameters.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.ThermalParameters.dyn new file mode 100644 index 000000000..1acdefbc0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.ThermalParameters.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "8459deb8-1aa8-435e-9cd9-4588849eb5f1", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Material.ThermalParameters", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "1ba239ee4f48401fb4c9df9a434a3b9a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "29b60e6e1c8c4ee0a312c9fa59d0f275", + "Name": "name", + "Description": "The name of the material\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1e824eb9695144f4a8ac7a554d6df431", + "Name": "Material", + "Description": "Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.ByName@string", + "Replication": "Auto", + "Description": "Select a material from the current document by the name\n\nMaterial.ByName (name: string): Material" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "efbccd1ae2564fa699cb82bc34b77ae7", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "15f030c8c7b74f869aa0ad3ba6f1a5ce", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Aluminum" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a51864cfbf944dcf857677a74fc47d89", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "db98135a2bd8443bb13ca2e996e294f7", + "Name": "material", + "Description": "Revit.Elements.Material", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7079bdb120a74f5e91a1c5000bf68e9f", + "Name": "Parameter[]", + "Description": "Parameter[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Material.ThermalParameters", + "Replication": "Auto", + "Description": "Get all thermal parameters\n\nMaterial.ThermalParameters: Parameter[]" + } + ], + "Connectors": [ + { + "Start": "1e824eb9695144f4a8ac7a554d6df431", + "End": "db98135a2bd8443bb13ca2e996e294f7", + "Id": "5c0e4733aadf46108b94eabb9f7fd4b7", + "IsHidden": "False" + }, + { + "Start": "15f030c8c7b74f869aa0ad3ba6f1a5ce", + "End": "29b60e6e1c8c4ee0a312c9fa59d0f275", + "Id": "c031e89024844c6691fe0387b0099c8b", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "1ba239ee4f48401fb4c9df9a434a3b9a", + "Name": "Material.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 273.1999999999999, + "Y": 350.8 + }, + { + "Id": "efbccd1ae2564fa699cb82bc34b77ae7", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 24.399999999999864, + "Y": 350.8 + }, + { + "Id": "a51864cfbf944dcf857677a74fc47d89", + "Name": "Material.ThermalParameters", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 580.6040994501294, + "Y": 350.8 + } + ], + "Annotations": [], + "X": 136.79461397389446, + "Y": -301.5298695135371, + "Zoom": 1.5105184564313479 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Material.ThermalParameters_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.ThermalParameters_img.jpg new file mode 100644 index 000000000..6b2430c49 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Material.ThermalParameters_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.PathOfTravel.ByFloorPlanPoints.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.PathOfTravel.ByFloorPlanPoints.dyn new file mode 100644 index 000000000..b98bfd876 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.PathOfTravel.ByFloorPlanPoints.dyn @@ -0,0 +1,469 @@ +{ + "Uuid": "4a51d918-f63f-4c36-96e4-947132430da5", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.PathOfTravel.ByFloorPlanPoints", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Views, DSRevitNodesUI", + "SelectedIndex": 113, + "SelectedString": "L1", + "Id": "a9d0a0a45b1f4b41be65b0b21f115c1a", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "b4a6284bc91648d9a50553fb064c3c85", + "Name": "Views", + "Description": "The selected Views", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All views available in the current document." + }, + { + "ConcreteType": "Dynamo.ComboNodes.DSModelElementByCategorySelection, DSRevitNodesUI", + "SelectedIndex": 178, + "SelectedString": "OST_Doors", + "NodeType": "ExtensionNode", + "InstanceId": [ + "f671d00b-afe0-4235-80b7-cfe899bb5fb6-000b6163" + ], + "Id": "cdfad80f4a1948909b3875a90631bd13", + "Inputs": [], + "Outputs": [ + { + "Id": "bac7538c7daf41dcb5b00a85747807e2", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the Revit document filtered by Category." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "9b3f4f1d9d6c4cc0b709fd93857f9ee9", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "ee2ae8f416924cdc83809eb23444bcee", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "55241761e75a4e2c85e76988c99e7c6e", + "Name": "geometry[]", + "Description": "The element’s location", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetLocation", + "Replication": "Auto", + "Description": "Returns an element's location\n\nElement.GetLocation ( ): Geometry" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "d862a6ee2932416bbba60c19a35de61f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "572445447b3e48f3a5c1f6a8a84dedd1", + "Name": "floorPlan", + "Description": "Floor plan view to place paths of travel on\n\nFloorPlanView", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "e0d2c6ee905c47da88d40817f2727544", + "Name": "startPtsList", + "Description": "List of start points\n\nPoint[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "11ce0e8401de4984a122ba061db30080", + "Name": "endPtsList", + "Description": "List of end points\n\nPoint[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2c2009c49c4b4efea6d67eb61cc43574", + "Name": "manyToMany", + "Description": "If true, paths are created from every point in the start point list to all points in the end point list. If false, a path is created from every point in the start point list to a corresponding point in the end point list with the same index. The two lists must have the same size when not creating many-to-many paths.\n\nbool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "0e8eadc947e14159bf5c324f3a83cb87", + "Name": "PathOfTravel[]..[]", + "Description": "List of PathOfTravel elements; can contain null elements if there is no path between some points.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.PathOfTravel.ByFloorPlanPoints@Revit.Elements.Views.FloorPlanView,Autodesk.DesignScript.Geometry.Point[],Autodesk.DesignScript.Geometry.Point[],bool", + "Replication": "Longest", + "Description": "Constructs a list of PathOfTravel elements in a floor plan view between the specified start points and end points.\n\nPathOfTravel.ByFloorPlanPoints (floorPlan: FloorPlanView, startPtsList: Point[], endPtsList: Point[], manyToMany: bool): PathOfTravel[]..[]" + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategoryInView, DSRevitNodesUI", + "Id": "9ae9c30fed944d29a801d804fae7e489", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "ad0a45a444394bc0b27cc0e21beb11b8", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f3b0ddcfa1274f2b98cbb2b81472b418", + "Name": "View", + "Description": "The View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "4f8322182dca408d81918459295eea93", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category in the specified view from the model." + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "d57e9dae4e174b458b0d2b93cc96518a", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "fdfff6cf067c4a76b072e287f6d9b35f", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "2b41e7ff444b4d60aa0cd7d7dca9eb78", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "24cd59150c4c4f6a8d553a25f032c95f", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "d6c6d6af26ca41589815f4aa6a4d8ef9", + "Name": "geometry[]", + "Description": "The element’s location", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetLocation", + "Replication": "Auto", + "Description": "Returns an element's location\n\nElement.GetLocation ( ): Geometry" + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "fd17a39f7b14457b8d5f326d1fed87e9", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "de1e1fb1a1e54b7381dcbc1c8e4e347e", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": false + } + ], + "Connectors": [ + { + "Start": "b4a6284bc91648d9a50553fb064c3c85", + "End": "572445447b3e48f3a5c1f6a8a84dedd1", + "Id": "dea7cbd1d9d74d27a6f4d530d2015d30", + "IsHidden": "False" + }, + { + "Start": "b4a6284bc91648d9a50553fb064c3c85", + "End": "f3b0ddcfa1274f2b98cbb2b81472b418", + "Id": "f0ec6298b72a4e2f8e49e1d3946d6f71", + "IsHidden": "False" + }, + { + "Start": "bac7538c7daf41dcb5b00a85747807e2", + "End": "ee2ae8f416924cdc83809eb23444bcee", + "Id": "e98ff892de42489092acd692e8195bd7", + "IsHidden": "False" + }, + { + "Start": "55241761e75a4e2c85e76988c99e7c6e", + "End": "11ce0e8401de4984a122ba061db30080", + "Id": "a3690872fce54a49b3660d7dfab8dcf8", + "IsHidden": "False" + }, + { + "Start": "4f8322182dca408d81918459295eea93", + "End": "24cd59150c4c4f6a8d553a25f032c95f", + "Id": "83f25a8c61754efb8396a1fb0754cc0e", + "IsHidden": "False" + }, + { + "Start": "fdfff6cf067c4a76b072e287f6d9b35f", + "End": "ad0a45a444394bc0b27cc0e21beb11b8", + "Id": "58fd4a531df649b99978123245b48527", + "IsHidden": "False" + }, + { + "Start": "d6c6d6af26ca41589815f4aa6a4d8ef9", + "End": "e0d2c6ee905c47da88d40817f2727544", + "Id": "1bbbb9b0155b41219bf65e35b8724d29", + "IsHidden": "False" + }, + { + "Start": "de1e1fb1a1e54b7381dcbc1c8e4e347e", + "End": "2c2009c49c4b4efea6d67eb61cc43574", + "Id": "9ac66c52027845079c3bb3261bc6a2ca", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "d862a6ee-2932-416b-bba6-0c19a35de61f", + "Binding": { + "ByFloorPlanPoints_InClassDecl-1_InFunctionScope-1_Instance0_d862a6ee-2932-416b-bba6-0c19a35de61f": "H4sIAAAAAAAACq3PqQ7DMBAE0H9ZHEtrx0ddHBJcGBusj1QlBo2Z5X9P1QamLNLAGT3N0qDkreY0USW4L60PfwPp24Hm4FHfr/Kcp819Ng5M5GE1WrGIKjO5SmQUgmakNSUrLXIeGaK4GcvRgR8czKUec6GVkKPwHa5k+Dkz/phrDHFuyOOK734H7x+xBl8BAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "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": "a9d0a0a45b1f4b41be65b0b21f115c1a", + "Name": "Views", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 422.34302670623134, + "Y": 248.79999999999995 + }, + { + "Id": "cdfad80f4a1948909b3875a90631bd13", + "Name": "Select Model Element By Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 422.34302670623134, + "Y": 526.4284866468844 + }, + { + "Id": "9b3f4f1d9d6c4cc0b709fd93857f9ee9", + "Name": "Element.GetLocation", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 918.3430267062313, + "Y": 526.4284866468844 + }, + { + "Id": "d862a6ee2932416bbba60c19a35de61f", + "Name": "PathOfTravel.ByFloorPlanPoints", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1579.5181008902082, + "Y": 251.3709198813056 + }, + { + "Id": "9ae9c30fed944d29a801d804fae7e489", + "Name": "All Elements of Category in View", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 761.4100890207715, + "Y": 112.80000000000013 + }, + { + "Id": "d57e9dae4e174b458b0d2b93cc96518a", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 422.34302670623134, + "Y": 112.80000000000013 + }, + { + "Id": "2b41e7ff444b4d60aa0cd7d7dca9eb78", + "Name": "Element.GetLocation", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1180.4201780415428, + "Y": 112.80000000000013 + }, + { + "Id": "fd17a39f7b14457b8d5f326d1fed87e9", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 965.6735905044509, + "Y": 680.9234421364987 + } + ], + "Annotations": [ + { + "Id": "803ccc51f7fb46ee8d8d9304e0e283fc", + "Title": "Select Exit Door", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 566.3430267062313, + "Top": 476.0284866468844, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "cdfad80f4a1948909b3875a90631bd13" + } + ], + "X": -237.58000000000015, + "Y": 23.921999999999855, + "Zoom": 0.8425 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg new file mode 100644 index 000000000..ab9336b8a Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByCoordinates.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByCoordinates.dyn new file mode 100644 index 000000000..056631cd5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByCoordinates.dyn @@ -0,0 +1,256 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.ByCoordinates", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "388a927434fd4682b5c2b5069f5fee8b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "3e33d96794a64a31af41e183a516c8ce", + "Name": "x", + "Description": "double\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "aa470d2642144d9f9a99cd1120574364", + "Name": "y", + "Description": "double\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "95c1ed32da314df9bf62fdcef230316a", + "Name": "z", + "Description": "double\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a02d770b65e4a2c9d17fb79eb380bc7", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByCoordinates@double,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by x, y, and z coordinates.\n\nReferencePoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): ReferencePoint" + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.0 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.0 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "515120e585214b6a9f985f723225ca07", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "668d915713464ff1afb678ce8cd7b3a7", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 1.0 + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "3e33d96794a64a31af41e183a516c8ce", + "Id": "aed4b0a75acb4fc894fcc027d98c2679", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "aa470d2642144d9f9a99cd1120574364", + "Id": "5c1c6d11d04f4335bd708181c3a137b1", + "IsHidden": "False" + }, + { + "Start": "668d915713464ff1afb678ce8cd7b3a7", + "End": "95c1ed32da314df9bf62fdcef230316a", + "Id": "b81ebd86eaa248789118ea5961b886b0", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "388a9274-34fd-4682-b5c2-b5069f5fee8b", + "Binding": { + "ByCoordinates_InClassDecl-1_InFunctionScope-1_Instance0_388a9274-34fd-4682-b5c2-b5069f5fee8b": "H4sIAAAAAAAACh3LoQ6AIBAG4Hf5s7cdIIpmi9noGfBgzmJwNMe76/z6tz5IsUSMeARLuc/rmCfBKNg19TmrJ41eqTXBUOBoiYesHe/qnHXEH9MOnaARzFf5r7c9V9TtBQbEgHVcAAAA" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "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": "388a927434fd4682b5c2b5069f5fee8b", + "Name": "ReferencePoint.ByCoordinates", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 641.6000000000001, + "Y": 389.6 + }, + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 192.80000000000007, + "Y": 276.6 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 192.80000000000007, + "Y": 423.6 + }, + { + "Id": "515120e585214b6a9f985f723225ca07", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 192.80000000000007, + "Y": 570.6000000000001 + } + ], + "Annotations": [], + "X": -166.00041340083953, + "Y": -254.75887934180025, + "Zoom": 1.4425890929331346 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByCoordinates_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByCoordinates_img.jpg new file mode 100644 index 000000000..d62a19216 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByCoordinates_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.dyn new file mode 100644 index 000000000..af801f97c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.dyn @@ -0,0 +1,254 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99b1a4d96501463e9ed6907868a02b9f", + "Name": "elementFaceReference", + "Description": "var", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Name": "u", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "228d094c658644eb887973cb42fa30d4", + "Name": "v", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a32864882af4434b70aade085e831b5", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference@var,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by UV coordinates on a Face. This introduces a persistent relationship between Elements in the Revit document.\n\nReferencePoint.ByParametersOnFaceReference (elementFaceReference: var, u: double, v: double): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "bcd7eec5-ca5c-4181-80a2-09ec60bc3323-000014b3:24:SURFACE" + ], + "Id": "ff33743e1c95428490964eb722b01fa5", + "Inputs": [], + "Outputs": [ + { + "Id": "ca3e2df5542f49ea8f74aad3c510a7d0", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Id": "c5265cea1ea247198cbb08d2d03edbdb", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "228d094c658644eb887973cb42fa30d4", + "Id": "d0b52c478d9d42f392f09f4c5fc2d8b4", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "99b1a4d96501463e9ed6907868a02b9f", + "Id": "b9ddc8f85dd147b0ae783f7f7d638627", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "aead1ce1-f9c6-49ed-86d5-7cf98666a5cf", + "Binding": { + "ByParametersOnFaceReference_InClassDecl-1_InFunctionScope-1_Instance0_aead1ce1-f9c6-49ed-86d5-7cf98666a5cf": "H4sIAAAAAAAACh3LsQ6DMAxF0X95cy05hEDKzMLcETMEx6q6ZGizRfl3Ku50lrs3FPtVy2uqCcvekG+gCV71+ynvbRUsglPzbKaBNAWl0UVHkdNA/DSd+FTvB0/8zwUeBQ/BVur9Bh+5ox/9uAAH/o0HbQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 17.689781188964844, + "EyeY": 78.4065055847168, + "EyeZ": 67.5356330871582, + "LookX": -47.75479507446289, + "LookY": -38.209136962890625, + "LookZ": -44.36001968383789, + "UpX": -0.2264072448015213, + "UpY": 0.9510564804077148, + "UpZ": -0.21031257510185242 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 297.17183817388883 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 445.1718381738889 + }, + { + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "Name": "ReferencePoint.ByParametersOnFaceReference", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 670.2218699298885, + "Y": 257.17183817388883 + }, + { + "Id": "ff33743e1c95428490964eb722b01fa5", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 131.1718381738888 + } + ], + "Annotations": [], + "X": -171.16404477813717, + "Y": -124.29905444031408, + "Zoom": 0.9944887004195564 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg new file mode 100644 index 000000000..bd540f7d7 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByPoint.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByPoint.dyn new file mode 100644 index 000000000..9575e2199 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByPoint.dyn @@ -0,0 +1,302 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.ByPoint", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.0 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.0 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "515120e585214b6a9f985f723225ca07", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "668d915713464ff1afb678ce8cd7b3a7", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 1.0 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "48c2daea2b1440c0a65c160945a531ed", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "12a0a8cb7a534ff797b5477dad01c85b", + "Name": "pt", + "Description": "Point", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "3283c648a4284a969b0b9c2a88d4a1e2", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByPoint@Autodesk.DesignScript.Geometry.Point", + "Replication": "Auto", + "Description": "Create a Reference Point from a point.\n\nReferencePoint.ByPoint (pt: Point): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "3d731fb77a7843efb06250c742ae3104", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "040ab5419d7d480fb8cdc0083e03a0b4", + "Name": "x", + "Description": "X coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2dbaa1badf0a489bb37d60ef24180db2", + "Name": "y", + "Description": "Y coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c68686979d9f48ceacabb191df025254", + "Name": "z", + "Description": "Z coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "74eb7f2806394e6aa1c6b74e743f68a6", + "Name": "Point", + "Description": "Point created by coordinates", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double", + "Replication": "Auto", + "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point" + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "040ab5419d7d480fb8cdc0083e03a0b4", + "Id": "215d1559427540dd91dac026bae1f1a4", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "2dbaa1badf0a489bb37d60ef24180db2", + "Id": "261b7ff09aa044029d9ef9732014388c", + "IsHidden": "False" + }, + { + "Start": "668d915713464ff1afb678ce8cd7b3a7", + "End": "c68686979d9f48ceacabb191df025254", + "Id": "dfe4cc0fff984479b06c642062cebcc9", + "IsHidden": "False" + }, + { + "Start": "74eb7f2806394e6aa1c6b74e743f68a6", + "End": "12a0a8cb7a534ff797b5477dad01c85b", + "Id": "7f8c83a36174465b9beb58358e9334c4", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "48c2daea-2b14-40c0-a65c-160945a531ed", + "Binding": { + "ByPoint_InClassDecl-1_InFunctionScope-1_Instance0_48c2daea-2b14-40c0-a65c-160945a531ed": "H4sIAAAAAAAACh3LKw6AMBAFwLs8zSb9UPrRGDSSRZSlIRgEqWu4O4TxszTsuWYkNMZc7/M6ppGRGJvsvhRxJNkJ9TpoCiobUrHIoDax1lhSH91Hz+gY01X/64zXD571BXaJyF9cAAAA" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "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": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 173.93146786215323, + "Y": 311.80871302536696 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 173.93146786215323, + "Y": 458.80871302536696 + }, + { + "Id": "515120e585214b6a9f985f723225ca07", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 173.93146786215323, + "Y": 605.808713025367 + }, + { + "Id": "48c2daea2b1440c0a65c160945a531ed", + "Name": "ReferencePoint.ByPoint", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 947.5314678621532, + "Y": 424.80871302536696 + }, + { + "Id": "3d731fb77a7843efb06250c742ae3104", + "Name": "Point.ByCoordinates", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 622.7314678621533, + "Y": 424.80871302536696 + } + ], + "Annotations": [], + "X": 314.3732514163247, + "Y": -57.04938332132792, + "Zoom": 0.867977507649016 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByPoint_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByPoint_img.jpg new file mode 100644 index 000000000..402d8bafa Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.ByPoint_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Point.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Point.dyn new file mode 100644 index 000000000..13f3807a1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Point.dyn @@ -0,0 +1,479 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.Point", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99b1a4d96501463e9ed6907868a02b9f", + "Name": "elementFaceReference", + "Description": "var", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Name": "u", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "228d094c658644eb887973cb42fa30d4", + "Name": "v", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a32864882af4434b70aade085e831b5", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference@var,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by UV coordinates on a Face. This introduces a persistent relationship between Elements in the Revit document.\n\nReferencePoint.ByParametersOnFaceReference (elementFaceReference: var, u: double, v: double): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "bcd7eec5-ca5c-4181-80a2-09ec60bc3323-000014b3:24:SURFACE" + ], + "Id": "ff33743e1c95428490964eb722b01fa5", + "Inputs": [], + "Outputs": [ + { + "Id": "ca3e2df5542f49ea8f74aad3c510a7d0", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "0c6fce622fdb48b086094ad23b856262", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "feac9c7f17cb4ff3bdd35560ec8a3cb2", + "Name": "referencePoint", + "Description": "Revit.Elements.ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ca1863f3a67e46209493e94312a1b578", + "Name": "Point", + "Description": "Point", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.Point", + "Replication": "Auto", + "Description": "Gets point geometry from the specified ReferencePoint\n\nReferencePoint.Point: Point" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "f2ccbedf98504499a22ecbb9371f52dc", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "995c552ac218488ca164175b497fc582", + "Name": "object", + "Description": "Object to query type\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "63e0f99994eb4d56be2db0e1f5a8b20f", + "Name": "string", + "Description": "Type of object.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.Object.Type@var", + "Replication": "Auto", + "Description": "Returns the type of object represented as string.\n\nObject.Type (object: var): string" + }, + { + "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels", + "VariableInputPorts": true, + "Id": "a8aeb71af7fe43cc9ccc981e18f55c2a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "c0f1ffefa2f544e3a9c79d6a6eb90f19", + "Name": "item0", + "Description": "Item Index #0", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "e354957e838c40d49a3834474d769e9c", + "Name": "item1", + "Description": "Item Index #1", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6af46d2511a24163ba9d240a85d0081e", + "Name": "list", + "Description": "A list (type: var[]..[])", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Makes a new list from the given inputs" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 435.2, + "WatchHeight": 200.0, + "Id": "c426aa711bae4fd88fb9649dfab19086", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "8af7afbb3d084f338e3f527406d63e83", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "59f45ae8cce44c5097528704fed31b87", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Id": "c5265cea1ea247198cbb08d2d03edbdb", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "228d094c658644eb887973cb42fa30d4", + "Id": "d0b52c478d9d42f392f09f4c5fc2d8b4", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "feac9c7f17cb4ff3bdd35560ec8a3cb2", + "Id": "976b49f66eda46beaf9c11c47e8869d2", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "c0f1ffefa2f544e3a9c79d6a6eb90f19", + "Id": "9664265798a5473798722e9514a3c169", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "99b1a4d96501463e9ed6907868a02b9f", + "Id": "b9ddc8f85dd147b0ae783f7f7d638627", + "IsHidden": "False" + }, + { + "Start": "ca1863f3a67e46209493e94312a1b578", + "End": "e354957e838c40d49a3834474d769e9c", + "Id": "16dc6e75ce224f9eaf4130b043474115", + "IsHidden": "False" + }, + { + "Start": "63e0f99994eb4d56be2db0e1f5a8b20f", + "End": "8af7afbb3d084f338e3f527406d63e83", + "Id": "78729c6ee916452ca01932c0db92468d", + "IsHidden": "False" + }, + { + "Start": "6af46d2511a24163ba9d240a85d0081e", + "End": "995c552ac218488ca164175b497fc582", + "Id": "db97123470b94ee6acbf5b4bff7761ba", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "aead1ce1-f9c6-49ed-86d5-7cf98666a5cf", + "Binding": { + "ByParametersOnFaceReference_InClassDecl-1_InFunctionScope-1_Instance0_aead1ce1-f9c6-49ed-86d5-7cf98666a5cf": "H4sIAAAAAAAACh3LsQ6DMAxF0X95cy05hEDKzMLcETMEx6q6ZGizRfl3Ku50lrs3FPtVy2uqCcvekG+gCV71+ynvbRUsglPzbKaBNAWl0UVHkdNA/DSd+FTvB0/8zwUeBQ/BVur9Bh+5ox/9uAAH/o0HbQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 17.689781188964844, + "EyeY": 78.4065055847168, + "EyeZ": 67.5356330871582, + "LookX": -47.75479507446289, + "LookY": -38.209136962890625, + "LookZ": -44.36001968383789, + "UpX": -0.2264072448015213, + "UpY": 0.9510564804077148, + "UpZ": -0.21031257510185242 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 297.17183817388883 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 445.1718381738889 + }, + { + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "Name": "ReferencePoint.ByParametersOnFaceReference", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 670.2218699298885, + "Y": 257.17183817388883 + }, + { + "Id": "ff33743e1c95428490964eb722b01fa5", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 131.1718381738888 + }, + { + "Id": "0c6fce622fdb48b086094ad23b856262", + "Name": "ReferencePoint.Point", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1173.1049425347676, + "Y": 365.77035714593626 + }, + { + "Id": "f2ccbedf98504499a22ecbb9371f52dc", + "Name": "Object.Type", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1712.9111053005336, + "Y": 256.0175247115112 + }, + { + "Id": "a8aeb71af7fe43cc9ccc981e18f55c2a", + "Name": "List Create", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1504.3460715076071, + "Y": 256.0175247115112 + }, + { + "Id": "c426aa711bae4fd88fb9649dfab19086", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1992.7247610559207, + "Y": 256.0175247115112 + } + ], + "Annotations": [ + { + "Id": "bd9d8e53746646d8a2d74ddd218ae1c6", + "Title": "Review", + "DescriptionText": "Returning the reference point as a Dynamo point", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "f2ccbedf98504499a22ecbb9371f52dc", + "a8aeb71af7fe43cc9ccc981e18f55c2a", + "c426aa711bae4fd88fb9649dfab19086" + ], + "HasNestedGroups": false, + "Left": 1494.3460715076071, + "Top": 183.6175247115112, + "Width": 1021.9786895483135, + "Height": 370.6, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 256.0175247115112, + "InitialHeight": 328.20000000000005, + "TextblockHeight": 62.4, + "Background": "#FFA4E1FF" + } + ], + "X": -826.731875182201, + "Y": -175.60471291877593, + "Zoom": 1.0733333710929127 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Point_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Point_img.jpg new file mode 100644 index 000000000..062d6d4b5 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Point_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.X.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.X.dyn new file mode 100644 index 000000000..bd153dc3f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.X.dyn @@ -0,0 +1,376 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.X", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99b1a4d96501463e9ed6907868a02b9f", + "Name": "elementFaceReference", + "Description": "var", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Name": "u", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "228d094c658644eb887973cb42fa30d4", + "Name": "v", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a32864882af4434b70aade085e831b5", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference@var,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by UV coordinates on a Face. This introduces a persistent relationship between Elements in the Revit document.\n\nReferencePoint.ByParametersOnFaceReference (elementFaceReference: var, u: double, v: double): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "bcd7eec5-ca5c-4181-80a2-09ec60bc3323-000014b3:24:SURFACE" + ], + "Id": "ff33743e1c95428490964eb722b01fa5", + "Inputs": [], + "Outputs": [ + { + "Id": "ca3e2df5542f49ea8f74aad3c510a7d0", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "d6fdf1e2928442edb8f88a0aaaae8a16", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fab8188507064edba7a782e48c2159ec", + "Name": "referencePoint", + "Description": "Revit.Elements.ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "4b34c1eedddb49f0a5e8851edfb5b293", + "Name": "double", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.X", + "Replication": "Auto", + "Description": "Gets 'X' coordinate of the specified ReferencePoint\n\nReferencePoint.X: double" + }, + { + "ConcreteType": "Watch3DNodeModels.Watch3D, Watch3DNodeModels", + "WatchWidth": 200.0, + "WatchHeight": 200.0, + "WasExecuted": true, + "Camera": { + "Name": "5af683b4-3d2b-4c76-98da-bc0ceda531bd Preview", + "EyeX": 40.05946350097656, + "EyeY": 62.125606536865234, + "EyeZ": 41.680240631103516, + "LookX": -45.05946350097656, + "LookY": -51.125606536865234, + "LookZ": -49.680240631103516, + "UpX": -0.28325849771499634, + "UpY": 0.9067687392234802, + "UpZ": -0.31230634450912476 + }, + "VariableInputPorts": true, + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a95cb3be9184476ca91e698e5ad3df38", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "548863866f984232a871c7c73fbc61a8", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5852db5fbbc541a3b4b028cc97181bea", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Shows a dynamic preview of geometry" + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Id": "c5265cea1ea247198cbb08d2d03edbdb", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "228d094c658644eb887973cb42fa30d4", + "Id": "d0b52c478d9d42f392f09f4c5fc2d8b4", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "fab8188507064edba7a782e48c2159ec", + "Id": "5335446e15c649a1bc3762c5186409a4", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "548863866f984232a871c7c73fbc61a8", + "Id": "b1fce484511948c9841ce09616a8d0d0", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "99b1a4d96501463e9ed6907868a02b9f", + "Id": "b9ddc8f85dd147b0ae783f7f7d638627", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "a95cb3be9184476ca91e698e5ad3df38", + "Id": "84ae36e85bfb40c0bdc58fa6a3414868", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "aead1ce1-f9c6-49ed-86d5-7cf98666a5cf", + "Binding": { + "ByParametersOnFaceReference_InClassDecl-1_InFunctionScope-1_Instance0_aead1ce1-f9c6-49ed-86d5-7cf98666a5cf": "H4sIAAAAAAAACh3LsQ6DMAxF0X95cy05hEDKzMLcETMEx6q6ZGizRfl3Ku50lrs3FPtVy2uqCcvekG+gCV71+ynvbRUsglPzbKaBNAWl0UVHkdNA/DSd+FTvB0/8zwUeBQ/BVur9Bh+5ox/9uAAH/o0HbQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 17.689781188964844, + "EyeY": 78.4065055847168, + "EyeZ": 67.5356330871582, + "LookX": -47.75479507446289, + "LookY": -38.209136962890625, + "LookZ": -44.36001968383789, + "UpX": -0.2264072448015213, + "UpY": 0.9510564804077148, + "UpZ": -0.21031257510185242 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 297.17183817388883 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 445.1718381738889 + }, + { + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "Name": "ReferencePoint.ByParametersOnFaceReference", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 670.2218699298885, + "Y": 257.17183817388883 + }, + { + "Id": "ff33743e1c95428490964eb722b01fa5", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 131.1718381738888 + }, + { + "Id": "d6fdf1e2928442edb8f88a0aaaae8a16", + "Name": "ReferencePoint.X", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1173.1049425347676, + "Y": 365.77035714593626 + }, + { + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "Name": "Watch 3D", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1480.1214374352796, + "Y": 132.22780146706245 + } + ], + "Annotations": [], + "X": -262.364044778137, + "Y": 39.70094555968599, + "Zoom": 0.9944887004195564 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XYPlane.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XYPlane.dyn new file mode 100644 index 000000000..e42ca2571 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XYPlane.dyn @@ -0,0 +1,361 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.XYPlane", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99b1a4d96501463e9ed6907868a02b9f", + "Name": "elementFaceReference", + "Description": "var", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Name": "u", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "228d094c658644eb887973cb42fa30d4", + "Name": "v", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a32864882af4434b70aade085e831b5", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference@var,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by UV coordinates on a Face. This introduces a persistent relationship between Elements in the Revit document.\n\nReferencePoint.ByParametersOnFaceReference (elementFaceReference: var, u: double, v: double): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "bcd7eec5-ca5c-4181-80a2-09ec60bc3323-000014b3:24:SURFACE" + ], + "Id": "ff33743e1c95428490964eb722b01fa5", + "Inputs": [], + "Outputs": [ + { + "Id": "ca3e2df5542f49ea8f74aad3c510a7d0", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "Watch3DNodeModels.Watch3D, Watch3DNodeModels", + "WatchWidth": 200.0, + "WatchHeight": 200.0, + "WasExecuted": true, + "Camera": { + "Name": "5af683b4-3d2b-4c76-98da-bc0ceda531bd Preview", + "EyeX": 8.998659133911133, + "EyeY": 8.22997760772705, + "EyeZ": 10.774279594421387, + "LookX": -8.42701244354248, + "LookY": -7.837507247924805, + "LookZ": -16.59368896484375, + "UpX": -0.0821869894862175, + "UpY": 0.9833893775939941, + "UpZ": -0.16183523833751678 + }, + "VariableInputPorts": true, + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a95cb3be9184476ca91e698e5ad3df38", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5852db5fbbc541a3b4b028cc97181bea", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Shows a dynamic preview of geometry" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "f8148f9dda8946aaa5186e922af29f51", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "554a6d924f204a22a354e5f67343999f", + "Name": "referencePoint", + "Description": "Revit.Elements.ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "34d877d2421d42589388133141c0ceaf", + "Name": "Plane", + "Description": "Plane", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.XYPlane", + "Replication": "Auto", + "Description": "Gets XY plane of the specified ReferencePoint\n\nReferencePoint.XYPlane: Plane" + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Id": "c5265cea1ea247198cbb08d2d03edbdb", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "228d094c658644eb887973cb42fa30d4", + "Id": "d0b52c478d9d42f392f09f4c5fc2d8b4", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "554a6d924f204a22a354e5f67343999f", + "Id": "69c663067f05499b963cbcb5d8326ff8", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "99b1a4d96501463e9ed6907868a02b9f", + "Id": "b9ddc8f85dd147b0ae783f7f7d638627", + "IsHidden": "False" + }, + { + "Start": "34d877d2421d42589388133141c0ceaf", + "End": "a95cb3be9184476ca91e698e5ad3df38", + "Id": "e7fa1812e40c475d9d61f28eb4e9f48e", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "aead1ce1-f9c6-49ed-86d5-7cf98666a5cf", + "Binding": { + "ByParametersOnFaceReference_InClassDecl-1_InFunctionScope-1_Instance0_aead1ce1-f9c6-49ed-86d5-7cf98666a5cf": "H4sIAAAAAAAACh3LsQ6DMAxF0X95cy05hEDKzMLcETMEx6q6ZGizRfl3Ku50lrs3FPtVy2uqCcvekG+gCV71+ynvbRUsglPzbKaBNAWl0UVHkdNA/DSd+FTvB0/8zwUeBQ/BVur9Bh+5ox/9uAAH/o0HbQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 17.689781188964844, + "EyeY": 78.4065055847168, + "EyeZ": 67.5356330871582, + "LookX": -47.75479507446289, + "LookY": -38.209136962890625, + "LookZ": -44.36001968383789, + "UpX": -0.2264072448015213, + "UpY": 0.9510564804077148, + "UpZ": -0.21031257510185242 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 297.17183817388883 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 445.1718381738889 + }, + { + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "Name": "ReferencePoint.ByParametersOnFaceReference", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 670.2218699298885, + "Y": 257.17183817388883 + }, + { + "Id": "ff33743e1c95428490964eb722b01fa5", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 131.1718381738888 + }, + { + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "Name": "Watch 3D", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1513.9076433376943, + "Y": 257.17183817388883 + }, + { + "Id": "f8148f9dda8946aaa5186e922af29f51", + "Name": "ReferencePoint.XYPlane", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1173.1049425347676, + "Y": 256.3674047000218 + } + ], + "Annotations": [], + "X": -461.56404477813726, + "Y": -53.89905444031409, + "Zoom": 0.9944887004195564 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XYPlane_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XYPlane_img.jpg new file mode 100644 index 000000000..cc773a4b1 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XYPlane_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XZPlane.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XZPlane.dyn new file mode 100644 index 000000000..4b74aa1d2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XZPlane.dyn @@ -0,0 +1,361 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.XZPlane", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99b1a4d96501463e9ed6907868a02b9f", + "Name": "elementFaceReference", + "Description": "var", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Name": "u", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "228d094c658644eb887973cb42fa30d4", + "Name": "v", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a32864882af4434b70aade085e831b5", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference@var,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by UV coordinates on a Face. This introduces a persistent relationship between Elements in the Revit document.\n\nReferencePoint.ByParametersOnFaceReference (elementFaceReference: var, u: double, v: double): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "bcd7eec5-ca5c-4181-80a2-09ec60bc3323-000014b3:24:SURFACE" + ], + "Id": "ff33743e1c95428490964eb722b01fa5", + "Inputs": [], + "Outputs": [ + { + "Id": "ca3e2df5542f49ea8f74aad3c510a7d0", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "Watch3DNodeModels.Watch3D, Watch3DNodeModels", + "WatchWidth": 200.0, + "WatchHeight": 200.0, + "WasExecuted": true, + "Camera": { + "Name": "5af683b4-3d2b-4c76-98da-bc0ceda531bd Preview", + "EyeX": 8.998659133911133, + "EyeY": 8.22997760772705, + "EyeZ": 10.774279594421387, + "LookX": -8.42701244354248, + "LookY": -7.837507247924805, + "LookZ": -16.59368896484375, + "UpX": -0.0821869894862175, + "UpY": 0.9833893775939941, + "UpZ": -0.16183523833751678 + }, + "VariableInputPorts": true, + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a95cb3be9184476ca91e698e5ad3df38", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5852db5fbbc541a3b4b028cc97181bea", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Shows a dynamic preview of geometry" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "49a7fb612f444c70ad4236e51e3eb62c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "54b43a7014c64ea998fd34c2e2e76c3c", + "Name": "referencePoint", + "Description": "Revit.Elements.ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "095ff82540a548b791ce2f14f47d1d40", + "Name": "Plane", + "Description": "Plane", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.XZPlane", + "Replication": "Auto", + "Description": "Gets XZ plane of the specified ReferencePoint\n\nReferencePoint.XZPlane: Plane" + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Id": "c5265cea1ea247198cbb08d2d03edbdb", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "228d094c658644eb887973cb42fa30d4", + "Id": "d0b52c478d9d42f392f09f4c5fc2d8b4", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "54b43a7014c64ea998fd34c2e2e76c3c", + "Id": "3be19ce6c096430a9f3369dbfd049c45", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "99b1a4d96501463e9ed6907868a02b9f", + "Id": "b9ddc8f85dd147b0ae783f7f7d638627", + "IsHidden": "False" + }, + { + "Start": "095ff82540a548b791ce2f14f47d1d40", + "End": "a95cb3be9184476ca91e698e5ad3df38", + "Id": "ea19fa1911604bc7b8c7f944792e8562", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "aead1ce1-f9c6-49ed-86d5-7cf98666a5cf", + "Binding": { + "ByParametersOnFaceReference_InClassDecl-1_InFunctionScope-1_Instance0_aead1ce1-f9c6-49ed-86d5-7cf98666a5cf": "H4sIAAAAAAAACh3LsQ6DMAxF0X95cy05hEDKzMLcETMEx6q6ZGizRfl3Ku50lrs3FPtVy2uqCcvekG+gCV71+ynvbRUsglPzbKaBNAWl0UVHkdNA/DSd+FTvB0/8zwUeBQ/BVur9Bh+5ox/9uAAH/o0HbQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 17.689781188964844, + "EyeY": 78.4065055847168, + "EyeZ": 67.5356330871582, + "LookX": -47.75479507446289, + "LookY": -38.209136962890625, + "LookZ": -44.36001968383789, + "UpX": -0.2264072448015213, + "UpY": 0.9510564804077148, + "UpZ": -0.21031257510185242 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 297.17183817388883 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 445.1718381738889 + }, + { + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "Name": "ReferencePoint.ByParametersOnFaceReference", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 670.2218699298885, + "Y": 257.17183817388883 + }, + { + "Id": "ff33743e1c95428490964eb722b01fa5", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 131.1718381738888 + }, + { + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "Name": "Watch 3D", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1513.9076433376943, + "Y": 257.17183817388883 + }, + { + "Id": "49a7fb612f444c70ad4236e51e3eb62c", + "Name": "ReferencePoint.XZPlane", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1172.3005090609006, + "Y": 257.17183817388883 + } + ], + "Annotations": [], + "X": -461.56404477813726, + "Y": -53.89905444031409, + "Zoom": 0.9944887004195564 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XZPlane_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XZPlane_img.jpg new file mode 100644 index 000000000..7b113d7fb Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.XZPlane_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.X_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.X_img.jpg new file mode 100644 index 000000000..9c22f56de Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.X_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Y.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Y.dyn new file mode 100644 index 000000000..bfe00f09a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Y.dyn @@ -0,0 +1,376 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.Y", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99b1a4d96501463e9ed6907868a02b9f", + "Name": "elementFaceReference", + "Description": "var", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Name": "u", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "228d094c658644eb887973cb42fa30d4", + "Name": "v", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a32864882af4434b70aade085e831b5", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference@var,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by UV coordinates on a Face. This introduces a persistent relationship between Elements in the Revit document.\n\nReferencePoint.ByParametersOnFaceReference (elementFaceReference: var, u: double, v: double): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "bcd7eec5-ca5c-4181-80a2-09ec60bc3323-000014b3:24:SURFACE" + ], + "Id": "ff33743e1c95428490964eb722b01fa5", + "Inputs": [], + "Outputs": [ + { + "Id": "ca3e2df5542f49ea8f74aad3c510a7d0", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "Watch3DNodeModels.Watch3D, Watch3DNodeModels", + "WatchWidth": 200.0, + "WatchHeight": 200.0, + "WasExecuted": true, + "Camera": { + "Name": "5af683b4-3d2b-4c76-98da-bc0ceda531bd Preview", + "EyeX": 40.05946350097656, + "EyeY": 62.125606536865234, + "EyeZ": 41.680240631103516, + "LookX": -45.05946350097656, + "LookY": -51.125606536865234, + "LookZ": -49.680240631103516, + "UpX": -0.28325849771499634, + "UpY": 0.9067687392234802, + "UpZ": -0.31230634450912476 + }, + "VariableInputPorts": true, + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a95cb3be9184476ca91e698e5ad3df38", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "548863866f984232a871c7c73fbc61a8", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5852db5fbbc541a3b4b028cc97181bea", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Shows a dynamic preview of geometry" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "478cba2b525a4b9a994638d0e539966a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "1327f38c9848456583079109dca46f5f", + "Name": "referencePoint", + "Description": "Revit.Elements.ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "fa36b2e74dbc49b58eb3d6010b54ee5f", + "Name": "double", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.Y", + "Replication": "Auto", + "Description": "Gets 'Y' coordinate of the specified ReferencePoint\n\nReferencePoint.Y: double" + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Id": "c5265cea1ea247198cbb08d2d03edbdb", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "228d094c658644eb887973cb42fa30d4", + "Id": "d0b52c478d9d42f392f09f4c5fc2d8b4", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "548863866f984232a871c7c73fbc61a8", + "Id": "b1fce484511948c9841ce09616a8d0d0", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "1327f38c9848456583079109dca46f5f", + "Id": "f2150fd2a45444158c11ab1c751eefa1", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "99b1a4d96501463e9ed6907868a02b9f", + "Id": "b9ddc8f85dd147b0ae783f7f7d638627", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "a95cb3be9184476ca91e698e5ad3df38", + "Id": "84ae36e85bfb40c0bdc58fa6a3414868", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "aead1ce1-f9c6-49ed-86d5-7cf98666a5cf", + "Binding": { + "ByParametersOnFaceReference_InClassDecl-1_InFunctionScope-1_Instance0_aead1ce1-f9c6-49ed-86d5-7cf98666a5cf": "H4sIAAAAAAAACh3LsQ6DMAxF0X95cy05hEDKzMLcETMEx6q6ZGizRfl3Ku50lrs3FPtVy2uqCcvekG+gCV71+ynvbRUsglPzbKaBNAWl0UVHkdNA/DSd+FTvB0/8zwUeBQ/BVur9Bh+5ox/9uAAH/o0HbQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 17.689781188964844, + "EyeY": 78.4065055847168, + "EyeZ": 67.5356330871582, + "LookX": -47.75479507446289, + "LookY": -38.209136962890625, + "LookZ": -44.36001968383789, + "UpX": -0.2264072448015213, + "UpY": 0.9510564804077148, + "UpZ": -0.21031257510185242 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 297.17183817388883 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 445.1718381738889 + }, + { + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "Name": "ReferencePoint.ByParametersOnFaceReference", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 670.2218699298885, + "Y": 257.17183817388883 + }, + { + "Id": "ff33743e1c95428490964eb722b01fa5", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 131.1718381738888 + }, + { + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "Name": "Watch 3D", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1480.1214374352796, + "Y": 132.22780146706245 + }, + { + "Id": "478cba2b525a4b9a994638d0e539966a", + "Name": "ReferencePoint.Y", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1173.1049425347676, + "Y": 365.77035714593626 + } + ], + "Annotations": [], + "X": -262.364044778137, + "Y": 39.70094555968599, + "Zoom": 0.9944887004195564 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.YZPlane.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.YZPlane.dyn new file mode 100644 index 000000000..12199165e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.YZPlane.dyn @@ -0,0 +1,361 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.YZPlane", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99b1a4d96501463e9ed6907868a02b9f", + "Name": "elementFaceReference", + "Description": "var", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Name": "u", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "228d094c658644eb887973cb42fa30d4", + "Name": "v", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a32864882af4434b70aade085e831b5", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference@var,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by UV coordinates on a Face. This introduces a persistent relationship between Elements in the Revit document.\n\nReferencePoint.ByParametersOnFaceReference (elementFaceReference: var, u: double, v: double): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "bcd7eec5-ca5c-4181-80a2-09ec60bc3323-000014b3:24:SURFACE" + ], + "Id": "ff33743e1c95428490964eb722b01fa5", + "Inputs": [], + "Outputs": [ + { + "Id": "ca3e2df5542f49ea8f74aad3c510a7d0", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "Watch3DNodeModels.Watch3D, Watch3DNodeModels", + "WatchWidth": 200.0, + "WatchHeight": 200.0, + "WasExecuted": true, + "Camera": { + "Name": "5af683b4-3d2b-4c76-98da-bc0ceda531bd Preview", + "EyeX": 8.998659133911133, + "EyeY": 8.22997760772705, + "EyeZ": 10.774279594421387, + "LookX": -8.42701244354248, + "LookY": -7.837507247924805, + "LookZ": -16.59368896484375, + "UpX": -0.0821869894862175, + "UpY": 0.9833893775939941, + "UpZ": -0.16183523833751678 + }, + "VariableInputPorts": true, + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a95cb3be9184476ca91e698e5ad3df38", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5852db5fbbc541a3b4b028cc97181bea", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Shows a dynamic preview of geometry" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "73ffe21df1844062b0aa36110e0992c2", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "e32a94e49cde472888b389611bb9a9b7", + "Name": "referencePoint", + "Description": "Revit.Elements.ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "0283890526aa412794e33c8788976caf", + "Name": "Plane", + "Description": "Plane", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.YZPlane", + "Replication": "Auto", + "Description": "Gets YZ plane of the specified ReferencePoint\n\nReferencePoint.YZPlane: Plane" + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Id": "c5265cea1ea247198cbb08d2d03edbdb", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "228d094c658644eb887973cb42fa30d4", + "Id": "d0b52c478d9d42f392f09f4c5fc2d8b4", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "e32a94e49cde472888b389611bb9a9b7", + "Id": "ea5fd0b9ac394d6093b156a230479ae5", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "99b1a4d96501463e9ed6907868a02b9f", + "Id": "b9ddc8f85dd147b0ae783f7f7d638627", + "IsHidden": "False" + }, + { + "Start": "0283890526aa412794e33c8788976caf", + "End": "a95cb3be9184476ca91e698e5ad3df38", + "Id": "e0e4b276af494fef83c4f08ee49f3612", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "aead1ce1-f9c6-49ed-86d5-7cf98666a5cf", + "Binding": { + "ByParametersOnFaceReference_InClassDecl-1_InFunctionScope-1_Instance0_aead1ce1-f9c6-49ed-86d5-7cf98666a5cf": "H4sIAAAAAAAACh3LsQ6DMAxF0X95cy05hEDKzMLcETMEx6q6ZGizRfl3Ku50lrs3FPtVy2uqCcvekG+gCV71+ynvbRUsglPzbKaBNAWl0UVHkdNA/DSd+FTvB0/8zwUeBQ/BVur9Bh+5ox/9uAAH/o0HbQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 17.689781188964844, + "EyeY": 78.4065055847168, + "EyeZ": 67.5356330871582, + "LookX": -47.75479507446289, + "LookY": -38.209136962890625, + "LookZ": -44.36001968383789, + "UpX": -0.2264072448015213, + "UpY": 0.9510564804077148, + "UpZ": -0.21031257510185242 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 297.17183817388883 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 445.1718381738889 + }, + { + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "Name": "ReferencePoint.ByParametersOnFaceReference", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 670.2218699298885, + "Y": 257.17183817388883 + }, + { + "Id": "ff33743e1c95428490964eb722b01fa5", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 131.1718381738888 + }, + { + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "Name": "Watch 3D", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1513.9076433376943, + "Y": 257.17183817388883 + }, + { + "Id": "73ffe21df1844062b0aa36110e0992c2", + "Name": "ReferencePoint.YZPlane", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1172.3005090609006, + "Y": 257.17183817388883 + } + ], + "Annotations": [], + "X": -461.56404477813726, + "Y": -53.89905444031409, + "Zoom": 0.9944887004195564 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.YZPlane_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.YZPlane_img.jpg new file mode 100644 index 000000000..b923e9fea Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.YZPlane_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Y_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Y_img.jpg new file mode 100644 index 000000000..572c935da Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Y_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Z.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Z.dyn new file mode 100644 index 000000000..35c06d004 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Z.dyn @@ -0,0 +1,376 @@ +{ + "Uuid": "17ad6046-976a-4d39-aa93-76629e74ff14", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.ReferencePoint.Z", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "69d592bfd2e0452d962d795abdf47d18", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 1.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "39948161d50543b1baafb112f32593a4", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f344656af5614d4cbd8ebfca46c2f385", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 0.5 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99b1a4d96501463e9ed6907868a02b9f", + "Name": "elementFaceReference", + "Description": "var", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Name": "u", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "228d094c658644eb887973cb42fa30d4", + "Name": "v", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "6a32864882af4434b70aade085e831b5", + "Name": "ReferencePoint", + "Description": "ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.ByParametersOnFaceReference@var,double,double", + "Replication": "Auto", + "Description": "Create a Reference Point by UV coordinates on a Face. This introduces a persistent relationship between Elements in the Revit document.\n\nReferencePoint.ByParametersOnFaceReference (elementFaceReference: var, u: double, v: double): ReferencePoint" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "bcd7eec5-ca5c-4181-80a2-09ec60bc3323-000014b3:24:SURFACE" + ], + "Id": "ff33743e1c95428490964eb722b01fa5", + "Inputs": [], + "Outputs": [ + { + "Id": "ca3e2df5542f49ea8f74aad3c510a7d0", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "Watch3DNodeModels.Watch3D, Watch3DNodeModels", + "WatchWidth": 200.0, + "WatchHeight": 200.0, + "WasExecuted": true, + "Camera": { + "Name": "5af683b4-3d2b-4c76-98da-bc0ceda531bd Preview", + "EyeX": 40.05946350097656, + "EyeY": 62.125606536865234, + "EyeZ": 41.680240631103516, + "LookX": -45.05946350097656, + "LookY": -51.125606536865234, + "LookZ": -49.680240631103516, + "UpX": -0.28325849771499634, + "UpY": 0.9067687392234802, + "UpZ": -0.31230634450912476 + }, + "VariableInputPorts": true, + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "a95cb3be9184476ca91e698e5ad3df38", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "548863866f984232a871c7c73fbc61a8", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5852db5fbbc541a3b4b028cc97181bea", + "Name": "", + "Description": "Incoming geometry objects.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Shows a dynamic preview of geometry" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "8f4dc4cf6b7242e1a2ed2d3c1f378a5c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d996a4463b3449328b53e3a2598cb213", + "Name": "referencePoint", + "Description": "Revit.Elements.ReferencePoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "479416a1182445ffbb5a81c5478ba966", + "Name": "double", + "Description": "double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ReferencePoint.Z", + "Replication": "Auto", + "Description": "Gets 'Z' coordinate of the specified ReferencePoint\n\nReferencePoint.Z: double" + } + ], + "Connectors": [ + { + "Start": "69d592bfd2e0452d962d795abdf47d18", + "End": "21a3ab73f9fb48ddb7b59680ec2acb22", + "Id": "c5265cea1ea247198cbb08d2d03edbdb", + "IsHidden": "False" + }, + { + "Start": "f344656af5614d4cbd8ebfca46c2f385", + "End": "228d094c658644eb887973cb42fa30d4", + "Id": "d0b52c478d9d42f392f09f4c5fc2d8b4", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "548863866f984232a871c7c73fbc61a8", + "Id": "b1fce484511948c9841ce09616a8d0d0", + "IsHidden": "False" + }, + { + "Start": "6a32864882af4434b70aade085e831b5", + "End": "d996a4463b3449328b53e3a2598cb213", + "Id": "63bbfc645aeb47e8bc08131ba11eca24", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "99b1a4d96501463e9ed6907868a02b9f", + "Id": "b9ddc8f85dd147b0ae783f7f7d638627", + "IsHidden": "False" + }, + { + "Start": "ca3e2df5542f49ea8f74aad3c510a7d0", + "End": "a95cb3be9184476ca91e698e5ad3df38", + "Id": "84ae36e85bfb40c0bdc58fa6a3414868", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "aead1ce1-f9c6-49ed-86d5-7cf98666a5cf", + "Binding": { + "ByParametersOnFaceReference_InClassDecl-1_InFunctionScope-1_Instance0_aead1ce1-f9c6-49ed-86d5-7cf98666a5cf": "H4sIAAAAAAAACh3LsQ6DMAxF0X95cy05hEDKzMLcETMEx6q6ZGizRfl3Ku50lrs3FPtVy2uqCcvekG+gCV71+ynvbRUsglPzbKaBNAWl0UVHkdNA/DSd+FTvB0/8zwUeBQ/BVur9Bh+5ox/9uAAH/o0HbQAAAA==" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 17.689781188964844, + "EyeY": 78.4065055847168, + "EyeZ": 67.5356330871582, + "LookX": -47.75479507446289, + "LookY": -38.209136962890625, + "LookZ": -44.36001968383789, + "UpX": -0.2264072448015213, + "UpY": 0.9510564804077148, + "UpZ": -0.21031257510185242 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "ee7d5e4db23d4e63a23a88bf78b1cdff", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 297.17183817388883 + }, + { + "Id": "39948161d50543b1baafb112f32593a4", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 445.1718381738889 + }, + { + "Id": "aead1ce1f9c649ed86d57cf98666a5cf", + "Name": "ReferencePoint.ByParametersOnFaceReference", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 670.2218699298885, + "Y": 257.17183817388883 + }, + { + "Id": "ff33743e1c95428490964eb722b01fa5", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 221.42186992988854, + "Y": 131.1718381738888 + }, + { + "Id": "5af683b43d2b4c7698dabc0ceda531bd", + "Name": "Watch 3D", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1480.1214374352796, + "Y": 132.22780146706245 + }, + { + "Id": "8f4dc4cf6b7242e1a2ed2d3c1f378a5c", + "Name": "ReferencePoint.Z", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1173.1049425347676, + "Y": 365.77035714593626 + } + ], + "Annotations": [], + "X": -262.364044778137, + "Y": 39.70094555968599, + "Zoom": 0.9944887004195564 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Z_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Z_img.jpg new file mode 100644 index 000000000..e22446e9b Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.ReferencePoint.Z_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.ByName.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.ByName.dyn new file mode 100644 index 000000000..4aab658d6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.ByName.dyn @@ -0,0 +1,147 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.RoofType.ByName", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "202c643ec7cc40049ad4a9d7fdd537f2", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3427d6cad39b4509867137a302550b0f", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Generic - 9\"" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a4aeba7cd0f04e57b18eeca32fec0d45", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "1931b7f8a69946a8a5d57710004d536c", + "Name": "name", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "c2ad36bcaf8a40d4a5096d41e660caec", + "Name": "RoofType", + "Description": "RoofType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.RoofType.ByName@string", + "Replication": "Auto", + "Description": "Select a RoofType from the document given\n\nRoofType.ByName (name: string): RoofType" + } + ], + "Connectors": [ + { + "Start": "3427d6cad39b4509867137a302550b0f", + "End": "1931b7f8a69946a8a5d57710004d536c", + "Id": "cd8ded12efbc42b496c97401b43cbc36", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "202c643ec7cc40049ad4a9d7fdd537f2", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 330.8000000000002, + "Y": 200.79999999999995 + }, + { + "Id": "a4aeba7cd0f04e57b18eeca32fec0d45", + "Name": "RoofType.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 583.6000000000001, + "Y": 200.79999999999995 + } + ], + "Annotations": [], + "X": -79.93042789017284, + "Y": -33.968912082370366, + "Zoom": 1.545620359375 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.ByName_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.ByName_img.jpg new file mode 100644 index 000000000..8c5253399 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.ByName_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.GetThermalProperties.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.GetThermalProperties.dyn new file mode 100644 index 000000000..96a759d8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.GetThermalProperties.dyn @@ -0,0 +1,229 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.RoofType.GetThermalProperties", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "e9baf036384544c4b60c3d36a5331d5e", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "1a8c468dc532473aa8b069877f8750a3", + "Name": "roofType", + "Description": "Revit.Elements.RoofType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "53f1427886da4db09d86c3a5d952678a", + "Name": "Absorptance", + "Description": "Value of absorptance.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "96b5592092334d51afec60c73d4500ae", + "Name": "HeatTransferCoefficient", + "Description": "The heat transfer coefficient value (U-Value).", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "bac3d60aca0c483f81d84041367e5c7c", + "Name": "Roughness", + "Description": "Value of roughness.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "de54770ffc9746c59059a17fb17c2b24", + "Name": "ThermalMass", + "Description": "The calculated thermal mass value.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "297c8ec7b91242ba928996595f41142c", + "Name": "ThermalResistance", + "Description": "The calculated thermal resistance value (R-Value).", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.RoofType.GetThermalProperties", + "Replication": "Auto", + "Description": "The calculated and settable thermal properties of the RoofType.\n\nRoofType.GetThermalProperties ( ): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "202c643ec7cc40049ad4a9d7fdd537f2", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "3427d6cad39b4509867137a302550b0f", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Generic - 9\"" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a4aeba7cd0f04e57b18eeca32fec0d45", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "1931b7f8a69946a8a5d57710004d536c", + "Name": "name", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "c2ad36bcaf8a40d4a5096d41e660caec", + "Name": "RoofType", + "Description": "RoofType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.RoofType.ByName@string", + "Replication": "Auto", + "Description": "Select a RoofType from the document given\n\nRoofType.ByName (name: string): RoofType" + } + ], + "Connectors": [ + { + "Start": "3427d6cad39b4509867137a302550b0f", + "End": "1931b7f8a69946a8a5d57710004d536c", + "Id": "cd8ded12efbc42b496c97401b43cbc36", + "IsHidden": "False" + }, + { + "Start": "c2ad36bcaf8a40d4a5096d41e660caec", + "End": "1a8c468dc532473aa8b069877f8750a3", + "Id": "0c7b0f8e49da44ba919812d04218b833", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "e9baf036384544c4b60c3d36a5331d5e", + "Name": "RoofType.GetThermalProperties", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 899.6000000000001, + "Y": 200.79999999999998 + }, + { + "Id": "202c643ec7cc40049ad4a9d7fdd537f2", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 330.8000000000002, + "Y": 200.79999999999995 + }, + { + "Id": "a4aeba7cd0f04e57b18eeca32fec0d45", + "Name": "RoofType.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 583.6000000000001, + "Y": 200.79999999999995 + } + ], + "Annotations": [], + "X": -116.96799999999996, + "Y": -5.753999999999905, + "Zoom": 1.1575 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.GetThermalProperties_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.GetThermalProperties_img.jpg new file mode 100644 index 000000000..d0ffea663 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.GetThermalProperties_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.Name.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.Name.dyn new file mode 100644 index 000000000..9a1bbcdce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.Name.dyn @@ -0,0 +1,193 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.RoofType.Name", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "aebda6600fd64e979bc0dbf4b0a8e2c8", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "71f14144eb9c46afb8530f28f5b3761d", + "Name": "roofType", + "Description": "Revit.Elements.RoofType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "11e116a2002f46018911a551eaf4d254", + "Name": "string", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.RoofType.Name", + "Replication": "Auto", + "Description": "The name of the RoofType\n\nRoofType.Name: string" + }, + { + "ConcreteType": "DSRevitNodesUI.ElementTypes, DSRevitNodesUI", + "SelectedIndex": 301, + "SelectedString": "RoofType", + "Id": "b30215df9a8e4f06b0991def287d14d3", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "b7972e208d44456898ffb14e578130f5", + "Name": "Classes", + "Description": "The selected Classes", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All element subclasses." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfType, DSRevitNodesUI", + "Id": "0589f2b4003f4a2485b7cfb7e9da3bb0", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "5f79594d27ab4cfe8ccc7ab364c1a717", + "Name": "element class", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7ad55f717a354ed0aa771f60195494ea", + "Name": "elements", + "Description": "All elements in the active document of a given class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All elements in the active document of a given class." + } + ], + "Connectors": [ + { + "Start": "b7972e208d44456898ffb14e578130f5", + "End": "5f79594d27ab4cfe8ccc7ab364c1a717", + "Id": "fab0fc03090d4737863cdf98ec379dd6", + "IsHidden": "False" + }, + { + "Start": "7ad55f717a354ed0aa771f60195494ea", + "End": "71f14144eb9c46afb8530f28f5b3761d", + "Id": "7327da30563f48f88d007b5ed18903c3", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "aebda6600fd64e979bc0dbf4b0a8e2c8", + "Name": "RoofType.Name", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 789.5999999999999, + "Y": 295.20000000000005 + }, + { + "Id": "b30215df9a8e4f06b0991def287d14d3", + "Name": "Element Classes", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 136.39999999999998, + "Y": 295.20000000000005 + }, + { + "Id": "0589f2b4003f4a2485b7cfb7e9da3bb0", + "Name": "All Elements of Class", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 462.79999999999995, + "Y": 295.20000000000005 + } + ], + "Annotations": [], + "X": 0.0, + "Y": 0.0, + "Zoom": 1.0 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.Name_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.Name_img.jpg new file mode 100644 index 000000000..6c5edec63 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.RoofType.Name_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Room.IsInsideRoom.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Room.IsInsideRoom.dyn new file mode 100644 index 000000000..6a1694edc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Room.IsInsideRoom.dyn @@ -0,0 +1,914 @@ +{ + "Uuid": "8459deb8-1aa8-435e-9cd9-4588849eb5f1", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Room.IsInsideRoom", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "b48805a7aafa4135a4c83465799c3113", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "576b3602b99446c388ca017c5fabeb62", + "Name": "room", + "Description": "Revit.Elements.Room", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "63b05d2cad114f84ae7ce4ca392f420b", + "Name": "point", + "Description": "Point", + "UsingDefaultValue": false, + "Level": 1, + "UseLevels": true, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "417276c58c4641d49f7abef9ce8f9415", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Room.IsInsideRoom@Autodesk.DesignScript.Geometry.Point", + "Replication": "Auto", + "Description": "Check if a point is inside of a room\n\nRoom.IsInsideRoom (point: Point): bool" + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 263, + "SelectedString": "OST_Furniture", + "Id": "f982ca1365e54c59bc57646cd0aba479", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "1aa32325b0074fc4bf94e9c425f4c002", + "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": "a342c139c26d4f4dbcb14e561d1c4f00", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "08bc1b68662a4b1db59a73f092a6b458", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "b66bd52157304d1f8eb77f7cc63b84a3", + "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": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 507, + "SelectedString": "OST_Rooms", + "Id": "d5bc9697acdc414092d347498a9fba3a", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "49a1fb51ab7a426dbebaa936fe4a3c31", + "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": "4839824b309e4b48be303ae7f6749cb5", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "aac6d169b66f4e9cacc5f0b5590862b6", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "c2735252c32f48deaaeb472bbd33314b", + "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": "6d123eea642c487ea3765b1d3b586150", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "541ff25bc9a9444daae96ef4292eb94d", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "14748615855f4427b95f9ae010e22eae", + "Name": "geometry[]", + "Description": "The element’s location", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.GetLocation", + "Replication": "Auto", + "Description": "Returns an element's location\n\nElement.GetLocation ( ): Geometry" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "59cad947de954a3d96a4dde097426e74", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "41c38403ab504238a266210df9b7e685", + "Name": "list", + "Description": "The list to find the element in.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": true, + "KeepListStructure": false + }, + { + "Id": "56debd3225ae443eac97cc19b02cf0bc", + "Name": "element", + "Description": "The element whose index is to be returned.\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "9adbcea213c04b7984dd8076fd9ce639", + "Name": "int", + "Description": "The index of the element in the list. Invalid index -1 will be returned if strict match not found.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.IndexOf@var[]..[],var", + "Replication": "Auto", + "Description": "Returns the index of the element in the given list. Match between given list and target element must be a strict match (i.e. int to int, double to double, string to string, object to object etc.).\n\nList.IndexOf (list: var[]..[], element: var): int" + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "d019d103cee24aad8b492c47bd6f4973", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "dc3ec609336e4c04b602c052fe6108db", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": true + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "e8d963a20f504bb0814802c814d79b9d", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "81588a61e32e4c898ac2f830e763e490", + "Name": "object", + "Description": "Object to test.\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "2e58cfe049e546d6903e43128a23815a", + "Name": "bool", + "Description": "Whether object is null.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.Object.IsNull@var", + "Replication": "Auto", + "Description": "Determines if the given object is null.\n\nObject.IsNull (object: var): bool" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "c92a2f71640f4656baa6518285afdb8d", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "3108c6741434469c8213a606009318fd", + "Name": "list", + "Description": "List to filter.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "36430a6f4ad44dd0847358f862bb65ee", + "Name": "mask", + "Description": "List of booleans representing a mask.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "a7f0a2b6abd243e2a46138f2eab8410e", + "Name": "in", + "Description": "Items whose mask index is true.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "59280641ebf148a5a7eb0173c0cad19d", + "Name": "out", + "Description": "Items whose mask index is false.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]", + "Replication": "Auto", + "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "5541d74c74024d96a9866c1aadd05bb0", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "99099d79586543b0ab49595e2c1a7817", + "Name": "list", + "Description": "List to filter.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "87dae56dfa6345f9a40e6017800ab18b", + "Name": "mask", + "Description": "List of booleans representing a mask.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "36920202a17b4c98a1971746d933a4bf", + "Name": "in", + "Description": "Items whose mask index is true.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fd32f0b8abe241baa00bab4bd9763fb4", + "Name": "out", + "Description": "Items whose mask index is false.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]", + "Replication": "Auto", + "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "dbfc096c9f6b4775a04c37b05e99986c", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "f6795d8e0be54f8fbcbf7f235ad70f29", + "Name": "list", + "Description": "List to fetch an item from.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7f48b75f916f46ae919fdd479fa4640c", + "Name": "index", + "Description": "Index of the item to be fetched.\n\nint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "2f8a9ed758f743cabdbb0099bd8e4bc1", + "Name": "item", + "Description": "Item in the list at the given index.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.GetItemAtIndex@var[]..[],int", + "Replication": "Auto", + "Description": "Returns an item from the given list that's located at the specified index.\n\nList.GetItemAtIndex (list: var[]..[], index: int): var[]..[]" + }, + { + "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels", + "VariableInputPorts": true, + "Id": "180db1d4329d4ca4b579a7c68aca695a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "0f70c5e56eed4f499aa1561e44f20ff6", + "Name": "item0", + "Description": "Item Index #0", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c9d7deb78d194f8e99b245be9939575f", + "Name": "item1", + "Description": "Item Index #1", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "29f7005d6aa14035af31c95ae666eb4e", + "Name": "list", + "Description": "A list (type: var[]..[])", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Makes a new list from the given inputs" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "3de2b89ddaf94354b09f90902c2f245b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4cd01041404b44b490020f6c189d72bd", + "Name": "lists", + "Description": "List of lists to be transposed\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "51087421d70f4c068686850a9f4cdf32", + "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[]..[]" + } + ], + "Connectors": [ + { + "Start": "417276c58c4641d49f7abef9ce8f9415", + "End": "41c38403ab504238a266210df9b7e685", + "Id": "261d328a4b3f4fbe90e73ed08b2f4a52", + "IsHidden": "False" + }, + { + "Start": "1aa32325b0074fc4bf94e9c425f4c002", + "End": "08bc1b68662a4b1db59a73f092a6b458", + "Id": "de0d83127196457298309e56ea87f872", + "IsHidden": "False" + }, + { + "Start": "b66bd52157304d1f8eb77f7cc63b84a3", + "End": "541ff25bc9a9444daae96ef4292eb94d", + "Id": "f3ff45061f3146e49ae95cac8f8968b9", + "IsHidden": "False" + }, + { + "Start": "b66bd52157304d1f8eb77f7cc63b84a3", + "End": "3108c6741434469c8213a606009318fd", + "Id": "d289f3bd6ba846ffa8667c8250a3d8d2", + "IsHidden": "False" + }, + { + "Start": "49a1fb51ab7a426dbebaa936fe4a3c31", + "End": "aac6d169b66f4e9cacc5f0b5590862b6", + "Id": "4f79e7cac676423a836b8f3ae1504450", + "IsHidden": "False" + }, + { + "Start": "c2735252c32f48deaaeb472bbd33314b", + "End": "576b3602b99446c388ca017c5fabeb62", + "Id": "337b312630944ed3a78c8623195ed609", + "IsHidden": "False" + }, + { + "Start": "c2735252c32f48deaaeb472bbd33314b", + "End": "f6795d8e0be54f8fbcbf7f235ad70f29", + "Id": "9a6ae7f1b07143c0b1fd28ea93ef29e8", + "IsHidden": "False" + }, + { + "Start": "14748615855f4427b95f9ae010e22eae", + "End": "63b05d2cad114f84ae7ce4ca392f420b", + "Id": "d0985a47f3b44c5d9465d0b73f516893", + "IsHidden": "False" + }, + { + "Start": "9adbcea213c04b7984dd8076fd9ce639", + "End": "81588a61e32e4c898ac2f830e763e490", + "Id": "2e1e216ec0a544fc9254ea3c853f6cb3", + "IsHidden": "False" + }, + { + "Start": "9adbcea213c04b7984dd8076fd9ce639", + "End": "99099d79586543b0ab49595e2c1a7817", + "Id": "4b3ef38b36004386b186575d4b7beff0", + "IsHidden": "False" + }, + { + "Start": "dc3ec609336e4c04b602c052fe6108db", + "End": "56debd3225ae443eac97cc19b02cf0bc", + "Id": "dd30dc3b491b48bab94eeaa4edac6736", + "IsHidden": "False" + }, + { + "Start": "2e58cfe049e546d6903e43128a23815a", + "End": "36430a6f4ad44dd0847358f862bb65ee", + "Id": "1ade8f11eb77441caeec31eff863efef", + "IsHidden": "False" + }, + { + "Start": "2e58cfe049e546d6903e43128a23815a", + "End": "87dae56dfa6345f9a40e6017800ab18b", + "Id": "b08570fa691e4296b31071517966a2c1", + "IsHidden": "False" + }, + { + "Start": "59280641ebf148a5a7eb0173c0cad19d", + "End": "0f70c5e56eed4f499aa1561e44f20ff6", + "Id": "279b07d7957747f1b0ea6ace7a3c5492", + "IsHidden": "False" + }, + { + "Start": "fd32f0b8abe241baa00bab4bd9763fb4", + "End": "7f48b75f916f46ae919fdd479fa4640c", + "Id": "2a390f1c5cd740f3841e46f8a24f0d39", + "IsHidden": "False" + }, + { + "Start": "2f8a9ed758f743cabdbb0099bd8e4bc1", + "End": "c9d7deb78d194f8e99b245be9939575f", + "Id": "fff7d4cb5cc9497ba21eae8ec2fc25fe", + "IsHidden": "False" + }, + { + "Start": "29f7005d6aa14035af31c95ae666eb4e", + "End": "4cd01041404b44b490020f6c189d72bd", + "Id": "ed12f2f7284145acb91c5d7e33233af5", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "b48805a7aafa4135a4c83465799c3113", + "Name": "Room.IsInsideRoom", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1125.3656955225156, + "Y": 165.227706266768 + }, + { + "Id": "f982ca1365e54c59bc57646cd0aba479", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 91.79514383276069, + "Y": -8.665340850521147 + }, + { + "Id": "a342c139c26d4f4dbcb14e561d1c4f00", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 398.1951438327607, + "Y": -8.665340850521147 + }, + { + "Id": "d5bc9697acdc414092d347498a9fba3a", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 91.79514383276069, + "Y": -223.32415666978932 + }, + { + "Id": "4839824b309e4b48be303ae7f6749cb5", + "Name": "All Elements of Category", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 398.1951438327607, + "Y": -223.32415666978932 + }, + { + "Id": "6d123eea642c487ea3765b1d3b586150", + "Name": "Element.GetLocation", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 762.8766352234468, + "Y": 235.65255641801258 + }, + { + "Id": "59cad947de954a3d96a4dde097426e74", + "Name": "List.IndexOf", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1458.081718367856, + "Y": 223.75101166008994 + }, + { + "Id": "d019d103cee24aad8b492c47bd6f4973", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1155.7656955225154, + "Y": 359.91896596940893 + }, + { + "Id": "e8d963a20f504bb0814802c814d79b9d", + "Name": "Object.IsNull", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1706.9562933415145, + "Y": 318.979446675385 + }, + { + "Id": "c92a2f71640f4656baa6518285afdb8d", + "Name": "List.FilterByBoolMask", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2113.2743687187804, + "Y": -1.401042705371765 + }, + { + "Id": "5541d74c74024d96a9866c1aadd05bb0", + "Name": "List.FilterByBoolMask", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2113.2743687187804, + "Y": 228.63128083806856 + }, + { + "Id": "dbfc096c9f6b4775a04c37b05e99986c", + "Name": "List.GetItemAtIndex", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2563.2869923628373, + "Y": -216.812426533877 + }, + { + "Id": "180db1d4329d4ca4b579a7c68aca695a", + "Name": "List Create", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2871.8660450988896, + "Y": -52.65816692980019 + }, + { + "Id": "3de2b89ddaf94354b09f90902c2f245b", + "Name": "List.Transpose", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 3114.680952617719, + "Y": -52.65816692980019 + } + ], + "Annotations": [ + { + "Id": "695c24f558b448de97e38b93a5c9698c", + "Title": "Check Points in Rooms", + "DescriptionText": "Using List@Level, check if the furniture locations occur in any of the given rooms", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "b48805a7aafa4135a4c83465799c3113", + "6d123eea642c487ea3765b1d3b586150", + "59cad947de954a3d96a4dde097426e74", + "d019d103cee24aad8b492c47bd6f4973" + ], + "HasNestedGroups": false, + "Left": 752.8766352234468, + "Top": 92.82770626676799, + "Width": 910.4050831444092, + "Height": 398.8912597026409, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 165.227706266768, + "InitialHeight": 356.49125970264095, + "TextblockHeight": 62.4, + "Background": "#FFB9F9E1" + }, + { + "Id": "86dbbfb75ec746d8a1c4ac0ed5a292a6", + "Title": "Filter", + "DescriptionText": "Filter furniture that a room cannot be found for", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "c92a2f71640f4656baa6518285afdb8d", + "5541d74c74024d96a9866c1aadd05bb0", + "e52459b989e04b92a57268999b5719e6", + "c9aacbea498344b2ac95387c14ad1d4b" + ], + "HasNestedGroups": false, + "Left": 2103.2743687187804, + "Top": -141.80104270537177, + "Width": 254.4000000000001, + "Height": 537.4323235434404, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": -59.80104270537177, + "InitialHeight": 485.43232354344036, + "TextblockHeight": 72.0, + "Background": "#FFFFC999" + }, + { + "Id": "052ff567a4b1445e889cb886dc999ddc", + "Title": "Return Rooms for Furniture", + "DescriptionText": "Get the room for the furniture location and combine into sublists", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "dbfc096c9f6b4775a04c37b05e99986c", + "180db1d4329d4ca4b579a7c68aca695a", + "3de2b89ddaf94354b09f90902c2f245b", + "315395eaf89c49d6b1a553810767eea2" + ], + "HasNestedGroups": false, + "Left": 2553.2869923628373, + "Top": -289.21242653387696, + "Width": 768.1939602548819, + "Height": 398.75425960407676, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": -216.812426533877, + "InitialHeight": 356.3542596040768, + "TextblockHeight": 62.4, + "Background": "#FFFFC999" + }, + { + "Id": "e52459b989e04b92a57268999b5719e6", + "Title": "in = no rooms found", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 2163.67436871878, + "Top": -51.80104270537177, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "c92a2f71640f4656baa6518285afdb8d" + }, + { + "Id": "c9aacbea498344b2ac95387c14ad1d4b", + "Title": "in = no rooms found", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 2163.67436871878, + "Top": 178.23128083806856, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "5541d74c74024d96a9866c1aadd05bb0" + }, + { + "Id": "315395eaf89c49d6b1a553810767eea2", + "Title": "Furniture grouped with found room", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 3098.680952617719, + "Top": -103.0581669298002, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "3de2b89ddaf94354b09f90902c2f245b" + } + ], + "X": -2188.821959603739, + "Y": 255.81030315789644, + "Zoom": 0.9944887004195563 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Room.IsInsideRoom_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Room.IsInsideRoom_img.jpg new file mode 100644 index 000000000..03a2adfa3 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Room.IsInsideRoom_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.ByElement.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.ByElement.dyn new file mode 100644 index 000000000..ec762f6fc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.ByElement.dyn @@ -0,0 +1,461 @@ +{ + "Uuid": "75d6fda1-d7b8-4808-a6dd-3966745dc8d8", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Tag.ByElement", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "9fdba8cf6c7f413a9c2b516bcd4d9164", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "9fa354fbaf3a498291f7c5cfa4b576fb", + "Name": "view", + "Description": "View to Tag in\n\nView", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "daa8f6e3e7f147cebcfa3dab1d0b0e72", + "Name": "element", + "Description": "Element to tag\n\nElement", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "4be21a8d214646038d7b24dd0ec9ca29", + "Name": "horizontal", + "Description": "Place tag horizontal\n\nbool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ae290938267e42b1973be31797509f89", + "Name": "addLeader", + "Description": "Add a leader\n\nbool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2167036674c84ba89797b96895ccc0d0", + "Name": "horizontalAlignment", + "Description": "Horizontal Alignment within the element's extents\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fec540a720bb40b7956b150d8133636b", + "Name": "verticalAlignment", + "Description": "Vertical Alignment within the element's extents\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ce449a9ecc5646c08abef8d69e2bf0ca", + "Name": "offset", + "Description": "Optional: Offset Vector or Tag Location, defaults to 0,0,0\n\nVector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 0)", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "400dfe1c25b440d497f0a2669fed7eeb", + "Name": "isOffset", + "Description": "Optional: Specifies if the point is being used as an offset vector or if it specifies the tags location, defaults to true\n\nbool\nDefault value : true", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ed6215f4b9464d818ec70aeb42edd7fa", + "Name": "Tag", + "Description": "Tag", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Tag.ByElement@Revit.Elements.Views.View,Revit.Elements.Element,bool,bool,string,string,Autodesk.DesignScript.Geometry.Vector,bool", + "Replication": "Auto", + "Description": "Create a Revit Tag for a Revit Element\n\nTag.ByElement (view: View, element: Element, horizontal: bool, addLeader: bool, horizontalAlignment: string, verticalAlignment: string, offset: Vector = Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 0), isOffset: bool = true): Tag" + }, + { + "ConcreteType": "DSRevitNodesUI.Views, DSRevitNodesUI", + "SelectedIndex": 113, + "SelectedString": "L1", + "Id": "8ded0f4cf08b4dcfb241ad6812c9c827", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "301610027512467a8cfece8254c34f7c", + "Name": "Views", + "Description": "The selected Views", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All views available in the current document." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategoryInView, DSRevitNodesUI", + "Id": "e9f2020ca0c043729b19bace613f7227", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "2659944d51f347099d9bd66231330873", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "91349f6174c947dd8cd4c29f82f47b76", + "Name": "View", + "Description": "The View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "fa808495bc5d4e9d8846c12e0224b231", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category in the specified view from the model." + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 732, + "SelectedString": "OST_Walls", + "Id": "532cf21aef434c9abe43f043eb7159c1", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "9542c4e1da3a4175b3d7fb40cb5115e6", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "e3c54ce10a9f46ad86419a11e7465274", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "faf9a35396734b6b8f1aef1f0e97876b", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": false + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "d43ac5d23d544e2098cdd9078d5b2051", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "e085c417ab0144e1a09a1e7223da1fb1", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": true + }, + { + "ConcreteType": "DSRevitNodesUI.HorizontalAlignment, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "Center", + "Id": "39544fd32ccb4a49b69f287b5117deb8", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "b6ea74ea147444528439aed8e48a96fb", + "Name": "Horizontal Alignment", + "Description": "The selected Horizontal Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the horizontal text alignment style." + }, + { + "ConcreteType": "DSRevitNodesUI.VerticalAlignment, DSRevitNodesUI", + "SelectedIndex": 1, + "SelectedString": "Middle", + "Id": "050a36ec462343fa8d5f5dff059debf3", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f52bef916037492f990aa78430a8a2f1", + "Name": "Vertical Alignment", + "Description": "The selected Vertical Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the vertical text alignment style." + } + ], + "Connectors": [ + { + "Start": "301610027512467a8cfece8254c34f7c", + "End": "91349f6174c947dd8cd4c29f82f47b76", + "Id": "544b24f6b0754b9393165c39434e9bd3", + "IsHidden": "False" + }, + { + "Start": "301610027512467a8cfece8254c34f7c", + "End": "9fa354fbaf3a498291f7c5cfa4b576fb", + "Id": "44754492d8264b89be35bff9966c3cb5", + "IsHidden": "False" + }, + { + "Start": "fa808495bc5d4e9d8846c12e0224b231", + "End": "daa8f6e3e7f147cebcfa3dab1d0b0e72", + "Id": "7bc175fe8e7d44279b26be7e0c6168e4", + "IsHidden": "False" + }, + { + "Start": "9542c4e1da3a4175b3d7fb40cb5115e6", + "End": "2659944d51f347099d9bd66231330873", + "Id": "8c997629dfd349b0a0f795a5d98da4aa", + "IsHidden": "False" + }, + { + "Start": "faf9a35396734b6b8f1aef1f0e97876b", + "End": "4be21a8d214646038d7b24dd0ec9ca29", + "Id": "dd2b212f0f9f4d11b3acb4e273ea54b3", + "IsHidden": "False" + }, + { + "Start": "e085c417ab0144e1a09a1e7223da1fb1", + "End": "ae290938267e42b1973be31797509f89", + "Id": "741c8ce32389416ca04df061a42dbca0", + "IsHidden": "False" + }, + { + "Start": "b6ea74ea147444528439aed8e48a96fb", + "End": "2167036674c84ba89797b96895ccc0d0", + "Id": "8a5bf04033d74d73897a98e628fedd78", + "IsHidden": "False" + }, + { + "Start": "f52bef916037492f990aa78430a8a2f1", + "End": "fec540a720bb40b7956b150d8133636b", + "Id": "a075ffff56bb464d989527f2084ee909", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.2", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.1", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "9fdba8cf-6c7f-413a-9c2b-516bcd4d9164", + "Binding": { + "ByElement_InClassDecl-1_InFunctionScope-1_Instance1_9fdba8cf-6c7f-413a-9c2b-516bcd4d9164": "H4sIAAAAAAAACq3aoXIdORQG4XcZHFfNjKQjKTgkeGFugEZznQox2DVz+d23ylQNm4nosP7Q/+tje3v+9/68f4z3sX3/9bHdX4/t47H98/7v37c/P388tu+Prcx7PkfqL2O+tpf8uu8v7U7xMvbnqPs9r5xfX/b9bLUfr4/t22P7+fb+9feMcuZcP7fPb8b1c4frTbt+wPWuXT/X62XXrie4fmjXM1w/tesFriftesD1rF2vcL1o1xtcD+16h+teqwOue61ecN1rda7Xw2v1huteq0+47rUKvofWagLfQ2s1ge+htZrA99BaTeB7aK0m8D20VhP4HlqrCXyvWqsJfK9aqwl8r1qrCXyvXqvge/VaBd+r1yr4Xr1WwffqtQq+V69V8L1qrWbwvWmtZvC9aa1m8L1prWbwvWmtZvC9aa1m8L1prWbwvWmtZvC9aa1m8L1prWbwvXmtgu/daxV8716r4Hv3WgXfu9cq+N69VsH3rrVawPeutVrA9661WsD3rrVawPeutVpW38uutVpW38uutVpW38uutVpW38uutVpW38uutVpW38vutbr6Xnav1dX3snutrr6X3Wt19b3sXqur7+XwWl19L4fWaqy+l0NrNVbfy6G1Gqvv5dBajdX3cmitBvh+aK0G+H5orQb4fmitBvh+aK0G+H5qrQb4fnqtgu+n1yr4fnqtgu+n1yr4fnqtgu+n1yr4fmqtVvD91Fqt4PuptVrB96S1WsH3pLVawfektVrB96S1WsH3pLVawfektVrB96S1WsH35LUKvievVfA9ea2C79lrFXzPXqvge/ZaBd+z1moD37PWagPfs9ZqA9+z1moD373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIFvnu7pQt893ZLF/ju7ZYu8N3bLV3gu7dbusB3b7d0ge/ebukC373d0rX6Ht5u6Vp9D2+3dK2+h7dbulbfw9stXavv4e2WrtX38HZL1+p7eLula/U9vN3SXH0Pb7c0V9/D2y3N1ffwdktz9T283dJcfQ9vtzRX38PbLc3V9/B2S3P1Pbzd0gTfvd3SBN+93dIE373d0gTfvd3SBN+93dIE373d0gTfvd3SBN+93dINvnu7pRt893ZLN/ju7ZZu8N3bLd3gu7dbusF3b7d0g+/ebukG3792S78/f/8PbJA3ugBEAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "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": "9fdba8cf6c7f413a9c2b516bcd4d9164", + "Name": "Tag.ByElement", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1574.0791460723551, + "Y": 423.19999999999993 + }, + { + "Id": "8ded0f4cf08b4dcfb241ad6812c9c827", + "Name": "Views", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 640.8000000000001, + "Y": 423.2 + }, + { + "Id": "e9f2020ca0c043729b19bace613f7227", + "Name": "All Elements of Category in View", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 972.1756281464641, + "Y": 253.60000000000002 + }, + { + "Id": "532cf21aef434c9abe43f043eb7159c1", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 623.2, + "Y": 253.60000000000002 + }, + { + "Id": "e3c54ce10a9f46ad86419a11e7465274", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1093.7889847615154, + "Y": 512.0496178888701 + }, + { + "Id": "d43ac5d23d544e2098cdd9078d5b2051", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1093.7889847615154, + "Y": 656.2847940908574 + }, + { + "Id": "39544fd32ccb4a49b69f287b5117deb8", + "Name": "Select Horizontal Text Alignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 968.9889847615154, + "Y": 789.2153853443244 + }, + { + "Id": "050a36ec462343fa8d5f5dff059debf3", + "Name": "Select Vertical Text Alignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 990.5889847615155, + "Y": 931.7334761153359 + } + ], + "Annotations": [], + "X": -520.9018556893316, + "Y": -249.7162693868537, + "Zoom": 1.0542982150113265 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.ByElement_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.ByElement_img.jpg new file mode 100644 index 000000000..938422b43 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.ByElement_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.GetLeaderEndCondition.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.GetLeaderEndCondition.dyn index f2e02f138..943bef389 100644 --- a/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.GetLeaderEndCondition.dyn +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.GetLeaderEndCondition.dyn @@ -10,17 +10,110 @@ "Outputs": [], "Nodes": [ { - "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", - "SelectedIndex": 292, - "SelectedString": "OST_KeynoteTags", - "Id": "92fcf0d2d2a14944a50b55451337e2ee", + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "9fdba8cf6c7f413a9c2b516bcd4d9164", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "9fa354fbaf3a498291f7c5cfa4b576fb", + "Name": "view", + "Description": "View to Tag in\n\nView", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "daa8f6e3e7f147cebcfa3dab1d0b0e72", + "Name": "element", + "Description": "Element to tag\n\nElement", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "4be21a8d214646038d7b24dd0ec9ca29", + "Name": "horizontal", + "Description": "Place tag horizontal\n\nbool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ae290938267e42b1973be31797509f89", + "Name": "addLeader", + "Description": "Add a leader\n\nbool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2167036674c84ba89797b96895ccc0d0", + "Name": "horizontalAlignment", + "Description": "Horizontal Alignment within the element's extents\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fec540a720bb40b7956b150d8133636b", + "Name": "verticalAlignment", + "Description": "Vertical Alignment within the element's extents\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ce449a9ecc5646c08abef8d69e2bf0ca", + "Name": "offset", + "Description": "Optional: Offset Vector or Tag Location, defaults to 0,0,0\n\nVector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 0)", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "400dfe1c25b440d497f0a2669fed7eeb", + "Name": "isOffset", + "Description": "Optional: Specifies if the point is being used as an offset vector or if it specifies the tags location, defaults to true\n\nbool\nDefault value : true", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ed6215f4b9464d818ec70aeb42edd7fa", + "Name": "Tag", + "Description": "Tag", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Tag.ByElement@Revit.Elements.Views.View,Revit.Elements.Element,bool,bool,string,string,Autodesk.DesignScript.Geometry.Vector,bool", + "Replication": "Auto", + "Description": "Create a Revit Tag for a Revit Element\n\nTag.ByElement (view: View, element: Element, horizontal: bool, addLeader: bool, horizontalAlignment: string, verticalAlignment: string, offset: Vector = Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 0), isOffset: bool = true): Tag" + }, + { + "ConcreteType": "DSRevitNodesUI.Views, DSRevitNodesUI", + "SelectedIndex": 113, + "SelectedString": "L1", + "Id": "8ded0f4cf08b4dcfb241ad6812c9c827", "NodeType": "ExtensionNode", "Inputs": [], "Outputs": [ { - "Id": "c12dd633caf343ee89df0e7ecddf0051", - "Name": "Category", - "Description": "The selected Category.", + "Id": "301610027512467a8cfece8254c34f7c", + "Name": "Views", + "Description": "The selected Views", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -28,15 +121,15 @@ } ], "Replication": "Disabled", - "Description": "All built-in categories." + "Description": "All views available in the current document." }, { "ConcreteType": "DSRevitNodesUI.ElementsOfCategoryInView, DSRevitNodesUI", - "Id": "e026852c9a79449ea5ce3ef3d5d512b1", + "Id": "e9f2020ca0c043729b19bace613f7227", "NodeType": "ExtensionNode", "Inputs": [ { - "Id": "9235304c88df433fb91faf598d27e77c", + "Id": "2659944d51f347099d9bd66231330873", "Name": "Category", "Description": "The Category", "UsingDefaultValue": false, @@ -45,7 +138,7 @@ "KeepListStructure": false }, { - "Id": "29bc3dc61dde41d8bb83a9cac9446d6c", + "Id": "91349f6174c947dd8cd4c29f82f47b76", "Name": "View", "Description": "The View", "UsingDefaultValue": false, @@ -56,7 +149,7 @@ ], "Outputs": [ { - "Id": "2ee8e059270c41acb5a423ea208d8a41", + "Id": "fa808495bc5d4e9d8846c12e0224b231", "Name": "Elements", "Description": "An element class.", "UsingDefaultValue": false, @@ -69,17 +162,17 @@ "Description": "Get all elements of the specified category in the specified view from the model." }, { - "ConcreteType": "DSRevitNodesUI.Views, DSRevitNodesUI", - "SelectedIndex": 169, - "SelectedString": "North Wall Window Detail", - "Id": "b9dd73c382884cf39a03e3680c7e3992", + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 732, + "SelectedString": "OST_Walls", + "Id": "532cf21aef434c9abe43f043eb7159c1", "NodeType": "ExtensionNode", "Inputs": [], "Outputs": [ { - "Id": "6def8fcd7773492eb9bdf20fd76d9d97", - "Name": "Views", - "Description": "The selected Views", + "Id": "9542c4e1da3a4175b3d7fb40cb5115e6", + "Name": "Category", + "Description": "The selected Category.", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -87,15 +180,97 @@ } ], "Replication": "Disabled", - "Description": "All views available in the current document." + "Description": "All built-in categories." + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "e3c54ce10a9f46ad86419a11e7465274", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "faf9a35396734b6b8f1aef1f0e97876b", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": false + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "d43ac5d23d544e2098cdd9078d5b2051", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "e085c417ab0144e1a09a1e7223da1fb1", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": true + }, + { + "ConcreteType": "DSRevitNodesUI.HorizontalAlignment, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "Center", + "Id": "39544fd32ccb4a49b69f287b5117deb8", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "b6ea74ea147444528439aed8e48a96fb", + "Name": "Horizontal Alignment", + "Description": "The selected Horizontal Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the horizontal text alignment style." + }, + { + "ConcreteType": "DSRevitNodesUI.VerticalAlignment, DSRevitNodesUI", + "SelectedIndex": 1, + "SelectedString": "Middle", + "Id": "050a36ec462343fa8d5f5dff059debf3", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f52bef916037492f990aa78430a8a2f1", + "Name": "Vertical Alignment", + "Description": "The selected Vertical Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the vertical text alignment style." }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", - "Id": "a695718373e74f3791e7ff82b0e62331", + "Id": "bbc3695f65ad4211be6c279fff13ebdd", "NodeType": "FunctionNode", "Inputs": [ { - "Id": "df323e2372f14296ae5c1cf7b1e1a3fd", + "Id": "0662a8a951a7440c940dd8560dd47b2d", "Name": "tag", "Description": "Revit.Elements.Tag", "UsingDefaultValue": false, @@ -106,7 +281,7 @@ ], "Outputs": [ { - "Id": "def66ee710834a1a82acaf0229a032a9", + "Id": "6c4b045f20c9431b997b5d278528cdaa", "Name": "string", "Description": "string", "UsingDefaultValue": false, @@ -122,27 +297,63 @@ ], "Connectors": [ { - "Start": "c12dd633caf343ee89df0e7ecddf0051", - "End": "9235304c88df433fb91faf598d27e77c", - "Id": "0b6ebe13044c467bab2520342197f365", + "Start": "ed6215f4b9464d818ec70aeb42edd7fa", + "End": "0662a8a951a7440c940dd8560dd47b2d", + "Id": "79a4da3ed67441ae85cbc030da3b2f3d", "IsHidden": "False" }, { - "Start": "2ee8e059270c41acb5a423ea208d8a41", - "End": "df323e2372f14296ae5c1cf7b1e1a3fd", - "Id": "ad374ed0360b47d6aa781c8aac0a2fac", + "Start": "301610027512467a8cfece8254c34f7c", + "End": "91349f6174c947dd8cd4c29f82f47b76", + "Id": "544b24f6b0754b9393165c39434e9bd3", "IsHidden": "False" }, { - "Start": "6def8fcd7773492eb9bdf20fd76d9d97", - "End": "29bc3dc61dde41d8bb83a9cac9446d6c", - "Id": "232d48455b284cae9ca17f0ba1d27a40", + "Start": "301610027512467a8cfece8254c34f7c", + "End": "9fa354fbaf3a498291f7c5cfa4b576fb", + "Id": "44754492d8264b89be35bff9966c3cb5", + "IsHidden": "False" + }, + { + "Start": "fa808495bc5d4e9d8846c12e0224b231", + "End": "daa8f6e3e7f147cebcfa3dab1d0b0e72", + "Id": "7bc175fe8e7d44279b26be7e0c6168e4", + "IsHidden": "False" + }, + { + "Start": "9542c4e1da3a4175b3d7fb40cb5115e6", + "End": "2659944d51f347099d9bd66231330873", + "Id": "8c997629dfd349b0a0f795a5d98da4aa", + "IsHidden": "False" + }, + { + "Start": "faf9a35396734b6b8f1aef1f0e97876b", + "End": "4be21a8d214646038d7b24dd0ec9ca29", + "Id": "dd2b212f0f9f4d11b3acb4e273ea54b3", + "IsHidden": "False" + }, + { + "Start": "e085c417ab0144e1a09a1e7223da1fb1", + "End": "ae290938267e42b1973be31797509f89", + "Id": "741c8ce32389416ca04df061a42dbca0", + "IsHidden": "False" + }, + { + "Start": "b6ea74ea147444528439aed8e48a96fb", + "End": "2167036674c84ba89797b96895ccc0d0", + "Id": "8a5bf04033d74d73897a98e628fedd78", + "IsHidden": "False" + }, + { + "Start": "f52bef916037492f990aa78430a8a2f1", + "End": "fec540a720bb40b7956b150d8133636b", + "Id": "a075ffff56bb464d989527f2084ee909", "IsHidden": "False" } ], "Dependencies": [], "NodeLibraryDependencies": [], - "EnableLegacyPolyCurveBehavior": null, + "EnableLegacyPolyCurveBehavior": true, "Thumbnail": "", "GraphDocumentationURL": null, "ExtensionWorkspaceData": [ @@ -166,13 +377,20 @@ "warningCount": 0, "errorCount": 0 }, - "Bindings": [], + "Bindings": [ + { + "NodeId": "9fdba8cf-6c7f-413a-9c2b-516bcd4d9164", + "Binding": { + "ByElement_InClassDecl-1_InFunctionScope-1_Instance1_9fdba8cf-6c7f-413a-9c2b-516bcd4d9164": "H4sIAAAAAAAACq3aoXIdORQG4XcZHFfNjKQjKTgkeGFugEZznQox2DVz+d23ylQNm4nosP7Q/+tje3v+9/68f4z3sX3/9bHdX4/t47H98/7v37c/P388tu+Prcx7PkfqL2O+tpf8uu8v7U7xMvbnqPs9r5xfX/b9bLUfr4/t22P7+fb+9feMcuZcP7fPb8b1c4frTbt+wPWuXT/X62XXrie4fmjXM1w/tesFriftesD1rF2vcL1o1xtcD+16h+teqwOue61ecN1rda7Xw2v1huteq0+47rUKvofWagLfQ2s1ge+htZrA99BaTeB7aK0m8D20VhP4HlqrCXyvWqsJfK9aqwl8r1qrCXyvXqvge/VaBd+r1yr4Xr1WwffqtQq+V69V8L1qrWbwvWmtZvC9aa1m8L1prWbwvWmtZvC9aa1m8L1prWbwvWmtZvC9aa1m8L1prWbwvXmtgu/daxV8716r4Hv3WgXfu9cq+N69VsH3rrVawPeutVrA9661WsD3rrVawPeutVpW38uutVpW38uutVpW38uutVpW38uutVpW38uutVpW38vutbr6Xnav1dX3snutrr6X3Wt19b3sXqur7+XwWl19L4fWaqy+l0NrNVbfy6G1Gqvv5dBajdX3cmitBvh+aK0G+H5orQb4fmitBvh+aK0G+H5qrQb4fnqtgu+n1yr4fnqtgu+n1yr4fnqtgu+n1yr4fmqtVvD91Fqt4PuptVrB96S1WsH3pLVawfektVrB96S1WsH3pLVawfektVrB96S1WsH35LUKvievVfA9ea2C79lrFXzPXqvge/ZaBd+z1moD37PWagPfs9ZqA9+z1moD373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIFvnu7pQt893ZLF/ju7ZYu8N3bLV3gu7dbusB3b7d0ge/ebukC373d0rX6Ht5u6Vp9D2+3dK2+h7dbulbfw9stXavv4e2WrtX38HZL1+p7eLula/U9vN3SXH0Pb7c0V9/D2y3N1ffwdktz9T283dJcfQ9vtzRX38PbLc3V9/B2S3P1Pbzd0gTfvd3SBN+93dIE373d0gTfvd3SBN+93dIE373d0gTfvd3SBN+93dINvnu7pRt893ZLN/ju7ZZu8N3bLd3gu7dbusF3b7d0g+/ebukG3792S78/f/8PbJA3ugBEAAA=" + } + } + ], "View": { "Dynamo": { "ScaleFactor": 1.0, "HasRunWithoutCrash": true, "IsVisibleInDynamoLibrary": true, - "Version": "3.2.1.5366", + "Version": "3.3.0.6316", "RunType": "Manual", "RunPeriod": "1000" }, @@ -191,49 +409,99 @@ "ConnectorPins": [], "NodeViews": [ { - "Id": "92fcf0d2d2a14944a50b55451337e2ee", - "Name": "Categories", + "Id": "9fdba8cf6c7f413a9c2b516bcd4d9164", + "Name": "Tag.ByElement", "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, "ShowGeometry": true, - "X": 381.7987568593212, - "Y": 488.65275025283995 + "X": 1574.0791460723551, + "Y": 423.19999999999993 }, { - "Id": "e026852c9a79449ea5ce3ef3d5d512b1", + "Id": "8ded0f4cf08b4dcfb241ad6812c9c827", + "Name": "Views", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 640.8000000000001, + "Y": 423.2 + }, + { + "Id": "e9f2020ca0c043729b19bace613f7227", "Name": "All Elements of Category in View", "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, "ShowGeometry": true, - "X": 712.9084419637261, - "Y": 488.65275025283995 + "X": 972.1756281464641, + "Y": 253.60000000000002 }, { - "Id": "b9dd73c382884cf39a03e3680c7e3992", - "Name": "Views", + "Id": "532cf21aef434c9abe43f043eb7159c1", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 623.2, + "Y": 253.60000000000002 + }, + { + "Id": "e3c54ce10a9f46ad86419a11e7465274", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1093.7889847615154, + "Y": 512.0496178888701 + }, + { + "Id": "d43ac5d23d544e2098cdd9078d5b2051", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1093.7889847615154, + "Y": 656.2847940908574 + }, + { + "Id": "39544fd32ccb4a49b69f287b5117deb8", + "Name": "Select Horizontal Text Alignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 968.9889847615154, + "Y": 789.2153853443244 + }, + { + "Id": "050a36ec462343fa8d5f5dff059debf3", + "Name": "Select Vertical Text Alignment", "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, "ShowGeometry": true, - "X": 325.7987568593212, - "Y": 644.0834653156996 + "X": 990.5889847615155, + "Y": 931.7334761153359 }, { - "Id": "a695718373e74f3791e7ff82b0e62331", + "Id": "bbc3695f65ad4211be6c279fff13ebdd", "Name": "Tag.GetLeaderEndCondition", "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, "ShowGeometry": true, - "X": 1128.154157431251, - "Y": 488.65275025283995 + "X": 1988.6767942001488, + "Y": 423.19999999999993 } ], "Annotations": [], - "X": -346.38169367132036, - "Y": -433.85415923547254, - "Zoom": 1.2928910957911364 + "X": -1052.2652061750175, + "Y": -471.14982672963504, + "Zoom": 1.1375820522947402 } } \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.GetLeaderEndCondition_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.GetLeaderEndCondition_img.jpg index 2bc8ca3bc..29b275e46 100644 Binary files a/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.GetLeaderEndCondition_img.jpg and b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.GetLeaderEndCondition_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.SetLeaderEndCondition.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.SetLeaderEndCondition.dyn new file mode 100644 index 000000000..1a9a1e867 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.SetLeaderEndCondition.dyn @@ -0,0 +1,553 @@ +{ + "Uuid": "75d6fda1-d7b8-4808-a6dd-3966745dc8d8", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Tag.SetLeaderEndCondition", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "9fdba8cf6c7f413a9c2b516bcd4d9164", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "9fa354fbaf3a498291f7c5cfa4b576fb", + "Name": "view", + "Description": "View to Tag in\n\nView", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "daa8f6e3e7f147cebcfa3dab1d0b0e72", + "Name": "element", + "Description": "Element to tag\n\nElement", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "4be21a8d214646038d7b24dd0ec9ca29", + "Name": "horizontal", + "Description": "Place tag horizontal\n\nbool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ae290938267e42b1973be31797509f89", + "Name": "addLeader", + "Description": "Add a leader\n\nbool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2167036674c84ba89797b96895ccc0d0", + "Name": "horizontalAlignment", + "Description": "Horizontal Alignment within the element's extents\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fec540a720bb40b7956b150d8133636b", + "Name": "verticalAlignment", + "Description": "Vertical Alignment within the element's extents\n\nstring", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ce449a9ecc5646c08abef8d69e2bf0ca", + "Name": "offset", + "Description": "Optional: Offset Vector or Tag Location, defaults to 0,0,0\n\nVector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 0)", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "400dfe1c25b440d497f0a2669fed7eeb", + "Name": "isOffset", + "Description": "Optional: Specifies if the point is being used as an offset vector or if it specifies the tags location, defaults to true\n\nbool\nDefault value : true", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ed6215f4b9464d818ec70aeb42edd7fa", + "Name": "Tag", + "Description": "Tag", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Tag.ByElement@Revit.Elements.Views.View,Revit.Elements.Element,bool,bool,string,string,Autodesk.DesignScript.Geometry.Vector,bool", + "Replication": "Auto", + "Description": "Create a Revit Tag for a Revit Element\n\nTag.ByElement (view: View, element: Element, horizontal: bool, addLeader: bool, horizontalAlignment: string, verticalAlignment: string, offset: Vector = Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 0), isOffset: bool = true): Tag" + }, + { + "ConcreteType": "DSRevitNodesUI.Views, DSRevitNodesUI", + "SelectedIndex": 113, + "SelectedString": "L1", + "Id": "8ded0f4cf08b4dcfb241ad6812c9c827", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "301610027512467a8cfece8254c34f7c", + "Name": "Views", + "Description": "The selected Views", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All views available in the current document." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategoryInView, DSRevitNodesUI", + "Id": "e9f2020ca0c043729b19bace613f7227", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "2659944d51f347099d9bd66231330873", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "91349f6174c947dd8cd4c29f82f47b76", + "Name": "View", + "Description": "The View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "fa808495bc5d4e9d8846c12e0224b231", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category in the specified view from the model." + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 732, + "SelectedString": "OST_Walls", + "Id": "532cf21aef434c9abe43f043eb7159c1", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "9542c4e1da3a4175b3d7fb40cb5115e6", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "e3c54ce10a9f46ad86419a11e7465274", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "faf9a35396734b6b8f1aef1f0e97876b", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": false + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "d43ac5d23d544e2098cdd9078d5b2051", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "e085c417ab0144e1a09a1e7223da1fb1", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": true + }, + { + "ConcreteType": "DSRevitNodesUI.HorizontalAlignment, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "Center", + "Id": "39544fd32ccb4a49b69f287b5117deb8", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "b6ea74ea147444528439aed8e48a96fb", + "Name": "Horizontal Alignment", + "Description": "The selected Horizontal Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the horizontal text alignment style." + }, + { + "ConcreteType": "DSRevitNodesUI.VerticalAlignment, DSRevitNodesUI", + "SelectedIndex": 1, + "SelectedString": "Middle", + "Id": "050a36ec462343fa8d5f5dff059debf3", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f52bef916037492f990aa78430a8a2f1", + "Name": "Vertical Alignment", + "Description": "The selected Vertical Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the vertical text alignment style." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "ff2b803004f9480c84ed50e75974524a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d8f8503ef6534ca18eaa3b59011686ce", + "Name": "tag", + "Description": "Revit.Elements.Tag", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "235b16857289481daca8bfabc8125544", + "Name": "leaderEndCondition", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "89c8455308de4c398ca0b589ed6285ae", + "Name": "Tag", + "Description": "Tag", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Tag.SetLeaderEndCondition@string", + "Replication": "Auto", + "Description": "Set Tag's LeaderEnd condition.\n\nTag.SetLeaderEndCondition (leaderEndCondition: string): Tag" + }, + { + "ConcreteType": "DSRevitNodesUI.LeaderEndCondition, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "Attached", + "Id": "c7d2247b23944429a698b366c5027f01", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "75ea8d9195164d0d926abd0764a482ad", + "Name": "LeaderEndCondition", + "Description": "The selected LeaderEndCondition", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Tag LeaderEnd Condition" + } + ], + "Connectors": [ + { + "Start": "ed6215f4b9464d818ec70aeb42edd7fa", + "End": "d8f8503ef6534ca18eaa3b59011686ce", + "Id": "61a76a3f77ec4129ba8541111d3de214", + "IsHidden": "False" + }, + { + "Start": "301610027512467a8cfece8254c34f7c", + "End": "91349f6174c947dd8cd4c29f82f47b76", + "Id": "544b24f6b0754b9393165c39434e9bd3", + "IsHidden": "False" + }, + { + "Start": "301610027512467a8cfece8254c34f7c", + "End": "9fa354fbaf3a498291f7c5cfa4b576fb", + "Id": "44754492d8264b89be35bff9966c3cb5", + "IsHidden": "False" + }, + { + "Start": "fa808495bc5d4e9d8846c12e0224b231", + "End": "daa8f6e3e7f147cebcfa3dab1d0b0e72", + "Id": "7bc175fe8e7d44279b26be7e0c6168e4", + "IsHidden": "False" + }, + { + "Start": "9542c4e1da3a4175b3d7fb40cb5115e6", + "End": "2659944d51f347099d9bd66231330873", + "Id": "8c997629dfd349b0a0f795a5d98da4aa", + "IsHidden": "False" + }, + { + "Start": "faf9a35396734b6b8f1aef1f0e97876b", + "End": "4be21a8d214646038d7b24dd0ec9ca29", + "Id": "dd2b212f0f9f4d11b3acb4e273ea54b3", + "IsHidden": "False" + }, + { + "Start": "e085c417ab0144e1a09a1e7223da1fb1", + "End": "ae290938267e42b1973be31797509f89", + "Id": "741c8ce32389416ca04df061a42dbca0", + "IsHidden": "False" + }, + { + "Start": "b6ea74ea147444528439aed8e48a96fb", + "End": "2167036674c84ba89797b96895ccc0d0", + "Id": "8a5bf04033d74d73897a98e628fedd78", + "IsHidden": "False" + }, + { + "Start": "f52bef916037492f990aa78430a8a2f1", + "End": "fec540a720bb40b7956b150d8133636b", + "Id": "a075ffff56bb464d989527f2084ee909", + "IsHidden": "False" + }, + { + "Start": "75ea8d9195164d0d926abd0764a482ad", + "End": "235b16857289481daca8bfabc8125544", + "Id": "dec6318870884ab8a316fcd6d218c969", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.2", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.1", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "9fdba8cf-6c7f-413a-9c2b-516bcd4d9164", + "Binding": { + "ByElement_InClassDecl-1_InFunctionScope-1_Instance1_9fdba8cf-6c7f-413a-9c2b-516bcd4d9164": "H4sIAAAAAAAACq3aoXIdORQG4XcZHFfNjKQjKTgkeGFugEZznQox2DVz+d23ylQNm4nosP7Q/+tje3v+9/68f4z3sX3/9bHdX4/t47H98/7v37c/P388tu+Prcx7PkfqL2O+tpf8uu8v7U7xMvbnqPs9r5xfX/b9bLUfr4/t22P7+fb+9feMcuZcP7fPb8b1c4frTbt+wPWuXT/X62XXrie4fmjXM1w/tesFriftesD1rF2vcL1o1xtcD+16h+teqwOue61ecN1rda7Xw2v1huteq0+47rUKvofWagLfQ2s1ge+htZrA99BaTeB7aK0m8D20VhP4HlqrCXyvWqsJfK9aqwl8r1qrCXyvXqvge/VaBd+r1yr4Xr1WwffqtQq+V69V8L1qrWbwvWmtZvC9aa1m8L1prWbwvWmtZvC9aa1m8L1prWbwvWmtZvC9aa1m8L1prWbwvXmtgu/daxV8716r4Hv3WgXfu9cq+N69VsH3rrVawPeutVrA9661WsD3rrVawPeutVpW38uutVpW38uutVpW38uutVpW38uutVpW38uutVpW38vutbr6Xnav1dX3snutrr6X3Wt19b3sXqur7+XwWl19L4fWaqy+l0NrNVbfy6G1Gqvv5dBajdX3cmitBvh+aK0G+H5orQb4fmitBvh+aK0G+H5qrQb4fnqtgu+n1yr4fnqtgu+n1yr4fnqtgu+n1yr4fmqtVvD91Fqt4PuptVrB96S1WsH3pLVawfektVrB96S1WsH3pLVawfektVrB96S1WsH35LUKvievVfA9ea2C79lrFXzPXqvge/ZaBd+z1moD37PWagPfs9ZqA9+z1moD373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgPfvd1SA9+93VID373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd1SB9+93VIH373dUgffvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIA373d0gDfvd3SAN+93dIFvnu7pQt893ZLF/ju7ZYu8N3bLV3gu7dbusB3b7d0ge/ebukC373d0rX6Ht5u6Vp9D2+3dK2+h7dbulbfw9stXavv4e2WrtX38HZL1+p7eLula/U9vN3SXH0Pb7c0V9/D2y3N1ffwdktz9T283dJcfQ9vtzRX38PbLc3V9/B2S3P1Pbzd0gTfvd3SBN+93dIE373d0gTfvd3SBN+93dIE373d0gTfvd3SBN+93dINvnu7pRt893ZLN/ju7ZZu8N3bLd3gu7dbusF3b7d0g+/ebukG3792S78/f/8PbJA3ugBEAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "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": "9fdba8cf6c7f413a9c2b516bcd4d9164", + "Name": "Tag.ByElement", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1574.0791460723551, + "Y": 423.19999999999993 + }, + { + "Id": "8ded0f4cf08b4dcfb241ad6812c9c827", + "Name": "Views", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 640.8000000000001, + "Y": 423.2 + }, + { + "Id": "e9f2020ca0c043729b19bace613f7227", + "Name": "All Elements of Category in View", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 972.1756281464641, + "Y": 253.60000000000002 + }, + { + "Id": "532cf21aef434c9abe43f043eb7159c1", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 623.2, + "Y": 253.60000000000002 + }, + { + "Id": "e3c54ce10a9f46ad86419a11e7465274", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1093.7889847615154, + "Y": 512.0496178888701 + }, + { + "Id": "d43ac5d23d544e2098cdd9078d5b2051", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1093.7889847615154, + "Y": 656.2847940908574 + }, + { + "Id": "39544fd32ccb4a49b69f287b5117deb8", + "Name": "Select Horizontal Text Alignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 968.9889847615154, + "Y": 789.2153853443244 + }, + { + "Id": "050a36ec462343fa8d5f5dff059debf3", + "Name": "Select Vertical Text Alignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 990.5889847615155, + "Y": 931.7334761153359 + }, + { + "Id": "ff2b803004f9480c84ed50e75974524a", + "Name": "Tag.SetLeaderEndCondition", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2516.8687415455306, + "Y": 423.9736469507743 + }, + { + "Id": "c7d2247b23944429a698b366c5027f01", + "Name": "LeaderEnd Condition", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2094.662135719902, + "Y": 598.3129840444325 + } + ], + "Annotations": [], + "X": -526.1338083867989, + "Y": -140.70998410014403, + "Zoom": 0.7299508252707859 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.SetLeaderEndCondition_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.SetLeaderEndCondition_img.jpg new file mode 100644 index 000000000..eabe0c5ee Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Tag.SetLeaderEndCondition_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetHorizontalAlignment.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetHorizontalAlignment.dyn new file mode 100644 index 000000000..6ea373ad4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetHorizontalAlignment.dyn @@ -0,0 +1,341 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.TextNote.SetHorizontalAlignment", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [ + { + "Id": "b33126b8e7cc40dc837bf99700829d21", + "Name": "Sheets", + "Type": "selection", + "Type2": "dropdownSelection", + "Value": "Details", + "Description": "All sheets available in the current document.", + "SelectedIndex": 12 + } + ], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Sheets, DSRevitNodesUI", + "SelectedIndex": 12, + "SelectedString": "Details", + "Id": "b33126b8e7cc40dc837bf99700829d21", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "312fc31b8e7a4daab9b35418f27d154e", + "Name": "Sheet", + "Description": "The selected Sheet", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All sheets available in the current document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "9e41e778f239491eaee371a1c04e027f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "172d408f82da452993b5a7ce4152059b", + "Name": "sheet", + "Description": "Revit.Elements.Views.Sheet", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "2470084ed1104a8a94be5249443dc244", + "Name": "View[]", + "Description": "View[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.Sheet.Views", + "Replication": "Auto", + "Description": "Get the Views on a Sheet\n\nSheet.Views: View[]" + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategoryInView, DSRevitNodesUI", + "Id": "aec17b8ad3e844f39abefbd343001367", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "03c7693bc82043ecba425d20ad5be2e6", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "28d3dba74bbe47808de7a1e0d9c9bf44", + "Name": "View", + "Description": "The View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e24135a1af934599bb3a9ca3171948d4", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category in the specified view from the model." + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 683, + "SelectedString": "OST_TextNotes", + "Id": "9e563d05e7fc499ebc79460418ede9b5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "d4917734c01544e19525458b91a204b5", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "DSRevitNodesUI.HorizontalAlignment, DSRevitNodesUI", + "SelectedIndex": 0, + "SelectedString": "Center", + "Id": "6475ac22d96944028a2fa6546956dd5c", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "795e3cde75614ab4b7b3be8842be7c35", + "Name": "Horizontal Alignment", + "Description": "The selected Horizontal Alignment", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select the horizontal text alignment style." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "74c6316ffdf24342b8e8cf600072c3ed", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7fcb9d2bf7d84f57a5f92784c54cab65", + "Name": "textNote", + "Description": "Revit.Elements.TextNote", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2c8c3c1208bc48159299186bd770c6a0", + "Name": "value", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ef4cb2fde1894fa28564533a0c794424", + "Name": "void", + "Description": "void", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.TextNote.SetHorizontalAlignment@string", + "Replication": "Auto", + "Description": "Set Horizontal Text Alignment\n\nTextNote.SetHorizontalAlignment (value: string): void" + } + ], + "Connectors": [ + { + "Start": "312fc31b8e7a4daab9b35418f27d154e", + "End": "172d408f82da452993b5a7ce4152059b", + "Id": "fabaa593b6784bfb9fa1f700ae9dd46d", + "IsHidden": "False" + }, + { + "Start": "2470084ed1104a8a94be5249443dc244", + "End": "28d3dba74bbe47808de7a1e0d9c9bf44", + "Id": "a8e531a7c1a74d4296736e770ef8b098", + "IsHidden": "False" + }, + { + "Start": "e24135a1af934599bb3a9ca3171948d4", + "End": "7fcb9d2bf7d84f57a5f92784c54cab65", + "Id": "d110b08900234b75840c30d2c937c502", + "IsHidden": "False" + }, + { + "Start": "d4917734c01544e19525458b91a204b5", + "End": "03c7693bc82043ecba425d20ad5be2e6", + "Id": "31901ee28f344dd58ed1bff4ac061a46", + "IsHidden": "False" + }, + { + "Start": "795e3cde75614ab4b7b3be8842be7c35", + "End": "2c8c3c1208bc48159299186bd770c6a0", + "Id": "dc2ac258b4c948398a247947aff3e749", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "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": "b33126b8e7cc40dc837bf99700829d21", + "Name": "Sheets", + "IsSetAsInput": true, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 987.564209061723, + "Y": 64.01138948233566 + }, + { + "Id": "9e41e778f239491eaee371a1c04e027f", + "Name": "Sheet.Views", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1355.5606098511657, + "Y": 64.01138948233566 + }, + { + "Id": "aec17b8ad3e844f39abefbd343001367", + "Name": "All Elements of Category in View", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1664.5862573045758, + "Y": -62.38074996620665 + }, + { + "Id": "9e563d05e7fc499ebc79460418ede9b5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1321.1606098511656, + "Y": -115.82239904349251 + }, + { + "Id": "6475ac22d96944028a2fa6546956dd5c", + "Name": "Select Horizontal Text Alignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1661.3862573045758, + "Y": 443.2639207375988 + }, + { + "Id": "74c6316ffdf24342b8e8cf600072c3ed", + "Name": "TextNote.SetHorizontalAlignment", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2186.921405631453, + "Y": 125.93744202041916 + } + ], + "Annotations": [], + "X": -923.0890662387565, + "Y": 167.71328859829606, + "Zoom": 0.9210916844355563 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg new file mode 100644 index 000000000..c5bb24566 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetKeepRotatedTextReadable.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetKeepRotatedTextReadable.dyn new file mode 100644 index 000000000..4e32dab45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetKeepRotatedTextReadable.dyn @@ -0,0 +1,340 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.TextNote.SetKeepRotatedTextReadable", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [ + { + "Id": "b33126b8e7cc40dc837bf99700829d21", + "Name": "Sheets", + "Type": "selection", + "Type2": "dropdownSelection", + "Value": "Details", + "Description": "All sheets available in the current document.", + "SelectedIndex": 12 + } + ], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Sheets, DSRevitNodesUI", + "SelectedIndex": 12, + "SelectedString": "Details", + "Id": "b33126b8e7cc40dc837bf99700829d21", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "312fc31b8e7a4daab9b35418f27d154e", + "Name": "Sheet", + "Description": "The selected Sheet", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All sheets available in the current document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "9e41e778f239491eaee371a1c04e027f", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "172d408f82da452993b5a7ce4152059b", + "Name": "sheet", + "Description": "Revit.Elements.Views.Sheet", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "2470084ed1104a8a94be5249443dc244", + "Name": "View[]", + "Description": "View[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.Sheet.Views", + "Replication": "Auto", + "Description": "Get the Views on a Sheet\n\nSheet.Views: View[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "f2772aa0a2f549038baa3202f97c2837", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "825526e327624648839f3a51b495d5de", + "Name": "textNote", + "Description": "Revit.Elements.TextNote", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f64a6ad1435e4448b56c02c14e02c356", + "Name": "value", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "37048d0c462b44e5a2ee0cb435ab5779", + "Name": "void", + "Description": "void", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.TextNote.SetKeepRotatedTextReadable@bool", + "Replication": "Auto", + "Description": "Set Keep Rotated Text Readable\n\nTextNote.SetKeepRotatedTextReadable (value: bool): void" + }, + { + "ConcreteType": "DSRevitNodesUI.ElementsOfCategoryInView, DSRevitNodesUI", + "Id": "aec17b8ad3e844f39abefbd343001367", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "03c7693bc82043ecba425d20ad5be2e6", + "Name": "Category", + "Description": "The Category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "28d3dba74bbe47808de7a1e0d9c9bf44", + "Name": "View", + "Description": "The View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e24135a1af934599bb3a9ca3171948d4", + "Name": "Elements", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Get all elements of the specified category in the specified view from the model." + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 683, + "SelectedString": "OST_TextNotes", + "Id": "9e563d05e7fc499ebc79460418ede9b5", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "d4917734c01544e19525458b91a204b5", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "05a8abcf77054a698a398433ac185658", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "b6ec0ad4cb50408f93bc1fe6004f0294", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": true + } + ], + "Connectors": [ + { + "Start": "312fc31b8e7a4daab9b35418f27d154e", + "End": "172d408f82da452993b5a7ce4152059b", + "Id": "fabaa593b6784bfb9fa1f700ae9dd46d", + "IsHidden": "False" + }, + { + "Start": "2470084ed1104a8a94be5249443dc244", + "End": "28d3dba74bbe47808de7a1e0d9c9bf44", + "Id": "a8e531a7c1a74d4296736e770ef8b098", + "IsHidden": "False" + }, + { + "Start": "e24135a1af934599bb3a9ca3171948d4", + "End": "825526e327624648839f3a51b495d5de", + "Id": "bc25bc2c87914baa8346069b79302f6d", + "IsHidden": "False" + }, + { + "Start": "d4917734c01544e19525458b91a204b5", + "End": "03c7693bc82043ecba425d20ad5be2e6", + "Id": "31901ee28f344dd58ed1bff4ac061a46", + "IsHidden": "False" + }, + { + "Start": "b6ec0ad4cb50408f93bc1fe6004f0294", + "End": "f64a6ad1435e4448b56c02c14e02c356", + "Id": "b500ab554fd740d98fdcb8df090dfcc1", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "b33126b8e7cc40dc837bf99700829d21", + "Name": "Sheets", + "IsSetAsInput": true, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 987.564209061723, + "Y": 64.01138948233566 + }, + { + "Id": "9e41e778f239491eaee371a1c04e027f", + "Name": "Sheet.Views", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1355.5606098511657, + "Y": 64.01138948233566 + }, + { + "Id": "f2772aa0a2f549038baa3202f97c2837", + "Name": "TextNote.SetKeepRotatedTextReadable", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2186.921405631453, + "Y": 125.93744202041916 + }, + { + "Id": "aec17b8ad3e844f39abefbd343001367", + "Name": "All Elements of Category in View", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1657.594595723099, + "Y": -62.38074996620665 + }, + { + "Id": "9e563d05e7fc499ebc79460418ede9b5", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1321.1606098511656, + "Y": -115.82239904349251 + }, + { + "Id": "05a8abcf77054a698a398433ac185658", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1779.964921295551, + "Y": 481.506196491371 + } + ], + "Annotations": [], + "X": -923.0890662387565, + "Y": 167.71328859829606, + "Zoom": 0.9210916844355563 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg new file mode 100644 index 000000000..cb185b433 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.TextNoteType.Default.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNoteType.Default.dyn index 23569171a..59829f640 100644 --- a/doc/distrib/NodeHelpFiles/Revit.Elements.TextNoteType.Default.dyn +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNoteType.Default.dyn @@ -1,5 +1,5 @@ { - "Uuid": "75d6fda1-d7b8-4808-a6dd-3966745dc8d8", + "Uuid": "9235619f-12b5-47c4-aced-28ad678ec7ef", "IsCustomNode": false, "Description": "", "Name": "Revit.Elements.TextNoteType.Default", @@ -11,12 +11,12 @@ "Nodes": [ { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", - "Id": "2e4ede2acb9842f2b4ac6c706636e67a", + "Id": "aae2902260764d358fdb6a6a024d03bd", "NodeType": "FunctionNode", "Inputs": [], "Outputs": [ { - "Id": "0f715bc538db47cd877e38d006b422e4", + "Id": "f3067d93d1db4778a2af10079b59f2f1", "Name": "TextNoteType", "Description": "TextNoteType", "UsingDefaultValue": false, @@ -31,97 +31,13 @@ }, { "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", - "Id": "ebd6ce26616e4c6aa41f09430c31b333", + "Id": "d6e0fe6f762f439c838f786761a328b7", "NodeType": "FunctionNode", "Inputs": [ { - "Id": "a7b6af73bf234e569d9643921393cb4d", - "Name": "view", - "Description": "View to place text element on\n\nView", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - }, - { - "Id": "a2b511cd15fa4ca69145064e1d6b94e0", - "Name": "location", - "Description": "Location in view\n\nPoint", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - }, - { - "Id": "9529b117e0c84db59ea457f3bc576890", - "Name": "text", - "Description": "Text\n\nstring", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - }, - { - "Id": "24414e35518546ab9098bcce5f91a8d8", - "Name": "alignment", - "Description": "Text alignment\n\nstring", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - }, - { - "Id": "f7ab7ece26264bc385059b00fa04fc29", - "Name": "type", - "Description": "Revit TextNote Type\n\nTextNoteType\nDefault value : Revit.Elements.TextNoteType.Default()", - "UsingDefaultValue": true, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - }, - { - "Id": "207ec19ed22d482aa10f99363b79140d", - "Name": "keepRotatedTextReadable", - "Description": "Keep text horizontal\n\nbool\nDefault value : true", - "UsingDefaultValue": true, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - }, - { - "Id": "3f4dfe6f1e6547c5a32f96be240a6d9d", - "Name": "rotation", - "Description": "Rotation in degrees\n\ndouble\nDefault value : 0", - "UsingDefaultValue": true, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - } - ], - "Outputs": [ - { - "Id": "58712afa7a454a84b9e1d1e7462f50c3", - "Name": "TextNote", - "Description": "TextNote", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - } - ], - "FunctionSignature": "Revit.Elements.TextNote.ByLocation@Revit.Elements.Views.View,Autodesk.DesignScript.Geometry.Point,string,string,Revit.Elements.TextNoteType,bool,double", - "Replication": "Auto", - "Description": "Construct a new Revit TextNote by Location\n\nTextNote.ByLocation (view: View, location: Point, text: string, alignment: string, type: TextNoteType = Revit.Elements.TextNoteType.Default(), keepRotatedTextReadable: bool = true, rotation: double = 0): TextNote" - }, - { - "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", - "Id": "24b16276deb44623ba5e1b429eb1a0c4", - "NodeType": "FunctionNode", - "Inputs": [ - { - "Id": "10cc49d4fcbd4340a89b56fe91ae5577", - "Name": "name", - "Description": "Name of the view\n\nstring", + "Id": "02268727dc5a4e85a308081d8fdcd874", + "Name": "element", + "Description": "Revit.Elements.Element", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, @@ -130,136 +46,25 @@ ], "Outputs": [ { - "Id": "97524953d4fd4331b6ab4f50702d37a7", - "Name": "DraftingView", - "Description": "The view", + "Id": "521d36614deb4f5aae2dca79f0f91f04", + "Name": "string", + "Description": "string", "UsingDefaultValue": false, "Level": 2, "UseLevels": false, "KeepListStructure": false } ], - "FunctionSignature": "Revit.Elements.Views.DraftingView.ByName@string", + "FunctionSignature": "Revit.Elements.Element.Name", "Replication": "Auto", - "Description": "Create a Revit DraftingView given it's name\n\nDraftingView.ByName (name: string): DraftingView" - }, - { - "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", - "Id": "083e9ef27cc54d14a8da2da8bd21321a", - "NodeType": "StringInputNode", - "Inputs": [], - "Outputs": [ - { - "Id": "cbbcf6035e84480c8930f605212d9370", - "Name": "", - "Description": "String", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - } - ], - "Replication": "Disabled", - "Description": "Creates a string", - "InputValue": "Sample Detail View" - }, - { - "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", - "Id": "e8ca297dd5414837ab563e3c64f28265", - "NodeType": "FunctionNode", - "Inputs": [], - "Outputs": [ - { - "Id": "88c2f0d9e3374972bb06d1a29965cae0", - "Name": "Point", - "Description": "Origin point", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - } - ], - "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Origin", - "Replication": "Auto", - "Description": "Get the Origin point (0,0,0)\n\nPoint.Origin ( ): Point" - }, - { - "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", - "Id": "1c534d28f1724f588aa105e89bf97bcb", - "NodeType": "StringInputNode", - "Inputs": [], - "Outputs": [ - { - "Id": "63e969b0f9304ad290c52882bc7049d7", - "Name": "", - "Description": "String", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - } - ], - "Replication": "Disabled", - "Description": "Creates a string", - "InputValue": "A new text note in the new view" - }, - { - "ConcreteType": "DSRevitNodesUI.HorizontalAlignment, DSRevitNodesUI", - "SelectedIndex": 0, - "SelectedString": "Center", - "Id": "5ffbca0b846b4d158679a2fe827e6381", - "NodeType": "ExtensionNode", - "Inputs": [], - "Outputs": [ - { - "Id": "a9448ae844f146f9b9edcf60726e89fe", - "Name": "Horizontal Alignment", - "Description": "The selected Horizontal Alignment", - "UsingDefaultValue": false, - "Level": 2, - "UseLevels": false, - "KeepListStructure": false - } - ], - "Replication": "Disabled", - "Description": "Select the horizontal text alignment style." + "Description": "Get the Name of the Element\n\nElement.Name: string" } ], "Connectors": [ { - "Start": "0f715bc538db47cd877e38d006b422e4", - "End": "f7ab7ece26264bc385059b00fa04fc29", - "Id": "f6c5328d517e40699060239a609d832c", - "IsHidden": "False" - }, - { - "Start": "97524953d4fd4331b6ab4f50702d37a7", - "End": "a7b6af73bf234e569d9643921393cb4d", - "Id": "a263934c48614e67a0376d4a546c3901", - "IsHidden": "False" - }, - { - "Start": "cbbcf6035e84480c8930f605212d9370", - "End": "10cc49d4fcbd4340a89b56fe91ae5577", - "Id": "66af48ef406d4c64b12f2e329bbe3648", - "IsHidden": "False" - }, - { - "Start": "88c2f0d9e3374972bb06d1a29965cae0", - "End": "a2b511cd15fa4ca69145064e1d6b94e0", - "Id": "e8e803eeb6c24d30b76254ee9f811068", - "IsHidden": "False" - }, - { - "Start": "63e969b0f9304ad290c52882bc7049d7", - "End": "9529b117e0c84db59ea457f3bc576890", - "Id": "bd9fd16a303d41cea3f3ae1e0eb01821", - "IsHidden": "False" - }, - { - "Start": "a9448ae844f146f9b9edcf60726e89fe", - "End": "24414e35518546ab9098bcce5f91a8d8", - "Id": "306ff0da4cbd419ea5a9feab746d9577", + "Start": "f3067d93d1db4778a2af10079b59f2f1", + "End": "02268727dc5a4e85a308081d8fdcd874", + "Id": "52fc388a913841c8b8be03b793596eee", "IsHidden": "False" } ], @@ -272,13 +77,13 @@ { "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", "Name": "Properties", - "Version": "3.2", + "Version": "3.3", "Data": {} }, { "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", "Name": "Generative Design", - "Version": "8.1", + "Version": "8.2", "Data": {} } ], @@ -289,27 +94,14 @@ "warningCount": 0, "errorCount": 0 }, - "Bindings": [ - { - "NodeId": "ebd6ce26-616e-4c6a-a41f-09430c31b333", - "Binding": { - "ByLocation_InClassDecl-1_InFunctionScope-1_Instance0_ebd6ce26-616e-4c6a-a41f-09430c31b333": "H4sIAAAAAAAACh3LMQ6DMAwF0Lv8uZaMSQhhZmHuWHcw2K26MKBsiLsj9e3vdcKtGSacimc7fvt3mRWT4mObVa9Ba+9CKYJpZMlUumzsIqV6ELOMpXaheCiWvf2vDFlSGi5c7xvDyo2FXwAAAA==" - } - }, - { - "NodeId": "24b16276-deb4-4623-ba5e-1b429eb1a0c4", - "Binding": { - "ByName_InClassDecl-1_InFunctionScope-1_Instance0_24b16276-deb4-4623-ba5e-1b429eb1a0c4": "H4sIAAAAAAAACh3LMQ6DMAwF0Lv8uZaMIQ1mZsnMWHdw67RiYUDZEHdH4u3vdSC8OSYchqXt6/Yvs2Ey/PzrGlrp04fQUCvTyJIod8k5RLJGJWYZs3bZ8DCUrd1XnkmGXk+c7wtg94RpXwAAAA==" - } - } - ], + "Bindings": [], "View": { "Dynamo": { "ScaleFactor": 1.0, "HasRunWithoutCrash": true, "IsVisibleInDynamoLibrary": true, - "Version": "3.2.1.5366", - "RunType": "Manual", + "Version": "3.3.0.6316", + "RunType": "Automatic", "RunPeriod": "1000" }, "Camera": { @@ -327,79 +119,29 @@ "ConnectorPins": [], "NodeViews": [ { - "Id": "2e4ede2acb9842f2b4ac6c706636e67a", + "Id": "aae2902260764d358fdb6a6a024d03bd", "Name": "TextNoteType.Default", "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, "ShowGeometry": true, - "X": 107.29852886080627, - "Y": 478.1309129034306 - }, - { - "Id": "ebd6ce26616e4c6aa41f09430c31b333", - "Name": "TextNote.ByLocation", - "IsSetAsInput": false, - "IsSetAsOutput": false, - "Excluded": false, - "ShowGeometry": true, - "X": 574.6502482775451, - "Y": 82.532170500777 - }, - { - "Id": "24b16276deb44623ba5e1b429eb1a0c4", - "Name": "DraftingView.ByName", - "IsSetAsInput": false, - "IsSetAsOutput": false, - "Excluded": false, - "ShowGeometry": true, - "X": 104.89852886080627, - "Y": -151.85716926061627 - }, - { - "Id": "083e9ef27cc54d14a8da2da8bd21321a", - "Name": "String", - "IsSetAsInput": false, - "IsSetAsOutput": false, - "Excluded": false, - "ShowGeometry": true, - "X": -203.90147113919375, - "Y": -151.85716926061627 - }, - { - "Id": "e8ca297dd5414837ab563e3c64f28265", - "Name": "Point.Origin", - "IsSetAsInput": false, - "IsSetAsOutput": false, - "Excluded": false, - "ShowGeometry": true, - "X": 180.09852886080628, - "Y": -2.8571692606163026 - }, - { - "Id": "1c534d28f1724f588aa105e89bf97bcb", - "Name": "String", - "IsSetAsInput": false, - "IsSetAsOutput": false, - "Excluded": false, - "ShowGeometry": true, - "X": 112.09852886080628, - "Y": 151.14283073938373 + "X": 332.77108675363263, + "Y": 483.862882956663 }, { - "Id": "5ffbca0b846b4d158679a2fe827e6381", - "Name": "Select Horizontal Text Alignment", + "Id": "d6e0fe6f762f439c838f786761a328b7", + "Name": "Element.Name", "IsSetAsInput": false, "IsSetAsOutput": false, "Excluded": false, "ShowGeometry": true, - "X": 22.49852886080629, - "Y": 311.92664134346137 + "X": 667.1710867536326, + "Y": 483.86288295666304 } ], "Annotations": [], - "X": 231.15743447663567, - "Y": 135.04865350799827, - "Zoom": 1.0733333710929127 + "X": -61.70722181817064, + "Y": -589.256874471123, + "Zoom": 2.080710428125 } } \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.TextNoteType.Default_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNoteType.Default_img.jpg index 13cfe279b..fa0d2e6e0 100644 Binary files a/doc/distrib/NodeHelpFiles/Revit.Elements.TextNoteType.Default_img.jpg and b/doc/distrib/NodeHelpFiles/Revit.Elements.TextNoteType.Default_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.dyn new file mode 100644 index 000000000..ebbd94e9d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.dyn @@ -0,0 +1,1174 @@ +{ + "Uuid": "52fd31e0-c6e1-48f2-801b-3d7dc435037c", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [ + { + "Id": "1d78886afcd841e9a38d48d654bb2585", + "Name": "String", + "Type": "string", + "Type2": "string", + "Value": "Toposolid 1", + "Description": "Creates a string" + } + ], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "98fc0674-037e-46de-b878-c5e65f1bd3b9-0015523d" + ], + "Id": "bd64e483fc0844d082a267537569dd57", + "Inputs": [], + "Outputs": [ + { + "Id": "309535abacc14ec79a6fbb81fc3afe80", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7417786e056b40a3a8d220de847b3c13", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33e7347a3e2d463da3be6f5ebed7f9ca", + "Name": "floor", + "Description": "Revit.Elements.Floor", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "a5985159ed694707912e647399c12fbd", + "Name": "Point[]", + "Description": "Point[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Floor.Points", + "Replication": "Auto", + "Description": "Get Slab Shape Points\n\nFloor.Points: Point[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "2a1424b85250478c8b4a64db4f218d98", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "ad948dfb696240f7a99c3af8e538920e", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "620b3d10a07b4f75acaed203ce3c9bdf", + "Name": "Solid[]", + "Description": "Solid[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Solids", + "Replication": "Auto", + "Description": "The Solids in this Element\n\nElement.Solids: Solid[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "862c49cbf0d744d1b2202cf05055f118", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "cd64d2ddfba84818a8151d725a3149e0", + "Name": "geometry", + "Description": "Autodesk.DesignScript.Geometry.Geometry", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "69cfa76279584753a4049460c74fefe2", + "Name": "Geometry[]", + "Description": "Geometry[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Explode", + "Replication": "Auto", + "Description": "Separates compound or non-separated elements into their component parts.\n\nGeometry.Explode ( ): Geometry[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "bbd379be255845548258b890bfbc0e9d", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7417250afdd248cc8b37e04b8c70bc11", + "Name": "list", + "Description": "List to flatten.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ebd1c05fc4784318b62fa6ca009ed458", + "Name": "amount", + "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "cd4083f9b51a4ce7898e9e8f2abf39ff", + "Name": "list", + "Description": "Flattened list by amount", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Flatten@var[]..[],int", + "Replication": "Auto", + "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amount: int = -1): var[]..[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "2b87a50c6c7f47f18a3d3e343277f2ec", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "81bd21855dfb4bb2b1669f76d42931ce", + "Name": "surface", + "Description": "Autodesk.DesignScript.Geometry.Surface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "82561e5b572045569c7ebb7e6beadb24", + "Name": "u", + "Description": "U component of parameter\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2c890c9cc481477f828f1901d255fd7d", + "Name": "v", + "Description": "V component of parameter\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e20bbb5d19094830ab43c3338997fc8f", + "Name": "Vector", + "Description": "Normal at parameter", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.NormalAtParameter@double,double", + "Replication": "Auto", + "Description": "Return the normal Vector at specified U and V parameters.\n\nSurface.NormalAtParameter (u: double = 0, v: double = 0): Vector" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "f9369925bab7498cab73541460f12a01", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "6717be870c924e3bbefd2ef25af4698d", + "Name": "x", + "Description": "X coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5a1563c1936449f6b84d928119f4d668", + "Name": "y", + "Description": "Y coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "4a0d90786f744ae9ba6796482b973d6f", + "Name": "z", + "Description": "Z coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7913e5478d5849a0aad84cc2c85e269f", + "Name": "Vector", + "Description": "Vector created by coordinates", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double", + "Replication": "Auto", + "Description": "Form a Vector by 3 Euclidean coordinates\n\nVector.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Vector" + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleInput, CoreNodeModels", + "NumberType": "Double", + "Id": "14b8b15a12da4cd589cad902138cc988", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "bbbbd8cfc1f24b069d322025d15f74e8", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a number", + "InputValue": -1.0 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "45658fe590b34d418a82d98a7b07a5d7", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d4fa54df03564314b97b48eae03df82a", + "Name": "vector", + "Description": "Autodesk.DesignScript.Geometry.Vector", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "a15bcd75b42a4688829c88f67ef774cd", + "Name": "otherVector", + "Description": "Other vector\n\nVector", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "efce1fd118374b9890e75ca1ebf8f563", + "Name": "bool", + "Description": "Returns True if the vectors are almost equal; false otherwise.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.IsAlmostEqualTo@Autodesk.DesignScript.Geometry.Vector", + "Replication": "Auto", + "Description": "Determine whether two vectors are almost equal. A tolerance value of 1e-5 given to handle precision issues.\n\nVector.IsAlmostEqualTo (otherVector: Vector): bool" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "31862bde9fe14782b9f695bd453094f3", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "21fbd518ffc8479abc8ff5d434b3639b", + "Name": "list", + "Description": "List to filter.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fffdc2d22f5a430b80039c2c5772f8be", + "Name": "mask", + "Description": "List of booleans representing a mask.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5b1893a388d94a25ba25e2196d70bf7a", + "Name": "in", + "Description": "Items whose mask index is true.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "3cd3284d0466436298a86d2c212de4ce", + "Name": "out", + "Description": "Items whose mask index is false.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]", + "Replication": "Auto", + "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", + "Id": "3ac23625cf1849f2b63ea8a1a4e8413a", + "NodeType": "CodeBlockNode", + "Inputs": [ + { + "Id": "43788efcb45a46629df715ca0f41edd9", + "Name": "bottomSurface", + "Description": "bottomSurface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "d23dd601720c4aecbc9764d6eda14a44", + "Name": "", + "Description": "Value of expression at line 1", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows for DesignScript code to be authored directly", + "Code": "bottomSurface;" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "841685d2381243ea9c5a69769d5b8a37", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "5f79567fdcfb49d38ecdcba9f4e9a393", + "Name": "surface", + "Description": "Autodesk.DesignScript.Geometry.Surface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "af0a26ad98094a8f8958822be20cdf20", + "Name": "Curve[]", + "Description": "Curve[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.PerimeterCurves", + "Replication": "Auto", + "Description": "Return all the boundary Curves of the Surface.\n\nSurface.PerimeterCurves ( ): Curve[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a34ab954813d42db99e58d8082d6ceff", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "f00f3aee12704e2ead248f3850074d17", + "Name": "outlineCurves", + "Description": "Curve[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "9363ec7e884e4b8dbadd0d169d182e6d", + "Name": "points", + "Description": "Point[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "9e2fe0daaa0847719d4818d9d5db6813", + "Name": "toposolidType", + "Description": "ToposolidType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f6ba3b1a630f473f994bf025a5227da8", + "Name": "level", + "Description": "Level", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "d0335133f13d489ab3b54044ea7c684a", + "Name": "Toposolid", + "Description": "Toposolid", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel@Autodesk.DesignScript.Geometry.Curve[],Autodesk.DesignScript.Geometry.Point[],Revit.Elements.ToposolidType,Revit.Elements.Level", + "Replication": "Auto", + "Description": "Create a Revit Toposolid given its curve outline, points, type and Level\n\nToposolid.ByOutlinePointsTypeAndLevel (outlineCurves: Curve[], points: Point[], toposolidType: ToposolidType, level: Level): Toposolid" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7ce0c109777646e4b5eb4acfe2b1b1e3", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fffa472a83054cf1929813f68e576a6a", + "Name": "name", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "582fd0e7bcdf45fabec0d8489d16594a", + "Name": "ToposolidType", + "Description": "ToposolidType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ToposolidType.ByName@string", + "Replication": "Auto", + "Description": "Select a toposolid type from the current document by name\n\nToposolidType.ByName (name: string): ToposolidType" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "1d78886afcd841e9a38d48d654bb2585", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "af235ac9608849b3a46112540663b0f6", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Toposolid 1" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "5cdff0f6b85e4ab69d5ce795b498e05d", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c20e844f3a5d466d971544e7eb11fe57", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "92a99e2679994e079e98e45ba2d6d4e0", + "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": "b899047137cd45cabb6d27deb218ead5", + "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": "fe6852a10f15418dbf04645c4872c881", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f5db4953d58440d0b4ac865239201800", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Level" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", + "Id": "8dc07fd83e254d03876279ead1d7b8a9", + "NodeType": "CodeBlockNode", + "Inputs": [ + { + "Id": "9b2f806897014fff837c1479e515ce50", + "Name": "toposolid", + "Description": "toposolid", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "47d87761cb574c78a7015017e1714dbb", + "Name": "existingFloor", + "Description": "existingFloor", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "8706715cdd064e1e899950f50738948b", + "Name": "", + "Description": "Value of expression at line 3", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows for DesignScript code to be authored directly", + "Code": "/*this allows the graph to wait for the new toposolid\nbefore deleting the existing floor*/\n[toposolid,existingFloor][1];" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "c180b0769a4e4c28a47455870d34611a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "b79c31e045b244688003a11cd0308bf2", + "Name": "element", + "Description": "The element to delete.\n\nElement", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1ad6c54281a442e5945b0ff1a2ab9f9d", + "Name": "int[]", + "Description": "The list of element id's deleted, including any dependent elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Delete@Revit.Elements.Element", + "Replication": "Auto", + "Description": "Delete the element and any elements that are totally dependent upon the element.\n\nElement.Delete (element: Element): int[]" + } + ], + "Connectors": [ + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "33e7347a3e2d463da3be6f5ebed7f9ca", + "Id": "2ccc6a4a707248b8bc1804812f27b329", + "IsHidden": "False" + }, + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "ad948dfb696240f7a99c3af8e538920e", + "Id": "a5413662fae840e1b2720607e4360df4", + "IsHidden": "False" + }, + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "c20e844f3a5d466d971544e7eb11fe57", + "Id": "caab3d4deb6942c7bdd0a664e87793f6", + "IsHidden": "False" + }, + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "47d87761cb574c78a7015017e1714dbb", + "Id": "a302c02d84414fb0a0e4a9398d3de3fc", + "IsHidden": "False" + }, + { + "Start": "a5985159ed694707912e647399c12fbd", + "End": "9363ec7e884e4b8dbadd0d169d182e6d", + "Id": "848f3a66cd1c4d5fae9553a6da920151", + "IsHidden": "False" + }, + { + "Start": "620b3d10a07b4f75acaed203ce3c9bdf", + "End": "cd64d2ddfba84818a8151d725a3149e0", + "Id": "75ee829587614927a32d56cffdb8ef1c", + "IsHidden": "False" + }, + { + "Start": "69cfa76279584753a4049460c74fefe2", + "End": "7417250afdd248cc8b37e04b8c70bc11", + "Id": "2ecae662b4f94a44ad65627211f289a7", + "IsHidden": "False" + }, + { + "Start": "cd4083f9b51a4ce7898e9e8f2abf39ff", + "End": "81bd21855dfb4bb2b1669f76d42931ce", + "Id": "0be8cb4c4bd54a33baeaa060bbb38784", + "IsHidden": "False" + }, + { + "Start": "cd4083f9b51a4ce7898e9e8f2abf39ff", + "End": "21fbd518ffc8479abc8ff5d434b3639b", + "Id": "509db3a07c5b46ab9cfa5ba8539fc0fe", + "IsHidden": "False" + }, + { + "Start": "e20bbb5d19094830ab43c3338997fc8f", + "End": "d4fa54df03564314b97b48eae03df82a", + "Id": "85474178d8404f19ad6bc563fc837451", + "IsHidden": "False" + }, + { + "Start": "7913e5478d5849a0aad84cc2c85e269f", + "End": "a15bcd75b42a4688829c88f67ef774cd", + "Id": "544d494300014794ace0138a6d1a6b20", + "IsHidden": "False" + }, + { + "Start": "bbbbd8cfc1f24b069d322025d15f74e8", + "End": "4a0d90786f744ae9ba6796482b973d6f", + "Id": "09a64dcce57a46b6a5d64f4dd6f9d839", + "IsHidden": "False" + }, + { + "Start": "efce1fd118374b9890e75ca1ebf8f563", + "End": "fffdc2d22f5a430b80039c2c5772f8be", + "Id": "d4bfee7712e640e6b98ec6d660a4231e", + "IsHidden": "False" + }, + { + "Start": "5b1893a388d94a25ba25e2196d70bf7a", + "End": "43788efcb45a46629df715ca0f41edd9", + "Id": "f1c558c299b94bc485283ec9b2b640b7", + "IsHidden": "False" + }, + { + "Start": "d23dd601720c4aecbc9764d6eda14a44", + "End": "5f79567fdcfb49d38ecdcba9f4e9a393", + "Id": "c5d9d34b2b3c4ff3b8e150d7ca9e86da", + "IsHidden": "False" + }, + { + "Start": "af0a26ad98094a8f8958822be20cdf20", + "End": "f00f3aee12704e2ead248f3850074d17", + "Id": "bdd4761d08284a0fb8107b19c6aede13", + "IsHidden": "False" + }, + { + "Start": "d0335133f13d489ab3b54044ea7c684a", + "End": "9b2f806897014fff837c1479e515ce50", + "Id": "8918c83121854f04b74445b00bb5cca7", + "IsHidden": "False" + }, + { + "Start": "582fd0e7bcdf45fabec0d8489d16594a", + "End": "9e2fe0daaa0847719d4818d9d5db6813", + "Id": "fac497af23ae4059bd9ceb1d97aeffe6", + "IsHidden": "False" + }, + { + "Start": "af235ac9608849b3a46112540663b0f6", + "End": "fffa472a83054cf1929813f68e576a6a", + "Id": "d837c43067d648cd8138062ed0b39c95", + "IsHidden": "False" + }, + { + "Start": "b899047137cd45cabb6d27deb218ead5", + "End": "f6ba3b1a630f473f994bf025a5227da8", + "Id": "47a2d9de9f2d4ea6bc221d1b675775ee", + "IsHidden": "False" + }, + { + "Start": "f5db4953d58440d0b4ac865239201800", + "End": "92a99e2679994e079e98e45ba2d6d4e0", + "Id": "e34616a0bbfc4bec896c56ec1ec321a2", + "IsHidden": "False" + }, + { + "Start": "8706715cdd064e1e899950f50738948b", + "End": "b79c31e045b244688003a11cd0308bf2", + "Id": "5072f0ce9f1540058da179157ec89725", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 52.39591979980469, + "EyeY": 90.00387573242188, + "EyeZ": -3.8365869522094727, + "LookX": -18.86023712158203, + "LookY": -32.16958236694336, + "LookZ": -22.548072814941406, + "UpX": -0.47363221645355225, + "UpY": 0.6745666265487671, + "UpZ": -0.5662441253662109 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bd64e483fc0844d082a267537569dd57", + "Name": "Select Model Element", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": -220.44302457545132, + "Y": 710.7024839999383 + }, + { + "Id": "7417786e056b40a3a8d220de847b3c13", + "Name": "Floor.Points", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2058.9912204494826, + "Y": 679.4475286217911 + }, + { + "Id": "2a1424b85250478c8b4a64db4f218d98", + "Name": "Element.Solids", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 400.6229368391246, + "Y": 131.44275745518866 + }, + { + "Id": "862c49cbf0d744d1b2202cf05055f118", + "Name": "Geometry.Explode", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 683.206696352292, + "Y": 131.44275745518866 + }, + { + "Id": "bbd379be255845548258b890bfbc0e9d", + "Name": "List.Flatten", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 994.9358660394623, + "Y": 131.44275745518866 + }, + { + "Id": "2b87a50c6c7f47f18a3d3e343277f2ec", + "Name": "Surface.NormalAtParameter", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1220.1043075571254, + "Y": 211.5484879108244 + }, + { + "Id": "f9369925bab7498cab73541460f12a01", + "Name": "Vector.ByCoordinates", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1269.7043075571255, + "Y": 416.9975973842496 + }, + { + "Id": "14b8b15a12da4cd589cad902138cc988", + "Name": "Number", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1058.747016098545, + "Y": 483.6043863002916 + }, + { + "Id": "45658fe590b34d418a82d98a7b07a5d7", + "Name": "Vector.IsAlmostEqualTo", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1591.6013274268807, + "Y": 356.019551193507 + }, + { + "Id": "31862bde9fe14782b9f695bd453094f3", + "Name": "List.FilterByBoolMask", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 1954.3497170140163, + "Y": 131.44275745518866 + }, + { + "Id": "3ac23625cf1849f2b63ea8a1a4e8413a", + "Name": "Code Block", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 1956.5805848373034, + "Y": 313.5551675853649 + }, + { + "Id": "841685d2381243ea9c5a69769d5b8a37", + "Name": "Surface.PerimeterCurves", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2315.8887239193623, + "Y": 313.5551675853649 + }, + { + "Id": "a34ab954813d42db99e58d8082d6ceff", + "Name": "Toposolid.ByOutlinePointsTypeAndLevel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2687.396437080452, + "Y": 719.6748135433811 + }, + { + "Id": "7ce0c109777646e4b5eb4acfe2b1b1e3", + "Name": "ToposolidType.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2006.6588262923326, + "Y": 893.0081890250858 + }, + { + "Id": "1d78886afcd841e9a38d48d654bb2585", + "Name": "String", + "IsSetAsInput": true, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1803.8208236581502, + "Y": 893.0081890250858 + }, + { + "Id": "5cdff0f6b85e4ab69d5ce795b498e05d", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1906.1117565500956, + "Y": 1139.2264043113296 + }, + { + "Id": "fe6852a10f15418dbf04645c4872c881", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1667.9325499102683, + "Y": 1241.683381469244 + }, + { + "Id": "8dc07fd83e254d03876279ead1d7b8a9", + "Name": "Code Block", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 3132.0713863557035, + "Y": 952.0237621030873 + }, + { + "Id": "c180b0769a4e4c28a47455870d34611a", + "Name": "Element.Delete", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 3778.8028048656647, + "Y": 982.0672203668701 + } + ], + "Annotations": [ + { + "Id": "1ecb129d4d164d2eb6656948174d9370", + "Title": "Extract Bottom Surface", + "DescriptionText": "Extract Bottom Surface of the Given Floor to Get the Boundary", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "2a1424b85250478c8b4a64db4f218d98", + "862c49cbf0d744d1b2202cf05055f118", + "bbd379be255845548258b890bfbc0e9d", + "2b87a50c6c7f47f18a3d3e343277f2ec", + "f9369925bab7498cab73541460f12a01", + "14b8b15a12da4cd589cad902138cc988", + "45658fe590b34d418a82d98a7b07a5d7", + "31862bde9fe14782b9f695bd453094f3", + "3ac23625cf1849f2b63ea8a1a4e8413a" + ], + "HasNestedGroups": false, + "Left": 390.6229368391246, + "Top": 59.04275745518866, + "Width": 1876.757647998179, + "Height": 556.3616288451029, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 131.44275745518866, + "InitialHeight": 497.16162884510294, + "TextblockHeight": 62.4, + "Background": "#FFB9F9E1" + }, + { + "Id": "1b5f2a7a3cb84abf8c56a1d8d8d0507f", + "Title": "Get Level", + "DescriptionText": "Get the level value from the existing floor to use for toposolid creation", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "5cdff0f6b85e4ab69d5ce795b498e05d", + "fe6852a10f15418dbf04645c4872c881" + ], + "HasNestedGroups": false, + "Left": 1657.9325499102683, + "Top": 1066.8264043113295, + "Width": 604.5792066398271, + "Height": 306.6569771579145, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 1139.2264043113296, + "InitialHeight": 247.45697715791448, + "TextblockHeight": 62.4, + "Background": "#FFB9F9E1" + }, + { + "Id": "76d3b9c794ea4a93aed8aa6c9010b49d", + "Title": "Select Toposolid Type", + "DescriptionText": "Given the toposolid name, collect the type from the current file", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "7ce0c109777646e4b5eb4acfe2b1b1e3", + "1d78886afcd841e9a38d48d654bb2585" + ], + "HasNestedGroups": false, + "Left": 1793.8208236581502, + "Top": 820.6081890250858, + "Width": 470.0380026341825, + "Height": 204.19999999999993, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 893.0081890250858, + "InitialHeight": 145.0, + "TextblockHeight": 62.4, + "Background": "#FFFFB8D8" + }, + { + "Id": "805022764f714362b737b379c1e6834f", + "Title": "Create Toposolid + Delete Existing Floor", + "DescriptionText": "Create the new toposolid element and delete the floor that was converted", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "a34ab954813d42db99e58d8082d6ceff", + "8dc07fd83e254d03876279ead1d7b8a9", + "c180b0769a4e4c28a47455870d34611a" + ], + "HasNestedGroups": false, + "Left": 2677.396437080452, + "Top": 647.2748135433811, + "Width": 1316.206367785213, + "Height": 466.9489485597061, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 719.6748135433811, + "InitialHeight": 407.39240682348895, + "TextblockHeight": 62.4, + "Background": "#FFFFA07A" + }, + { + "Id": "d60c7922bb75409d8e5a7b9716ef19a3", + "Title": "Select Existing Floor to Convert to Toposolid", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": -231.24302457545133, + "Top": 660.3024839999382, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bd64e483fc0844d082a267537569dd57" + } + ], + "X": 44.450740737497995, + "Y": 39.19663723920101, + "Zoom": 0.5980627875658665 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg new file mode 100644 index 000000000..774e5b68e Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.Points.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.Points.dyn new file mode 100644 index 000000000..cf2f4f397 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.Points.dyn @@ -0,0 +1,309 @@ +{ + "Uuid": "52fd31e0-c6e1-48f2-801b-3d7dc435037c", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Toposolid.Points", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a3f25317692b4a51890bb1c232ff54b7", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c477440b5be34eaaa1931d7e16abe365", + "Name": "linkInstance", + "Description": "Revit link Instance\n\nLinkInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "94a88cc66ee44cd98583cb55a4ea193c", + "Name": "category", + "Description": "Element category\n\nCategory", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "c40691901b9147e4b1e258dd386acde7", + "Name": "linkedElements[]", + "Description": "All elements of the category", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.LinkInstance.AllElementsOfCategory@Revit.Elements.LinkInstance,Revit.Elements.Category", + "Replication": "Auto", + "Description": "Retrieves all elements of a given category in a link instance\n\nLinkInstance.AllElementsOfCategory (linkInstance: LinkInstance, category: Category): Element[]" + }, + { + "ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "ef222a91-e151-45ee-ab0b-cccc6ea80ab7-00255b59" + ], + "Id": "5c38342969ab42e9a4f674594943ddac", + "Inputs": [], + "Outputs": [ + { + "Id": "914d3f9d844a47578031e32b2cc47aea", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the document." + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 697, + "SelectedString": "OST_Toposolid", + "Id": "603245ff63b74d4580fa1a1c6c0d1fa2", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "d2fedfb304264435ad89717bed3fa631", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "97a046cd2f3341208a2b716996e448e3", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "023a1f9e8da24914a121593d3125dfc7", + "Name": "toposolid", + "Description": "Revit.Elements.Toposolid", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "533fefc29a5d4481a96e521e58dccd92", + "Name": "Point[]", + "Description": "Point[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Toposolid.Points", + "Replication": "Auto", + "Description": "Get Slab Shape Points\n\nToposolid.Points: Point[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "a739941946d544f388085e722479a92b", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4315900167064ca58962bd93cf7498bc", + "Name": "list", + "Description": "List to get the first item from.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "af206eb0676d44ed9270d9ddd3c2af40", + "Name": "item", + "Description": "First item in the list.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.FirstItem@var[]..[]", + "Replication": "Auto", + "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]" + } + ], + "Connectors": [ + { + "Start": "c40691901b9147e4b1e258dd386acde7", + "End": "4315900167064ca58962bd93cf7498bc", + "Id": "46a325f30bc3498b99cf341269acfeca", + "IsHidden": "False" + }, + { + "Start": "914d3f9d844a47578031e32b2cc47aea", + "End": "c477440b5be34eaaa1931d7e16abe365", + "Id": "6998d5646ab94af7bd0bfaffc176e4f6", + "IsHidden": "False" + }, + { + "Start": "d2fedfb304264435ad89717bed3fa631", + "End": "94a88cc66ee44cd98583cb55a4ea193c", + "Id": "a70fa2cfc8ff401d89ff34b4b53b1761", + "IsHidden": "False" + }, + { + "Start": "af206eb0676d44ed9270d9ddd3c2af40", + "End": "023a1f9e8da24914a121593d3125dfc7", + "Id": "c8bf824b5c9f4108be7fcbedd1949495", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Automatic", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -292.3471984863281, + "EyeY": 297.33197021484375, + "EyeZ": 358.6072692871094, + "LookX": 287.3471984863281, + "LookY": -286.33197021484375, + "LookZ": -366.6072692871094, + "UpX": 0.20287440717220306, + "UpY": 0.9443764686584473, + "UpZ": -0.25883394479751587 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "a3f25317692b4a51890bb1c232ff54b7", + "Name": "LinkInstance.AllElementsOfCategory", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 693.6, + "Y": 332.0 + }, + { + "Id": "5c38342969ab42e9a4f674594943ddac", + "Name": "Select Model Element", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 323.9999999999999, + "Y": 262.4000000000001 + }, + { + "Id": "603245ff63b74d4580fa1a1c6c0d1fa2", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 316.79999999999995, + "Y": 479.20000000000005 + }, + { + "Id": "97a046cd2f3341208a2b716996e448e3", + "Name": "Toposolid.Points", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1333.1893175074183, + "Y": 332.0 + }, + { + "Id": "a739941946d544f388085e722479a92b", + "Name": "List.FirstItem", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1074.4, + "Y": 332.0 + } + ], + "Annotations": [ + { + "Id": "eea180cb39e14f8fab30a4df0b2def15", + "Title": "Select Link in View", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 381.1999999999999, + "Top": 212.0000000000001, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "5c38342969ab42e9a4f674594943ddac" + } + ], + "X": -186.92435729851638, + "Y": -161.70173056476324, + "Zoom": 0.8226953593749999 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.Points_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.Points_img.jpg new file mode 100644 index 000000000..61d840f3b Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Toposolid.Points_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Views.CeilingPlanView.ByLevel.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.CeilingPlanView.ByLevel.dyn new file mode 100644 index 000000000..060a44c10 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.CeilingPlanView.ByLevel.dyn @@ -0,0 +1,165 @@ +{ + "Uuid": "8459deb8-1aa8-435e-9cd9-4588849eb5f1", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Views.CeilingPlanView.ByLevel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [ + { + "Id": "3ab7640fed7248f9a5025d5da7e4140c", + "Name": "Levels", + "Type": "selection", + "Type2": "dropdownSelection", + "Value": "L1 - Block 35", + "Description": "Select a level in the active document", + "SelectedIndex": 4 + } + ], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.Levels, DSRevitNodesUI", + "SelectedIndex": 4, + "SelectedString": "L1 - Block 35", + "Id": "3ab7640fed7248f9a5025d5da7e4140c", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "adbb1ff0ce3b4b05ac0be7726c4d4494", + "Name": "Levels", + "Description": "The selected Levels", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a level in the active document" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "cd343dedefc6489eb3ad007b2695d8b1", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "f4f6455d5d414a8380b43608f6413580", + "Name": "level", + "Description": "Level", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "ce16d53f922343a1b2ee84764483368a", + "Name": "CeilingPlanView", + "Description": "CeilingPlanView", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.CeilingPlanView.ByLevel@Revit.Elements.Level", + "Replication": "Auto", + "Description": "Create a Revit Floor Plan at a given Level\n\nCeilingPlanView.ByLevel (level: Level): CeilingPlanView" + } + ], + "Connectors": [ + { + "Start": "adbb1ff0ce3b4b05ac0be7726c4d4494", + "End": "f4f6455d5d414a8380b43608f6413580", + "Id": "18d00846c72c425ebf39df559f1022d9", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "cd343ded-efc6-489e-b3ad-007b2695d8b1", + "Binding": { + "ByLevel_InClassDecl-1_InFunctionScope-1_Instance0_cd343ded-efc6-489e-b3ad-007b2695d8b1": "H4sIAAAAAAAACh3Lqw6AMAwF0H+5miZt2YOhMWgkRWxACAZB5gj/TsLxZ36w5ZrR4zFM9T6vYxwMvaHbg8Z2jZQlCLnASmUvnlRF/JakZRZi1i4mSYbGMF71vxq8Oicv3uUDuDDYi18AAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "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": "3ab7640fed7248f9a5025d5da7e4140c", + "Name": "Levels", + "IsSetAsInput": true, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 470.4000000000001, + "Y": 279.99999999999994 + }, + { + "Id": "cd343dedefc6489eb3ad007b2695d8b1", + "Name": "CeilingPlanView.ByLevel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 829.1296338971015, + "Y": 281.0351830514493 + } + ], + "Annotations": [], + "X": -412.4795076918198, + "Y": -200.33282684999995, + "Zoom": 1.545620359375 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg new file mode 100644 index 000000000..dcb23968b Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Views.FloorPlanView.ByLevel.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.FloorPlanView.ByLevel.dyn new file mode 100644 index 000000000..1dfafc6aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.FloorPlanView.ByLevel.dyn @@ -0,0 +1,165 @@ +{ + "Uuid": "8459deb8-1aa8-435e-9cd9-4588849eb5f1", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Views.FloorPlanView.ByLevel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [ + { + "Id": "3ab7640fed7248f9a5025d5da7e4140c", + "Name": "Levels", + "Type": "selection", + "Type2": "dropdownSelection", + "Value": "L1 - Block 35", + "Description": "Select a level in the active document", + "SelectedIndex": 4 + } + ], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "00775bc190e1479e816a94c26e38bfec", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "75fb05028b8041609b2c3a41dfe3b9cc", + "Name": "level", + "Description": "Level", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "d724d25935e649fcb28e6344476fbf9d", + "Name": "FloorPlanView", + "Description": "FloorPlanView", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.FloorPlanView.ByLevel@Revit.Elements.Level", + "Replication": "Auto", + "Description": "Create a Revit Floor Plan at a given Level\n\nFloorPlanView.ByLevel (level: Level): FloorPlanView" + }, + { + "ConcreteType": "DSRevitNodesUI.Levels, DSRevitNodesUI", + "SelectedIndex": 4, + "SelectedString": "L1 - Block 35", + "Id": "3ab7640fed7248f9a5025d5da7e4140c", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "adbb1ff0ce3b4b05ac0be7726c4d4494", + "Name": "Levels", + "Description": "The selected Levels", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a level in the active document" + } + ], + "Connectors": [ + { + "Start": "adbb1ff0ce3b4b05ac0be7726c4d4494", + "End": "75fb05028b8041609b2c3a41dfe3b9cc", + "Id": "f809fbd0d9254d5b86a985962e3fdca8", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "00775bc1-90e1-479e-816a-94c26e38bfec", + "Binding": { + "ByLevel_InClassDecl-1_InFunctionScope-1_Instance0_00775bc1-90e1-479e-816a-94c26e38bfec": "H4sIAAAAAAAACh3Lqw6AMAwF0H+5miZtxzZAY6aRFDGewSDIHOHfSTj+jA/WXDI6PIah3Od1pN7QGZotaHRLpCxBqA6sNG+zJ1URv7bimIWYtYkt74bKkK7yXw1eaycv3ukDH3WhcF8AAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "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": "00775bc190e1479e816a94c26e38bfec", + "Name": "FloorPlanView.ByLevel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 831.2000000000002, + "Y": 279.99999999999994 + }, + { + "Id": "3ab7640fed7248f9a5025d5da7e4140c", + "Name": "Levels", + "IsSetAsInput": true, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 470.4000000000001, + "Y": 279.99999999999994 + } + ], + "Annotations": [], + "X": -412.4795076918198, + "Y": -200.33282684999995, + "Zoom": 1.545620359375 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg new file mode 100644 index 000000000..897ed680a Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCategoryOverrides.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCategoryOverrides.dyn new file mode 100644 index 000000000..3858497ca --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCategoryOverrides.dyn @@ -0,0 +1,625 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Views.View.SetCategoryOverrides", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.ElementsOfType, DSRevitNodesUI", + "Id": "d1d49604e7ed4905b14049f61ae2bbb4", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "5b6e50a2208d4fb2af710b8396ceeb6f", + "Name": "element class", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "080f3bd70ecf450b809be4ed3cd8429d", + "Name": "elements", + "Description": "All elements in the active document of a given class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All elements in the active document of a given class." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementTypes, DSRevitNodesUI", + "SelectedIndex": 370, + "SelectedString": "ViewPlan", + "Id": "045497d07a864d038ef30a007c32ee75", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "aaa3d14a365e46aa87f5d4b1225a9477", + "Name": "Classes", + "Description": "The selected Classes", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All element subclasses." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "653cf2d6151644639f162c098d04e5ed", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "df944810a9934d13943a7f7eb8cf4174", + "Name": "view", + "Description": "Revit.Elements.Views.View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "8e9ed820a4714606b2292c43468ecae7", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.View.IsViewTemplate", + "Replication": "Auto", + "Description": "Checks if View is a View Template.\n\nView.IsViewTemplate ( ): bool" + }, + { + "ConcreteType": "CoreNodeModels.HigherOrder.Filter, CoreNodeModels", + "Id": "75247e5278e74842b08185117c0d2a6d", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "b647145be5fc4134aa91aec1ae6e6602", + "Name": "list", + "Description": "List to filter", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ab654b2140644c75aa89d7a7d9c688fb", + "Name": "condition", + "Description": "Filter function used to determine if an element is filtered in or out", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "05f32db239b1437eb38900bbcab6fa35", + "Name": "in", + "Description": "List containing all elements \"x\" where condition(x) = True", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1fb4d375dde44bb3a399392194af3f1d", + "Name": "out", + "Description": "List containing all elements \"x\" where condition(x) = False", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Filters items on a list in or out based on the given condition. If the condition is true, items are filtered in, and if the condition is false, items are filtered out." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "04939b7281844b6080994456ffebdd4e", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4ea3c3e698994ddfb813f29c2470e780", + "Name": "view", + "Description": "Revit.Elements.Views.View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "d8136614c8984cf69e206058c530634f", + "Name": "category", + "Description": "Category\n\nCategory", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f92b08e98a55418eb7d1c3acdb395939", + "Name": "overrides", + "Description": "Graphics Overrides Settings.\n\nOverrideGraphicSettings", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "59f8a1b6133f4144aeee044bd31653cd", + "Name": "hide", + "Description": "If True givent Category will be hidden.\n\nbool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "560692280c3545f5a042dd3122ab8621", + "Name": "view", + "Description": "View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.View.SetCategoryOverrides@Revit.Elements.Category,Revit.Filter.OverrideGraphicSettings,bool", + "Replication": "Auto", + "Description": "Set Category Overrides.\n\nView.SetCategoryOverrides (category: Category, overrides: OverrideGraphicSettings, hide: bool = false): View" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 408.8, + "WatchHeight": 205.6, + "Id": "60c8c209eab4493fa936bd5cc6924e6a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "63ff2b3c716a480c9e5b384107984d7a", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "b04134c2b5764657bc8d690cbe53af71", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 200, + "SelectedString": "OST_DuctCurvesCenterLine", + "Id": "e6293c32dfc5424ab49b3a051e08fe44", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "41a427ed6dba4ac185e6d2fd82735743", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "865e26a1b01745ad97c365f7f01b5ab1", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d1b9aa1c50c14f39bc695fc548359753", + "Name": "cutFillColor", + "Description": "Fill color\n\nColor\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "96330bdda0684d9a92a291605050c3d9", + "Name": "projectionFillColor", + "Description": "Projection color\n\nColor\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "938f024a1f0e4a2b883c8dc54252601c", + "Name": "cutLineColor", + "Description": "Cut line color\n\nColor\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "29f01e5ca7fd4a2f879a643e1f3f169e", + "Name": "projectionLineColor", + "Description": "Projection line color\n\nColor\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "db97b668ce1545e187fb464df40ac7d7", + "Name": "cutFillPattern", + "Description": "Cut fill pattern\n\nFillPatternElement\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "874083f87cf540579bd2bf9a98b92603", + "Name": "projectionFillPattern", + "Description": "Projection fill pattern\n\nFillPatternElement\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "11be6c3f9fd241259e3e7d5b6c09d11a", + "Name": "cutLinePattern", + "Description": "Cut line pattern\n\nLinePatternElement\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "d9f1a034320c4638bef65a8e7d1bbb47", + "Name": "projectionLinePattern", + "Description": "Projection line pattern\n\nLinePatternElement\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "74181a4fbf8e4c889b968784347f4f67", + "Name": "cutLineWeight", + "Description": "Cut line weight\n\nint\nDefault value : -1", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1cb592b9c0694231ac87bd88ac8abdf6", + "Name": "projectionLineWeight", + "Description": "Projection line weight\n\nint\nDefault value : -1", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "398e663f0ef44dac9a41a57487db4452", + "Name": "transparency", + "Description": "Transparency as integer between 1-100.\n\nint\nDefault value : -1", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "505a9447d05143b1938b1d5a3ab81a4b", + "Name": "detailLevel", + "Description": "Detail Level setting, ex: Coarse, Fine etc.\n\nstring\nDefault value : \"Undefined\"", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2f8bbb1d80f84034b3d428ec640417d7", + "Name": "halftone", + "Description": "Halftone. True = halftone.\n\nbool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "0d7555f59ece4ccc8ac5c168ef5e08ac", + "Name": "overrides", + "Description": "Override Graphic Settings", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Filter.OverrideGraphicSettings.ByProperties@DSCore.Color,DSCore.Color,DSCore.Color,DSCore.Color,Revit.Elements.FillPatternElement,Revit.Elements.FillPatternElement,Revit.Elements.LinePatternElement,Revit.Elements.LinePatternElement,int,int,int,string,bool", + "Replication": "Auto", + "Description": "Create a OverrideGraphicSettings Element.\n\nOverrideGraphicSettings.ByProperties (cutFillColor: Color = null, projectionFillColor: Color = null, cutLineColor: Color = null, projectionLineColor: Color = null, cutFillPattern: FillPatternElement = null, projectionFillPattern: FillPatternElement = null, cutLinePattern: LinePatternElement = null, projectionLinePattern: LinePatternElement = null, cutLineWeight: int = -1, projectionLineWeight: int = -1, transparency: int = -1, detailLevel: string = \"Undefined\", halftone: bool = false): OverrideGraphicSettings" + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "85e7938d54c34fada45e146814c1de06", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "a8638dda421a44f7a638de590ac76d79", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": true + } + ], + "Connectors": [ + { + "Start": "080f3bd70ecf450b809be4ed3cd8429d", + "End": "b647145be5fc4134aa91aec1ae6e6602", + "Id": "bdb3b8e40c984573b0cf0e4015c7ce22", + "IsHidden": "False" + }, + { + "Start": "aaa3d14a365e46aa87f5d4b1225a9477", + "End": "5b6e50a2208d4fb2af710b8396ceeb6f", + "Id": "c4e25f8e0a704a7f9350db6b41b9f9a2", + "IsHidden": "False" + }, + { + "Start": "8e9ed820a4714606b2292c43468ecae7", + "End": "ab654b2140644c75aa89d7a7d9c688fb", + "Id": "d9bb44bcf4864e639f9a3181440c3957", + "IsHidden": "False" + }, + { + "Start": "05f32db239b1437eb38900bbcab6fa35", + "End": "63ff2b3c716a480c9e5b384107984d7a", + "Id": "ad06d83422a44a7d87332bd36fe0d139", + "IsHidden": "False" + }, + { + "Start": "b04134c2b5764657bc8d690cbe53af71", + "End": "4ea3c3e698994ddfb813f29c2470e780", + "Id": "19162a046e9f42c994fb554da56e5ec8", + "IsHidden": "False" + }, + { + "Start": "41a427ed6dba4ac185e6d2fd82735743", + "End": "d8136614c8984cf69e206058c530634f", + "Id": "948ce664319a488ea35c6158a4e44e90", + "IsHidden": "False" + }, + { + "Start": "0d7555f59ece4ccc8ac5c168ef5e08ac", + "End": "f92b08e98a55418eb7d1c3acdb395939", + "Id": "44677f5f9a06481597d48567163486db", + "IsHidden": "False" + }, + { + "Start": "a8638dda421a44f7a638de590ac76d79", + "End": "59f8a1b6133f4144aeee044bd31653cd", + "Id": "ce3552ff51084c288bae9cd7b55a9bbd", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "d1d49604e7ed4905b14049f61ae2bbb4", + "Name": "All Elements of Class", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 467.99999999999994, + "Y": 203.2 + }, + { + "Id": "045497d07a864d038ef30a007c32ee75", + "Name": "Element Classes", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 101.60000000000002, + "Y": 203.2 + }, + { + "Id": "653cf2d6151644639f162c098d04e5ed", + "Name": "View.IsViewTemplate", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 465.59999999999997, + "Y": 348.0 + }, + { + "Id": "75247e5278e74842b08185117c0d2a6d", + "Name": "List.Filter", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 789.6000000000003, + "Y": 235.59999999999997 + }, + { + "Id": "04939b7281844b6080994456ffebdd4e", + "Name": "View.SetCategoryOverrides", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1915.6534124629072, + "Y": 596.4308605341245 + }, + { + "Id": "60c8c209eab4493fa936bd5cc6924e6a", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1024.8000000000002, + "Y": 235.59999999999997 + }, + { + "Id": "e6293c32dfc5424ab49b3a051e08fe44", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1256.8000000000002, + "Y": 630.5899109792284 + }, + { + "Id": "865e26a1b01745ad97c365f7f01b5ab1", + "Name": "OverrideGraphicSettings.ByProperties", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1153.7827893175074, + "Y": 776.8213649851633 + }, + { + "Id": "85e7938d54c34fada45e146814c1de06", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1568.7382789317508, + "Y": 905.9608308605345 + } + ], + "Annotations": [ + { + "Id": "0a1aed6ef0e84003b3aba72503de0e18", + "Title": "in = view templates", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.2000000000003, + "Top": 185.2, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "75247e5278e74842b08185117c0d2a6d" + } + ], + "X": 17.141422789057515, + "Y": -30.7365657971813, + "Zoom": 0.5937671406250001 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCategoryOverrides_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCategoryOverrides_img.jpg new file mode 100644 index 000000000..c9b174940 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCategoryOverrides_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCropBoxActive.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCropBoxActive.dyn new file mode 100644 index 000000000..6737449bc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCropBoxActive.dyn @@ -0,0 +1,239 @@ +{ + "Uuid": "f760ce3d-0aa2-488c-bffa-c99524d709a0", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Views.View.SetCropBoxActive", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "f8bb2e00f0e3476d80a21852200c60e8", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d7eb02793f0a4d57ad405f47c4bdce04", + "Name": "view", + "Description": "Revit.Elements.Views.View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "b44dfa0d12df4cc2843df7d22cf769ac", + "Name": "isActive", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "3924ffe43ce34799ba5e568f8bac9bfb", + "Name": "View", + "Description": "View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.View.SetCropBoxActive@bool", + "Replication": "Auto", + "Description": "Set CropBox Active status.\n\nView.SetCropBoxActive (isActive: bool): View" + }, + { + "ConcreteType": "DSRevitNodesUI.Sheets, DSRevitNodesUI", + "SelectedIndex": 23, + "SelectedString": "First Floor Plan", + "Id": "dad3fdddfbd94c4c900af09d4bbf264e", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "0d86eebab9614b1483884b0708f20142", + "Name": "Sheet", + "Description": "The selected Sheet", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All sheets available in the current document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "4a13f8d6f52642818776c7b58fe96981", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "eb4627009bfd4b2aa2cc9d229153af83", + "Name": "sheet", + "Description": "Revit.Elements.Views.Sheet", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f95a761b87ea42579f8d8820e6a2cbf8", + "Name": "View[]", + "Description": "View[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.Sheet.Views", + "Replication": "Auto", + "Description": "Get the Views on a Sheet\n\nSheet.Views: View[]" + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "eab193d3b7ba4a619bf7b43eb2c80a37", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "d0d0b55e0f704cc7965ed40446e8dc0f", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": true + } + ], + "Connectors": [ + { + "Start": "0d86eebab9614b1483884b0708f20142", + "End": "eb4627009bfd4b2aa2cc9d229153af83", + "Id": "558992ac19024475ba4851ceb3ceeaa6", + "IsHidden": "False" + }, + { + "Start": "f95a761b87ea42579f8d8820e6a2cbf8", + "End": "d7eb02793f0a4d57ad405f47c4bdce04", + "Id": "ae7fa418dd0b48b48e02f4bf51940a5f", + "IsHidden": "False" + }, + { + "Start": "d0d0b55e0f704cc7965ed40446e8dc0f", + "End": "b44dfa0d12df4cc2843df7d22cf769ac", + "Id": "cfb36ca0f0dd42babc2fad1b67c76454", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "f8bb2e00f0e3476d80a21852200c60e8", + "Name": "View.SetCropBoxActive", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1130.0509719222462, + "Y": 456.54470842332614 + }, + { + "Id": "dad3fdddfbd94c4c900af09d4bbf264e", + "Name": "Sheets", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 510.0509719222461, + "Y": 399.54470842332614 + }, + { + "Id": "4a13f8d6f52642818776c7b58fe96981", + "Name": "Sheet.Views", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 828.4509719222459, + "Y": 399.54470842332614 + }, + { + "Id": "eab193d3b7ba4a619bf7b43eb2c80a37", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 835.650971922246, + "Y": 625.6440604751621 + } + ], + "Annotations": [], + "X": -546.6333988667925, + "Y": -423.18942583671713, + "Zoom": 1.545620359375 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCropBoxActive_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCropBoxActive_img.jpg new file mode 100644 index 000000000..fc03efec8 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Views.View.SetCropBoxActive_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Wall.ByFace.dyn b/doc/distrib/NodeHelpFiles/Revit.Elements.Wall.ByFace.dyn new file mode 100644 index 000000000..82871540c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Elements.Wall.ByFace.dyn @@ -0,0 +1,248 @@ +{ + "Uuid": "52fd31e0-c6e1-48f2-801b-3d7dc435037c", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Wall.ByFace", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.WallLocation, DSRevitNodesUI", + "SelectedIndex": 4, + "SelectedString": "FinishFaceInterior", + "Id": "b8fb0323f62c480fb83753db541eea63", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "e94d6ff6531f4a0dbb2a9988ff792752", + "Name": "Wall Location", + "Description": "The selected Wall Location", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Wall locations." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "93834463c5cc4de1bf88d3d5e3d70a61", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "6676082f1a0d4822afdcf4a8f5643b98", + "Name": "locationLine", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "7223c1bafdf74d1997c1d749f04149e7", + "Name": "wallType", + "Description": "WallType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "bbe10774e089459db5073cf5baf916c8", + "Name": "surface", + "Description": "Surface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f8a3bba76baf4fefb68af266de5c8c91", + "Name": "Element", + "Description": "Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Wall.ByFace@string,Revit.Elements.WallType,Autodesk.DesignScript.Geometry.Surface", + "Replication": "Auto", + "Description": "Creates a Wall following the geometry of a surface. Walls by Faces cannot be updated, any geometry change will create a new wall and delete the old one.\n\nWall.ByFace (locationLine: string, wallType: WallType, surface: Surface): Element" + }, + { + "ConcreteType": "Dynamo.Nodes.DSFaceSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "a0e8c87e-e052-4466-9a4d-8dddaff96381-00287bd1:11:SURFACE" + ], + "Id": "4de1a618b59f481188627803751bc789", + "Inputs": [], + "Outputs": [ + { + "Id": "bf7c54dd635f4a6c81e16396d6a7135e", + "Name": "Surface", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a face." + }, + { + "ConcreteType": "DSRevitNodesUI.WallTypes, DSRevitNodesUI", + "SelectedIndex": 29, + "SelectedString": "Generic - 10\"", + "Id": "6ca28003ff8740bab615cdcd405429f4", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "4d859e328f3d484f87eae470dc035a31", + "Name": "Wall Type", + "Description": "The selected Wall Type", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All wall types available in the document." + } + ], + "Connectors": [ + { + "Start": "e94d6ff6531f4a0dbb2a9988ff792752", + "End": "6676082f1a0d4822afdcf4a8f5643b98", + "Id": "827b8c3667b84a1eb8df66c4428c51b3", + "IsHidden": "False" + }, + { + "Start": "bf7c54dd635f4a6c81e16396d6a7135e", + "End": "bbe10774e089459db5073cf5baf916c8", + "Id": "5fa9a1c675a54a5db71c60f208d0505f", + "IsHidden": "False" + }, + { + "Start": "4d859e328f3d484f87eae470dc035a31", + "End": "7223c1bafdf74d1997c1d749f04149e7", + "Id": "384abc4ca7424f0e93a0543170012dc0", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "93834463-c5cc-4de1-bf88-d3d5e3d70a61", + "Binding": { + "ByFace_InClassDecl-1_InFunctionScope-1_Instance0_93834463-c5cc-4de1-bf88-d3d5e3d70a61": "H4sIAAAAAAAACh3LoQ6DMBAG4Hf59S4pbSkHGoOe5BDd7lhmKra6pu9OgvvMtzcU+1fTNdeMZW/QG2iCZ/19y2dbBYsgO+M3T0bmRk8xpkRzjkqsqvk85xR4IOc8Ty/1godgK/W+Po1hCNzRj35cnG9eSHAAAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": -90.61685180664062, + "EyeY": 31.201656341552734, + "EyeZ": 68.49210357666016, + "LookX": -34.13990783691406, + "LookY": -26.06133270263672, + "LookZ": -7.063438415527344, + "UpX": -0.5863196849822998, + "UpY": 0.8009455800056458, + "UpZ": -0.12130752205848694 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "b8fb0323f62c480fb83753db541eea63", + "Name": "Wall Location", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 391.99999999999983, + "Y": 492.80000000000007 + }, + { + "Id": "93834463c5cc4de1bf88d3d5e3d70a61", + "Name": "Wall.ByFace", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 803.2, + "Y": 640.0 + }, + { + "Id": "4de1a618b59f481188627803751bc789", + "Name": "Select Face", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 420.79999999999984, + "Y": 888.8000000000001 + }, + { + "Id": "6ca28003ff8740bab615cdcd405429f4", + "Name": "Wall Types", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 431.99999999999983, + "Y": 675.2000000000002 + } + ], + "Annotations": [], + "X": -245.570612067409, + "Y": -559.0629084143798, + "Zoom": 1.277716984107724 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Elements.Wall.ByFace_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Elements.Wall.ByFace_img.jpg new file mode 100644 index 000000000..ce9bf827e Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Elements.Wall.ByFace_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Filter.OverrideGraphicSettings.ByProperties.dyn b/doc/distrib/NodeHelpFiles/Revit.Filter.OverrideGraphicSettings.ByProperties.dyn new file mode 100644 index 000000000..c5b4e9dff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Filter.OverrideGraphicSettings.ByProperties.dyn @@ -0,0 +1,625 @@ +{ + "Uuid": "62489567-448a-43df-9a13-e8bb42f57523", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Filter.OverrideGraphicSettings.ByProperties", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "DSRevitNodesUI.ElementsOfType, DSRevitNodesUI", + "Id": "d1d49604e7ed4905b14049f61ae2bbb4", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "5b6e50a2208d4fb2af710b8396ceeb6f", + "Name": "element class", + "Description": "An element class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "080f3bd70ecf450b809be4ed3cd8429d", + "Name": "elements", + "Description": "All elements in the active document of a given class.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All elements in the active document of a given class." + }, + { + "ConcreteType": "DSRevitNodesUI.ElementTypes, DSRevitNodesUI", + "SelectedIndex": 370, + "SelectedString": "ViewPlan", + "Id": "045497d07a864d038ef30a007c32ee75", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "aaa3d14a365e46aa87f5d4b1225a9477", + "Name": "Classes", + "Description": "The selected Classes", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All element subclasses." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "653cf2d6151644639f162c098d04e5ed", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "df944810a9934d13943a7f7eb8cf4174", + "Name": "view", + "Description": "Revit.Elements.Views.View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "8e9ed820a4714606b2292c43468ecae7", + "Name": "bool", + "Description": "bool", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.View.IsViewTemplate", + "Replication": "Auto", + "Description": "Checks if View is a View Template.\n\nView.IsViewTemplate ( ): bool" + }, + { + "ConcreteType": "CoreNodeModels.HigherOrder.Filter, CoreNodeModels", + "Id": "75247e5278e74842b08185117c0d2a6d", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "b647145be5fc4134aa91aec1ae6e6602", + "Name": "list", + "Description": "List to filter", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ab654b2140644c75aa89d7a7d9c688fb", + "Name": "condition", + "Description": "Filter function used to determine if an element is filtered in or out", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "05f32db239b1437eb38900bbcab6fa35", + "Name": "in", + "Description": "List containing all elements \"x\" where condition(x) = True", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1fb4d375dde44bb3a399392194af3f1d", + "Name": "out", + "Description": "List containing all elements \"x\" where condition(x) = False", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Filters items on a list in or out based on the given condition. If the condition is true, items are filtered in, and if the condition is false, items are filtered out." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "04939b7281844b6080994456ffebdd4e", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "4ea3c3e698994ddfb813f29c2470e780", + "Name": "view", + "Description": "Revit.Elements.Views.View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "d8136614c8984cf69e206058c530634f", + "Name": "category", + "Description": "Category\n\nCategory", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "f92b08e98a55418eb7d1c3acdb395939", + "Name": "overrides", + "Description": "Graphics Overrides Settings.\n\nOverrideGraphicSettings", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "59f8a1b6133f4144aeee044bd31653cd", + "Name": "hide", + "Description": "If True givent Category will be hidden.\n\nbool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "560692280c3545f5a042dd3122ab8621", + "Name": "view", + "Description": "View", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Views.View.SetCategoryOverrides@Revit.Elements.Category,Revit.Filter.OverrideGraphicSettings,bool", + "Replication": "Auto", + "Description": "Set Category Overrides.\n\nView.SetCategoryOverrides (category: Category, overrides: OverrideGraphicSettings, hide: bool = false): View" + }, + { + "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", + "WatchWidth": 408.8, + "WatchHeight": 205.6, + "Id": "60c8c209eab4493fa936bd5cc6924e6a", + "NodeType": "ExtensionNode", + "Inputs": [ + { + "Id": "63ff2b3c716a480c9e5b384107984d7a", + "Name": "", + "Description": "Node to show output from", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "b04134c2b5764657bc8d690cbe53af71", + "Name": "", + "Description": "Node output", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Visualizes a node's output" + }, + { + "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI", + "SelectedIndex": 200, + "SelectedString": "OST_DuctCurvesCenterLine", + "Id": "e6293c32dfc5424ab49b3a051e08fe44", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "41a427ed6dba4ac185e6d2fd82735743", + "Name": "Category", + "Description": "The selected Category.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All built-in categories." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "865e26a1b01745ad97c365f7f01b5ab1", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d1b9aa1c50c14f39bc695fc548359753", + "Name": "cutFillColor", + "Description": "Fill color\n\nColor\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "96330bdda0684d9a92a291605050c3d9", + "Name": "projectionFillColor", + "Description": "Projection color\n\nColor\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "938f024a1f0e4a2b883c8dc54252601c", + "Name": "cutLineColor", + "Description": "Cut line color\n\nColor\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "29f01e5ca7fd4a2f879a643e1f3f169e", + "Name": "projectionLineColor", + "Description": "Projection line color\n\nColor\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "db97b668ce1545e187fb464df40ac7d7", + "Name": "cutFillPattern", + "Description": "Cut fill pattern\n\nFillPatternElement\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "874083f87cf540579bd2bf9a98b92603", + "Name": "projectionFillPattern", + "Description": "Projection fill pattern\n\nFillPatternElement\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "11be6c3f9fd241259e3e7d5b6c09d11a", + "Name": "cutLinePattern", + "Description": "Cut line pattern\n\nLinePatternElement\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "d9f1a034320c4638bef65a8e7d1bbb47", + "Name": "projectionLinePattern", + "Description": "Projection line pattern\n\nLinePatternElement\nDefault value : null", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "74181a4fbf8e4c889b968784347f4f67", + "Name": "cutLineWeight", + "Description": "Cut line weight\n\nint\nDefault value : -1", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "1cb592b9c0694231ac87bd88ac8abdf6", + "Name": "projectionLineWeight", + "Description": "Projection line weight\n\nint\nDefault value : -1", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "398e663f0ef44dac9a41a57487db4452", + "Name": "transparency", + "Description": "Transparency as integer between 1-100.\n\nint\nDefault value : -1", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "505a9447d05143b1938b1d5a3ab81a4b", + "Name": "detailLevel", + "Description": "Detail Level setting, ex: Coarse, Fine etc.\n\nstring\nDefault value : \"Undefined\"", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2f8bbb1d80f84034b3d428ec640417d7", + "Name": "halftone", + "Description": "Halftone. True = halftone.\n\nbool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "0d7555f59ece4ccc8ac5c168ef5e08ac", + "Name": "overrides", + "Description": "Override Graphic Settings", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Filter.OverrideGraphicSettings.ByProperties@DSCore.Color,DSCore.Color,DSCore.Color,DSCore.Color,Revit.Elements.FillPatternElement,Revit.Elements.FillPatternElement,Revit.Elements.LinePatternElement,Revit.Elements.LinePatternElement,int,int,int,string,bool", + "Replication": "Auto", + "Description": "Create a OverrideGraphicSettings Element.\n\nOverrideGraphicSettings.ByProperties (cutFillColor: Color = null, projectionFillColor: Color = null, cutLineColor: Color = null, projectionLineColor: Color = null, cutFillPattern: FillPatternElement = null, projectionFillPattern: FillPatternElement = null, cutLinePattern: LinePatternElement = null, projectionLinePattern: LinePatternElement = null, cutLineWeight: int = -1, projectionLineWeight: int = -1, transparency: int = -1, detailLevel: string = \"Undefined\", halftone: bool = false): OverrideGraphicSettings" + }, + { + "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels", + "Id": "85e7938d54c34fada45e146814c1de06", + "NodeType": "BooleanInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "a8638dda421a44f7a638de590ac76d79", + "Name": "", + "Description": "Boolean", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Enables selection between True and False", + "InputValue": true + } + ], + "Connectors": [ + { + "Start": "080f3bd70ecf450b809be4ed3cd8429d", + "End": "b647145be5fc4134aa91aec1ae6e6602", + "Id": "bdb3b8e40c984573b0cf0e4015c7ce22", + "IsHidden": "False" + }, + { + "Start": "aaa3d14a365e46aa87f5d4b1225a9477", + "End": "5b6e50a2208d4fb2af710b8396ceeb6f", + "Id": "c4e25f8e0a704a7f9350db6b41b9f9a2", + "IsHidden": "False" + }, + { + "Start": "8e9ed820a4714606b2292c43468ecae7", + "End": "ab654b2140644c75aa89d7a7d9c688fb", + "Id": "d9bb44bcf4864e639f9a3181440c3957", + "IsHidden": "False" + }, + { + "Start": "05f32db239b1437eb38900bbcab6fa35", + "End": "63ff2b3c716a480c9e5b384107984d7a", + "Id": "ad06d83422a44a7d87332bd36fe0d139", + "IsHidden": "False" + }, + { + "Start": "b04134c2b5764657bc8d690cbe53af71", + "End": "4ea3c3e698994ddfb813f29c2470e780", + "Id": "19162a046e9f42c994fb554da56e5ec8", + "IsHidden": "False" + }, + { + "Start": "41a427ed6dba4ac185e6d2fd82735743", + "End": "d8136614c8984cf69e206058c530634f", + "Id": "948ce664319a488ea35c6158a4e44e90", + "IsHidden": "False" + }, + { + "Start": "0d7555f59ece4ccc8ac5c168ef5e08ac", + "End": "f92b08e98a55418eb7d1c3acdb395939", + "Id": "44677f5f9a06481597d48567163486db", + "IsHidden": "False" + }, + { + "Start": "a8638dda421a44f7a638de590ac76d79", + "End": "59f8a1b6133f4144aeee044bd31653cd", + "Id": "ce3552ff51084c288bae9cd7b55a9bbd", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": null, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "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": "d1d49604e7ed4905b14049f61ae2bbb4", + "Name": "All Elements of Class", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 467.99999999999994, + "Y": 203.2 + }, + { + "Id": "045497d07a864d038ef30a007c32ee75", + "Name": "Element Classes", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 101.60000000000002, + "Y": 203.2 + }, + { + "Id": "653cf2d6151644639f162c098d04e5ed", + "Name": "View.IsViewTemplate", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 465.59999999999997, + "Y": 348.0 + }, + { + "Id": "75247e5278e74842b08185117c0d2a6d", + "Name": "List.Filter", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 789.6000000000003, + "Y": 235.59999999999997 + }, + { + "Id": "04939b7281844b6080994456ffebdd4e", + "Name": "View.SetCategoryOverrides", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1915.6534124629072, + "Y": 596.4308605341245 + }, + { + "Id": "60c8c209eab4493fa936bd5cc6924e6a", + "Name": "Watch", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1024.8000000000002, + "Y": 235.59999999999997 + }, + { + "Id": "e6293c32dfc5424ab49b3a051e08fe44", + "Name": "Categories", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1256.8000000000002, + "Y": 630.5899109792284 + }, + { + "Id": "865e26a1b01745ad97c365f7f01b5ab1", + "Name": "OverrideGraphicSettings.ByProperties", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1153.7827893175074, + "Y": 776.8213649851633 + }, + { + "Id": "85e7938d54c34fada45e146814c1de06", + "Name": "Boolean", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1568.7382789317508, + "Y": 905.9608308605345 + } + ], + "Annotations": [ + { + "Id": "0a1aed6ef0e84003b3aba72503de0e18", + "Title": "in = view templates", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": 797.2000000000003, + "Top": 185.2, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "75247e5278e74842b08185117c0d2a6d" + } + ], + "X": 17.141422789057515, + "Y": -30.7365657971813, + "Zoom": 0.5937671406250001 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg new file mode 100644 index 000000000..c9b174940 Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Revit.Transaction.Transaction.End.dyn b/doc/distrib/NodeHelpFiles/Revit.Transaction.Transaction.End.dyn new file mode 100644 index 000000000..1abd361f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Revit.Transaction.Transaction.End.dyn @@ -0,0 +1,489 @@ +{ + "Uuid": "6b0a2ccc-6b7e-40bf-96e3-65276d088d0a", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Transaction.Transaction.End", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "d36f8d88017b4ceb971372ebe68f0628", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "64467f3b2ce544de9d24150899f04b41", + "Name": "familyType", + "Description": "Family Type. Also called Family Symbol.\n\nFamilyType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "e45ed621a9e14a53aad898acdf4c5b05", + "Name": "point", + "Description": "Point in meters.\n\nPoint", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7ca497c1028d4e48a4889a2dbea20b6a", + "Name": "FamilyInstance", + "Description": "FamilyInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.FamilyInstance.ByPoint@Revit.Elements.FamilyType,Autodesk.DesignScript.Geometry.Point", + "Replication": "Auto", + "Description": "Place a Revit FamilyInstance given the FamilyType (also known as the FamilySymbol in the Revit API) and its coordinates in world space\n\nFamilyInstance.ByPoint (familyType: FamilyType, point: Point): FamilyInstance" + }, + { + "ConcreteType": "DSRevitNodesUI.FamilyTypes, DSRevitNodesUI", + "SelectedIndex": 511, + "SelectedString": "RPC Male:Alex", + "Id": "9abc90b609964c89bbc9ad94ee086acf", + "NodeType": "ExtensionNode", + "Inputs": [], + "Outputs": [ + { + "Id": "426e94aaf16847c59ef9623e2896d9ea", + "Name": "Family Type", + "Description": "The selected Family Type", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "All family types available in the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "4ec0cb9da8f94bc6902657561fce0cce", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "e63262161fea47a2a986f1929da96644", + "Name": "x", + "Description": "X coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "005588f8e7b74854bac577af43f8858d", + "Name": "y", + "Description": "Y coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "9b8a76c59a5348438f5e21d3a9dfb9d7", + "Name": "z", + "Description": "Z coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "dbd201a4f2db42a38eddd5a029ddd1cf", + "Name": "Point", + "Description": "Point created by coordinates", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double", + "Replication": "Auto", + "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point" + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "86adf363001a416f90045aa55bccf469", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "d9c6d9114fb14168ab0f5d143a3cccd1", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 3.0 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "fb654ec10a69406389100e6cb731b715", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "43eba8aeb68e4897bae226eb7d28588b", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 12.0 + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 100.0, + "MinimumValue": 0.0, + "StepValue": 0.1, + "Id": "d11b760f5d964918827ebf2605eacf64", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "becfe90dcaf04b958d124c1b1402905b", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 8.0 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "fca20258f43e4afb81b2da47e27e55fd", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "bf25c4833fc54939a6573209fa1911b7", + "Name": "input", + "Description": "An object.\n\nvar", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "609febe385ce4662b78bd2dbd026bff8", + "Name": "var[]..[]", + "Description": "var[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Transaction.Transaction.End@var", + "Replication": "Auto", + "Description": "Ends the current Dynamo transaction, returning whatever was passed in.\n\nTransaction.End (input: var): var[]..[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "dff1ee80c1a94fa8b96e9ab01f3f9b87", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "1aa3a5cc5d1643afba026d2780273c7b", + "Name": "familyInstance", + "Description": "Revit.Elements.FamilyInstance", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "40d27f84b9f5439bbe97c07e3a38b844", + "Name": "degree", + "Description": "The Euler angle around Z-axis.\n\ndouble", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "c293d1fbb2ac46758ffaaa07fd5357be", + "Name": "FamilyInstance", + "Description": "The result family instance.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.FamilyInstance.SetRotation@double", + "Replication": "Auto", + "Description": "Set the Euler angle of the family instance around its local Z-axis.\n\nFamilyInstance.SetRotation (degree: double): FamilyInstance" + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", + "NumberType": "Double", + "MaximumValue": 360.0, + "MinimumValue": 0.0, + "StepValue": 1.0, + "Id": "8516e49bec914968acb3c81a179fea9a", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "014bb281b73043a29ba51b99023db2ae", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Produces numeric values", + "InputValue": 45.0 + } + ], + "Connectors": [ + { + "Start": "7ca497c1028d4e48a4889a2dbea20b6a", + "End": "bf25c4833fc54939a6573209fa1911b7", + "Id": "6825f8e2af5141dcadb5ba0e5fc2e798", + "IsHidden": "False" + }, + { + "Start": "426e94aaf16847c59ef9623e2896d9ea", + "End": "64467f3b2ce544de9d24150899f04b41", + "Id": "ed8cac3ee1de47bfafc49b3f9f9bd6e4", + "IsHidden": "False" + }, + { + "Start": "dbd201a4f2db42a38eddd5a029ddd1cf", + "End": "e45ed621a9e14a53aad898acdf4c5b05", + "Id": "3485b047527f40f0bc057b2365df902b", + "IsHidden": "False" + }, + { + "Start": "d9c6d9114fb14168ab0f5d143a3cccd1", + "End": "e63262161fea47a2a986f1929da96644", + "Id": "75e180d146304cedb8d67beb855cb24c", + "IsHidden": "False" + }, + { + "Start": "43eba8aeb68e4897bae226eb7d28588b", + "End": "9b8a76c59a5348438f5e21d3a9dfb9d7", + "Id": "66cb5ba2b86f4ce0aa3375ba78f3435a", + "IsHidden": "False" + }, + { + "Start": "becfe90dcaf04b958d124c1b1402905b", + "End": "005588f8e7b74854bac577af43f8858d", + "Id": "2f4e7977cb0347cda19634a52c11921f", + "IsHidden": "False" + }, + { + "Start": "609febe385ce4662b78bd2dbd026bff8", + "End": "1aa3a5cc5d1643afba026d2780273c7b", + "Id": "8cb1b3024a2f4be3be5e37d071edcf14", + "IsHidden": "False" + }, + { + "Start": "014bb281b73043a29ba51b99023db2ae", + "End": "40d27f84b9f5439bbe97c07e3a38b844", + "Id": "abd12bda10a04095b37b1b8e6ccce4a6", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "Linting": { + "activeLinter": "None", + "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a", + "warningCount": 0, + "errorCount": 0 + }, + "Bindings": [ + { + "NodeId": "d36f8d88-017b-4ceb-9713-72ebe68f0628", + "Binding": { + "ByPoint_InClassDecl-1_InFunctionScope-1_Instance0_d36f8d88-017b-4ceb-9713-72ebe68f0628": "H4sIAAAAAAAACh3LMQ7DIAwF0Lv8OZYMAhOYu2TOWHcwUKouGSq2KHevlLe/54lu01BwKvb5+x6f7aEoitRcHUkiNY5vCiMwWa1CJmI9h8zONWL2a8o+KxbFdsz7eok+xHThev0B/j64l18AAAA=" + } + } + ], + "View": { + "Dynamo": { + "ScaleFactor": 1.0, + "HasRunWithoutCrash": true, + "IsVisibleInDynamoLibrary": true, + "Version": "3.3.0.6316", + "RunType": "Manual", + "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": "d36f8d88017b4ceb971372ebe68f0628", + "Name": "FamilyInstance.ByPoint", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 660.9999999999998, + "Y": 364.09999999999985 + }, + { + "Id": "9abc90b609964c89bbc9ad94ee086acf", + "Name": "Family Types", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 269.79999999999995, + "Y": 83.09999999999981 + }, + { + "Id": "4ec0cb9da8f94bc6902657561fce0cce", + "Name": "Point.ByCoordinates", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 295.39999999999986, + "Y": 398.2999999999997 + }, + { + "Id": "86adf363001a416f90045aa55bccf469", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": -153.40000000000015, + "Y": 285.29999999999984 + }, + { + "Id": "fb654ec10a69406389100e6cb731b715", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": -153.40000000000015, + "Y": 579.2999999999998 + }, + { + "Id": "d11b760f5d964918827ebf2605eacf64", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": -153.40000000000015, + "Y": 432.29999999999984 + }, + { + "Id": "fca20258f43e4afb81b2da47e27e55fd", + "Name": "Transaction.End", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 998.7252225519288, + "Y": 364.09999999999985 + }, + { + "Id": "dff1ee80c1a94fa8b96e9ab01f3f9b87", + "Name": "FamilyInstance.SetRotation", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1315.1248293481149, + "Y": 478.60019293581746 + }, + { + "Id": "8516e49bec914968acb3c81a179fea9a", + "Name": "Number Slider", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 856.2919881305642, + "Y": 641.3697329376855 + } + ], + "Annotations": [], + "X": 443.6042426807833, + "Y": 114.50699421081197, + "Zoom": 0.642869557405948 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Revit.Transaction.Transaction.End_img.jpg b/doc/distrib/NodeHelpFiles/Revit.Transaction.Transaction.End_img.jpg new file mode 100644 index 000000000..c06c05a1f Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Revit.Transaction.Transaction.End_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).dyn b/doc/distrib/NodeHelpFiles/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).dyn new file mode 100644 index 000000000..9661dc318 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).dyn @@ -0,0 +1,1247 @@ +{ + "Uuid": "52fd31e0-c6e1-48f2-801b-3d7dc435037c", + "IsCustomNode": false, + "Description": "", + "Name": "Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel", + "ElementResolver": { + "ResolutionMap": {} + }, + "Inputs": [ + { + "Id": "1d78886afcd841e9a38d48d654bb2585", + "Name": "String", + "Type": "string", + "Type2": "string", + "Value": "Toposolid 1", + "Description": "Creates a string" + } + ], + "Outputs": [], + "Nodes": [ + { + "ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI", + "NodeType": "ExtensionNode", + "InstanceId": [ + "98fc0674-037e-46de-b878-c5e65f1bd3b9-0015523d" + ], + "Id": "bd64e483fc0844d082a267537569dd57", + "Inputs": [], + "Outputs": [ + { + "Id": "309535abacc14ec79a6fbb81fc3afe80", + "Name": "Element", + "Description": "The selected elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Select a model element from the document." + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7417786e056b40a3a8d220de847b3c13", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "33e7347a3e2d463da3be6f5ebed7f9ca", + "Name": "floor", + "Description": "Revit.Elements.Floor", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "a5985159ed694707912e647399c12fbd", + "Name": "Point[]", + "Description": "Point[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Floor.Points", + "Replication": "Auto", + "Description": "Get Slab Shape Points\n\nFloor.Points: Point[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "2a1424b85250478c8b4a64db4f218d98", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "ad948dfb696240f7a99c3af8e538920e", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "620b3d10a07b4f75acaed203ce3c9bdf", + "Name": "Solid[]", + "Description": "Solid[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Solids", + "Replication": "Auto", + "Description": "The Solids in this Element\n\nElement.Solids: Solid[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "862c49cbf0d744d1b2202cf05055f118", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "cd64d2ddfba84818a8151d725a3149e0", + "Name": "geometry", + "Description": "Autodesk.DesignScript.Geometry.Geometry", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "69cfa76279584753a4049460c74fefe2", + "Name": "Geometry[]", + "Description": "Geometry[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Explode", + "Replication": "Auto", + "Description": "Separates compound or non-separated elements into their component parts.\n\nGeometry.Explode ( ): Geometry[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "bbd379be255845548258b890bfbc0e9d", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "7417250afdd248cc8b37e04b8c70bc11", + "Name": "list", + "Description": "List to flatten.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "ebd1c05fc4784318b62fa6ca009ed458", + "Name": "amount", + "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "cd4083f9b51a4ce7898e9e8f2abf39ff", + "Name": "list", + "Description": "Flattened list by amount", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.Flatten@var[]..[],int", + "Replication": "Auto", + "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amount: int = -1): var[]..[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "2b87a50c6c7f47f18a3d3e343277f2ec", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "81bd21855dfb4bb2b1669f76d42931ce", + "Name": "surface", + "Description": "Autodesk.DesignScript.Geometry.Surface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "82561e5b572045569c7ebb7e6beadb24", + "Name": "u", + "Description": "U component of parameter\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2c890c9cc481477f828f1901d255fd7d", + "Name": "v", + "Description": "V component of parameter\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "e20bbb5d19094830ab43c3338997fc8f", + "Name": "Vector", + "Description": "Normal at parameter", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.NormalAtParameter@double,double", + "Replication": "Auto", + "Description": "Return the normal Vector at specified U and V parameters.\n\nSurface.NormalAtParameter (u: double = 0, v: double = 0): Vector" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "f9369925bab7498cab73541460f12a01", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "6717be870c924e3bbefd2ef25af4698d", + "Name": "x", + "Description": "X coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "5a1563c1936449f6b84d928119f4d668", + "Name": "y", + "Description": "Y coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "4a0d90786f744ae9ba6796482b973d6f", + "Name": "z", + "Description": "Z coordinate\n\ndouble\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "7913e5478d5849a0aad84cc2c85e269f", + "Name": "Vector", + "Description": "Vector created by coordinates", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double", + "Replication": "Auto", + "Description": "Form a Vector by 3 Euclidean coordinates\n\nVector.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Vector" + }, + { + "ConcreteType": "CoreNodeModels.Input.DoubleInput, CoreNodeModels", + "NumberType": "Double", + "Id": "14b8b15a12da4cd589cad902138cc988", + "NodeType": "NumberInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "bbbbd8cfc1f24b069d322025d15f74e8", + "Name": "", + "Description": "Double", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a number", + "InputValue": -1.0 + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "45658fe590b34d418a82d98a7b07a5d7", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "d4fa54df03564314b97b48eae03df82a", + "Name": "vector", + "Description": "Autodesk.DesignScript.Geometry.Vector", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "a15bcd75b42a4688829c88f67ef774cd", + "Name": "otherVector", + "Description": "Other vector\n\nVector", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "efce1fd118374b9890e75ca1ebf8f563", + "Name": "bool", + "Description": "Returns True if the vectors are almost equal; false otherwise.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.IsAlmostEqualTo@Autodesk.DesignScript.Geometry.Vector", + "Replication": "Auto", + "Description": "Determine whether two vectors are almost equal. A tolerance value of 1e-5 given to handle precision issues.\n\nVector.IsAlmostEqualTo (otherVector: Vector): bool" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "31862bde9fe14782b9f695bd453094f3", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "21fbd518ffc8479abc8ff5d434b3639b", + "Name": "list", + "Description": "List to filter.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "fffdc2d22f5a430b80039c2c5772f8be", + "Name": "mask", + "Description": "List of booleans representing a mask.\n\nvar[]..[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5b1893a388d94a25ba25e2196d70bf7a", + "Name": "in", + "Description": "Items whose mask index is true.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "3cd3284d0466436298a86d2c212de4ce", + "Name": "out", + "Description": "Items whose mask index is false.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]", + "Replication": "Auto", + "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", + "Id": "3ac23625cf1849f2b63ea8a1a4e8413a", + "NodeType": "CodeBlockNode", + "Inputs": [ + { + "Id": "43788efcb45a46629df715ca0f41edd9", + "Name": "bottomSurface", + "Description": "bottomSurface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "d23dd601720c4aecbc9764d6eda14a44", + "Name": "", + "Description": "Value of expression at line 1", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows for DesignScript code to be authored directly", + "Code": "bottomSurface;" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "841685d2381243ea9c5a69769d5b8a37", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "5f79567fdcfb49d38ecdcba9f4e9a393", + "Name": "surface", + "Description": "Autodesk.DesignScript.Geometry.Surface", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "af0a26ad98094a8f8958822be20cdf20", + "Name": "Curve[]", + "Description": "Curve[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.PerimeterCurves", + "Replication": "Auto", + "Description": "Return all the boundary Curves of the Surface.\n\nSurface.PerimeterCurves ( ): Curve[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "7ce0c109777646e4b5eb4acfe2b1b1e3", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "fffa472a83054cf1929813f68e576a6a", + "Name": "name", + "Description": "string", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "582fd0e7bcdf45fabec0d8489d16594a", + "Name": "ToposolidType", + "Description": "ToposolidType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.ToposolidType.ByName@string", + "Replication": "Auto", + "Description": "Select a toposolid type from the current document by name\n\nToposolidType.ByName (name: string): ToposolidType" + }, + { + "ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels", + "Id": "1d78886afcd841e9a38d48d654bb2585", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "af235ac9608849b3a46112540663b0f6", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Toposolid 1" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "5cdff0f6b85e4ab69d5ce795b498e05d", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "c20e844f3a5d466d971544e7eb11fe57", + "Name": "element", + "Description": "Revit.Elements.Element", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "92a99e2679994e079e98e45ba2d6d4e0", + "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": "b899047137cd45cabb6d27deb218ead5", + "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": "fe6852a10f15418dbf04645c4872c881", + "NodeType": "StringInputNode", + "Inputs": [], + "Outputs": [ + { + "Id": "f5db4953d58440d0b4ac865239201800", + "Name": "", + "Description": "String", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Creates a string", + "InputValue": "Level" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore", + "Id": "8dc07fd83e254d03876279ead1d7b8a9", + "NodeType": "CodeBlockNode", + "Inputs": [ + { + "Id": "9b2f806897014fff837c1479e515ce50", + "Name": "toposolid", + "Description": "toposolid", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "47d87761cb574c78a7015017e1714dbb", + "Name": "existingFloor", + "Description": "existingFloor", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "8706715cdd064e1e899950f50738948b", + "Name": "", + "Description": "Value of expression at line 3", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Replication": "Disabled", + "Description": "Allows for DesignScript code to be authored directly", + "Code": "/*this allows the graph to wait for the new toposolid\nbefore deleting the existing floor*/\n[toposolid,existingFloor][1];" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "c180b0769a4e4c28a47455870d34611a", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "b79c31e045b244688003a11cd0308bf2", + "Name": "element", + "Description": "The element to delete.\n\nElement", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "1ad6c54281a442e5945b0ff1a2ab9f9d", + "Name": "int[]", + "Description": "The list of element id's deleted, including any dependent elements.", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Element.Delete@Revit.Elements.Element", + "Replication": "Auto", + "Description": "Delete the element and any elements that are totally dependent upon the element.\n\nElement.Delete (element: Element): int[]" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "d6c244aa8ff24259af9332a5f5424493", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "5d4b3efd825c4a8fb9f80d6f29a90ac6", + "Name": "curves", + "Description": "Curves to join into polycurve\n\nCurve[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "53a04d50e19949719444e2cb53770ab0", + "Name": "joinTolerance", + "Description": "Tolerance to determine size of gap allowed between curves to be joined\n\ndouble\nDefault value : 0.001", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "11a41c910b5e4e40862b050a8cbee9d0", + "Name": "trimCurves", + "Description": "bool\nDefault value : false", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "b2b60d55b18f4c7eb7bcc01819c9eb1e", + "Name": "trimLength", + "Description": "double\nDefault value : 0", + "UsingDefaultValue": true, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "f0f2eda10297432184a30f2fb46598c4", + "Name": "PolyCurve", + "Description": "Polycurve created by joined curves", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves@Autodesk.DesignScript.Geometry.Curve[],double,bool,double", + "Replication": "Auto", + "Description": "Make PolyCurve by joining curves. Flips curve as needed for connectivity. Choose a preferred join tolerance between 1e-6 and 1e-3 units.\n\nPolyCurve.ByJoinedCurves (curves: Curve[], joinTolerance: double = 0.001, trimCurves: bool = false, trimLength: double = 0): PolyCurve" + }, + { + "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore", + "Id": "f4f9958fa51f44c98a3e5f5b3b1817e2", + "NodeType": "FunctionNode", + "Inputs": [ + { + "Id": "87ab58da56f143b88f92f58a636153ff", + "Name": "outline", + "Description": "PolyCurve", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "c125d15b0f1f4033b971e1da021f28f7", + "Name": "points", + "Description": "Point[]", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "017a697039e24b5390f90b2789182f9e", + "Name": "toposolidType", + "Description": "ToposolidType", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + }, + { + "Id": "2a980577ed424cf9a5631bf2a96b427c", + "Name": "level", + "Description": "Level", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "Outputs": [ + { + "Id": "5fca470a1dc74f8b8e367761ceed3188", + "Name": "Toposolid", + "Description": "Toposolid", + "UsingDefaultValue": false, + "Level": 2, + "UseLevels": false, + "KeepListStructure": false + } + ], + "FunctionSignature": "Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel@Autodesk.DesignScript.Geometry.PolyCurve,Autodesk.DesignScript.Geometry.Point[],Revit.Elements.ToposolidType,Revit.Elements.Level", + "Replication": "Auto", + "Description": "Create a Revit Toposolid given its curve outline, points, type and Level\n\nToposolid.ByOutlinePointsTypeAndLevel (outline: PolyCurve, points: Point[], toposolidType: ToposolidType, level: Level): Toposolid" + } + ], + "Connectors": [ + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "33e7347a3e2d463da3be6f5ebed7f9ca", + "Id": "2ccc6a4a707248b8bc1804812f27b329", + "IsHidden": "False" + }, + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "ad948dfb696240f7a99c3af8e538920e", + "Id": "a5413662fae840e1b2720607e4360df4", + "IsHidden": "False" + }, + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "c20e844f3a5d466d971544e7eb11fe57", + "Id": "caab3d4deb6942c7bdd0a664e87793f6", + "IsHidden": "False" + }, + { + "Start": "309535abacc14ec79a6fbb81fc3afe80", + "End": "47d87761cb574c78a7015017e1714dbb", + "Id": "a302c02d84414fb0a0e4a9398d3de3fc", + "IsHidden": "False" + }, + { + "Start": "a5985159ed694707912e647399c12fbd", + "End": "c125d15b0f1f4033b971e1da021f28f7", + "Id": "bb5de1540b0f4668927f13035e82031e", + "IsHidden": "False" + }, + { + "Start": "620b3d10a07b4f75acaed203ce3c9bdf", + "End": "cd64d2ddfba84818a8151d725a3149e0", + "Id": "75ee829587614927a32d56cffdb8ef1c", + "IsHidden": "False" + }, + { + "Start": "69cfa76279584753a4049460c74fefe2", + "End": "7417250afdd248cc8b37e04b8c70bc11", + "Id": "2ecae662b4f94a44ad65627211f289a7", + "IsHidden": "False" + }, + { + "Start": "cd4083f9b51a4ce7898e9e8f2abf39ff", + "End": "81bd21855dfb4bb2b1669f76d42931ce", + "Id": "0be8cb4c4bd54a33baeaa060bbb38784", + "IsHidden": "False" + }, + { + "Start": "cd4083f9b51a4ce7898e9e8f2abf39ff", + "End": "21fbd518ffc8479abc8ff5d434b3639b", + "Id": "509db3a07c5b46ab9cfa5ba8539fc0fe", + "IsHidden": "False" + }, + { + "Start": "e20bbb5d19094830ab43c3338997fc8f", + "End": "d4fa54df03564314b97b48eae03df82a", + "Id": "85474178d8404f19ad6bc563fc837451", + "IsHidden": "False" + }, + { + "Start": "7913e5478d5849a0aad84cc2c85e269f", + "End": "a15bcd75b42a4688829c88f67ef774cd", + "Id": "544d494300014794ace0138a6d1a6b20", + "IsHidden": "False" + }, + { + "Start": "bbbbd8cfc1f24b069d322025d15f74e8", + "End": "4a0d90786f744ae9ba6796482b973d6f", + "Id": "09a64dcce57a46b6a5d64f4dd6f9d839", + "IsHidden": "False" + }, + { + "Start": "efce1fd118374b9890e75ca1ebf8f563", + "End": "fffdc2d22f5a430b80039c2c5772f8be", + "Id": "d4bfee7712e640e6b98ec6d660a4231e", + "IsHidden": "False" + }, + { + "Start": "5b1893a388d94a25ba25e2196d70bf7a", + "End": "43788efcb45a46629df715ca0f41edd9", + "Id": "f1c558c299b94bc485283ec9b2b640b7", + "IsHidden": "False" + }, + { + "Start": "d23dd601720c4aecbc9764d6eda14a44", + "End": "5f79567fdcfb49d38ecdcba9f4e9a393", + "Id": "c5d9d34b2b3c4ff3b8e150d7ca9e86da", + "IsHidden": "False" + }, + { + "Start": "af0a26ad98094a8f8958822be20cdf20", + "End": "5d4b3efd825c4a8fb9f80d6f29a90ac6", + "Id": "b6677143311b4333a8e042354bdfb101", + "IsHidden": "False" + }, + { + "Start": "582fd0e7bcdf45fabec0d8489d16594a", + "End": "017a697039e24b5390f90b2789182f9e", + "Id": "bed0edac6f0341d691224e4c0177afd6", + "IsHidden": "False" + }, + { + "Start": "af235ac9608849b3a46112540663b0f6", + "End": "fffa472a83054cf1929813f68e576a6a", + "Id": "d837c43067d648cd8138062ed0b39c95", + "IsHidden": "False" + }, + { + "Start": "b899047137cd45cabb6d27deb218ead5", + "End": "2a980577ed424cf9a5631bf2a96b427c", + "Id": "80c21797c82341f492f660d438c51015", + "IsHidden": "False" + }, + { + "Start": "f5db4953d58440d0b4ac865239201800", + "End": "92a99e2679994e079e98e45ba2d6d4e0", + "Id": "e34616a0bbfc4bec896c56ec1ec321a2", + "IsHidden": "False" + }, + { + "Start": "8706715cdd064e1e899950f50738948b", + "End": "b79c31e045b244688003a11cd0308bf2", + "Id": "5072f0ce9f1540058da179157ec89725", + "IsHidden": "False" + }, + { + "Start": "f0f2eda10297432184a30f2fb46598c4", + "End": "87ab58da56f143b88f92f58a636153ff", + "Id": "f0d8e99587b34290b18b6187f6ba5292", + "IsHidden": "False" + }, + { + "Start": "5fca470a1dc74f8b8e367761ceed3188", + "End": "9b2f806897014fff837c1479e515ce50", + "Id": "10e2b512a7d949bc8086a144bdac8568", + "IsHidden": "False" + } + ], + "Dependencies": [], + "NodeLibraryDependencies": [], + "EnableLegacyPolyCurveBehavior": true, + "Thumbnail": "", + "GraphDocumentationURL": null, + "ExtensionWorkspaceData": [ + { + "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", + "Name": "Properties", + "Version": "3.3", + "Data": {} + }, + { + "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D", + "Name": "Generative Design", + "Version": "8.2", + "Data": {} + } + ], + "Author": "", + "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.3.0.6316", + "RunType": "Manual", + "RunPeriod": "1000" + }, + "Camera": { + "Name": "_Background Preview", + "EyeX": 52.39591979980469, + "EyeY": 90.00387573242188, + "EyeZ": -3.8365869522094727, + "LookX": -18.86023712158203, + "LookY": -32.16958236694336, + "LookZ": -22.548072814941406, + "UpX": -0.47363221645355225, + "UpY": 0.6745666265487671, + "UpZ": -0.5662441253662109 + }, + "ConnectorPins": [], + "NodeViews": [ + { + "Id": "bd64e483fc0844d082a267537569dd57", + "Name": "Select Model Element", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": -220.44302457545132, + "Y": 710.7024839999383 + }, + { + "Id": "7417786e056b40a3a8d220de847b3c13", + "Name": "Floor.Points", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2058.9912204494826, + "Y": 679.4475286217911 + }, + { + "Id": "2a1424b85250478c8b4a64db4f218d98", + "Name": "Element.Solids", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 400.6229368391246, + "Y": 131.44275745518866 + }, + { + "Id": "862c49cbf0d744d1b2202cf05055f118", + "Name": "Geometry.Explode", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 683.206696352292, + "Y": 131.44275745518866 + }, + { + "Id": "bbd379be255845548258b890bfbc0e9d", + "Name": "List.Flatten", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 994.9358660394623, + "Y": 131.44275745518866 + }, + { + "Id": "2b87a50c6c7f47f18a3d3e343277f2ec", + "Name": "Surface.NormalAtParameter", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1220.1043075571254, + "Y": 211.5484879108244 + }, + { + "Id": "f9369925bab7498cab73541460f12a01", + "Name": "Vector.ByCoordinates", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1269.7043075571255, + "Y": 416.9975973842496 + }, + { + "Id": "14b8b15a12da4cd589cad902138cc988", + "Name": "Number", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1058.747016098545, + "Y": 483.6043863002916 + }, + { + "Id": "45658fe590b34d418a82d98a7b07a5d7", + "Name": "Vector.IsAlmostEqualTo", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1591.6013274268807, + "Y": 356.019551193507 + }, + { + "Id": "31862bde9fe14782b9f695bd453094f3", + "Name": "List.FilterByBoolMask", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 1954.3497170140163, + "Y": 131.44275745518866 + }, + { + "Id": "3ac23625cf1849f2b63ea8a1a4e8413a", + "Name": "Code Block", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": false, + "X": 1956.5805848373034, + "Y": 313.5551675853649 + }, + { + "Id": "841685d2381243ea9c5a69769d5b8a37", + "Name": "Surface.PerimeterCurves", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2315.8887239193623, + "Y": 313.5551675853649 + }, + { + "Id": "7ce0c109777646e4b5eb4acfe2b1b1e3", + "Name": "ToposolidType.ByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2006.6588262923326, + "Y": 893.0081890250858 + }, + { + "Id": "1d78886afcd841e9a38d48d654bb2585", + "Name": "String", + "IsSetAsInput": true, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1803.8208236581502, + "Y": 893.0081890250858 + }, + { + "Id": "5cdff0f6b85e4ab69d5ce795b498e05d", + "Name": "Element.GetParameterValueByName", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1906.1117565500956, + "Y": 1139.2264043113296 + }, + { + "Id": "fe6852a10f15418dbf04645c4872c881", + "Name": "String", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 1667.9325499102683, + "Y": 1241.683381469244 + }, + { + "Id": "8dc07fd83e254d03876279ead1d7b8a9", + "Name": "Code Block", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 3569.9491555180853, + "Y": 869.1820219912854 + }, + { + "Id": "c180b0769a4e4c28a47455870d34611a", + "Name": "Element.Delete", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 4216.680574028047, + "Y": 899.2254802550682 + }, + { + "Id": "d6c244aa8ff24259af9332a5f5424493", + "Name": "PolyCurve.ByJoinedCurves", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 2716.017938306532, + "Y": 313.5551675853649 + }, + { + "Id": "f4f9958fa51f44c98a3e5f5b3b1817e2", + "Name": "Toposolid.ByOutlinePointsTypeAndLevel", + "IsSetAsInput": false, + "IsSetAsOutput": false, + "Excluded": false, + "ShowGeometry": true, + "X": 3124.8767116896906, + "Y": 673.7099841375108 + } + ], + "Annotations": [ + { + "Id": "1ecb129d4d164d2eb6656948174d9370", + "Title": "Extract Bottom Surface", + "DescriptionText": "Extract Bottom Surface of the Given Floor to Get the Boundary", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "2a1424b85250478c8b4a64db4f218d98", + "862c49cbf0d744d1b2202cf05055f118", + "bbd379be255845548258b890bfbc0e9d", + "2b87a50c6c7f47f18a3d3e343277f2ec", + "f9369925bab7498cab73541460f12a01", + "14b8b15a12da4cd589cad902138cc988", + "45658fe590b34d418a82d98a7b07a5d7", + "31862bde9fe14782b9f695bd453094f3", + "3ac23625cf1849f2b63ea8a1a4e8413a" + ], + "HasNestedGroups": false, + "Left": 390.6229368391246, + "Top": 59.04275745518866, + "Width": 1876.757647998179, + "Height": 556.3616288451029, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 131.44275745518866, + "InitialHeight": 497.16162884510294, + "TextblockHeight": 62.4, + "Background": "#FFB9F9E1" + }, + { + "Id": "1b5f2a7a3cb84abf8c56a1d8d8d0507f", + "Title": "Get Level", + "DescriptionText": "Get the level value from the existing floor to use for toposolid creation", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "5cdff0f6b85e4ab69d5ce795b498e05d", + "fe6852a10f15418dbf04645c4872c881" + ], + "HasNestedGroups": false, + "Left": 1657.9325499102683, + "Top": 1066.8264043113295, + "Width": 604.5792066398271, + "Height": 306.6569771579145, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 1139.2264043113296, + "InitialHeight": 247.45697715791448, + "TextblockHeight": 62.4, + "Background": "#FFB9F9E1" + }, + { + "Id": "76d3b9c794ea4a93aed8aa6c9010b49d", + "Title": "Select Toposolid Type", + "DescriptionText": "Given the toposolid name, collect the type from the current file", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "7ce0c109777646e4b5eb4acfe2b1b1e3", + "1d78886afcd841e9a38d48d654bb2585" + ], + "HasNestedGroups": false, + "Left": 1793.8208236581502, + "Top": 820.6081890250858, + "Width": 470.0380026341825, + "Height": 204.19999999999993, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 893.0081890250858, + "InitialHeight": 145.0, + "TextblockHeight": 62.4, + "Background": "#FFFFB8D8" + }, + { + "Id": "805022764f714362b737b379c1e6834f", + "Title": "Create Toposolid + Delete Existing Floor", + "DescriptionText": "Create the new toposolid element and delete the floor that was converted", + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [ + "8dc07fd83e254d03876279ead1d7b8a9", + "c180b0769a4e4c28a47455870d34611a", + "f4f9958fa51f44c98a3e5f5b3b1817e2" + ], + "HasNestedGroups": false, + "Left": 3114.8767116896906, + "Top": 601.3099841375108, + "Width": 1316.6038623383565, + "Height": 430.07203785377465, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 673.7099841375108, + "InitialHeight": 407.39240682348895, + "TextblockHeight": 62.4, + "Background": "#FFFFA07A" + }, + { + "Id": "d60c7922bb75409d8e5a7b9716ef19a3", + "Title": "Select Existing Floor to Convert to Toposolid", + "DescriptionText": null, + "IsExpanded": true, + "WidthAdjustment": 0.0, + "HeightAdjustment": 0.0, + "Nodes": [], + "HasNestedGroups": false, + "Left": -231.24302457545133, + "Top": 660.3024839999382, + "Width": 0.0, + "Height": 0.0, + "FontSize": 36.0, + "GroupStyleId": "00000000-0000-0000-0000-000000000000", + "InitialTop": 0.0, + "InitialHeight": 0.0, + "TextblockHeight": 0.0, + "Background": "#FFC1D676", + "PinnedNode": "bd64e483fc0844d082a267537569dd57" + } + ], + "X": -954.3894242826125, + "Y": -91.7228353310557, + "Zoom": 0.7351307362415996 + } +} \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level)_img.jpg b/doc/distrib/NodeHelpFiles/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level)_img.jpg new file mode 100644 index 000000000..0a140bc9e Binary files /dev/null and b/doc/distrib/NodeHelpFiles/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level)_img.jpg differ diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..ed6d29f76 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## Podrobnosti +Uzel `Fill Pattern Targets` nabízí přístup k možnostem cílů vzorů výplně, které jsou k dispozici v aplikaci Revit. Mezi ně patří: +- Kreslicí +- Modelový +- Žádný + +V následujícím příkladu je vrácen kreslicí vzor výplně „“ pro aktuální dokument Revit. +___ +## Vzorový soubor + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..865aec4fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Fill Patterns` umožní výběr vzoru výplně ze všech dostupných vzorů výplní v aktuálním dokumentu aplikace Revit. + +V níže uvedeném příkladu je vrácen kreslicí vzor výplně „\\“ pro aktuální dokument aplikace Revit. +___ +## Vzorový soubor + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..eef9a2867 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## Podrobnosti +Uzel `Select Horizontal Text Alignment` umožňuje výběr následujících možností zarovnání textových prvků: +- Na střed +- Vlevo +- Vpravo + +V níže uvedeném příkladu se vytvoří nová textová poznámka s možností zarovnání textu na střed. +___ +## Vzorový soubor + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..9afd47aa0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Line Patterns` umožňuje výběr vzoru čáry ze všech dostupných vzorů čar v aktuálním dokumentu aplikace Revit. + +V níže uvedeném příkladu je vrácen prvek vzoru čáry „Střed“ pro aktuální dokument aplikace Revit. +___ +## Vzorový soubor + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..a44a0b1df --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## Podrobnosti +Uzel `Select Vertical Text Alignment` umožňuje výběr následujících možností zarovnání textových prvků: +- Dolů +- Doprostřed +- Nahoru + +V níže uvedeném příkladu se vytvoří nová textová poznámka s možností zarovnání textu doprostřed. +___ +## Vzorový soubor + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..6ed992be3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## Podrobnosti +Uzel `View Duplicate Options` poskytuje přístup ke všem možnostem duplikování dostupným v aplikaci Revit. + +Mezi tyto možnosti patří: +- Jako závislý +- S detaily +- Jako duplicitní + +V níže uvedeném příkladu je detail „Detail okna severní stěny“ duplikován s předponou „-Revize 1“ s detaily. +___ +## Vzorový soubor + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..4fa27ebab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Document.FilePath` vrací cestu k danému dokumentu aplikace Revit, pokud je k dispozici. Pokud soubor není uložen, je vrácen prázdný řetězec. Pokud je daný dokument místním souborem (vázaným na centrální soubor), je poskytnuta cesta k místnímu souboru. + +V níže uvedeném příkladu je poskytnuto umístění souboru aktuálního dokumentu aplikace Revit. +___ +## Vzorový soubor + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..bc6a7a8bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Document.GetLinkInstances` vrací seznam všech instancí připojení umístěných v aktuálním dokumentu aplikace Revit. Instance připojení se používají k načtení prvků z připojených souborů. + +V níže uvedeném příkladu jsou vráceny všechny instance připojení aplikace Revit pro aktivní dokument aplikace Revit. Kromě toho jsou vráceny názvy připojení pomocí uzlu `Element.Name`. +___ +## Vzorový soubor + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..d25e3f47e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Document.IsCloudPath` vrací booleovskou hodnotu označující, zda je daný dokument aplikace Revit hostován v cloudovém umístění. U souboru bez sdílení práce je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny instance připojení aplikace Revit. Poté je u dokumentů instancí připojení zkontrolováno, zda se jedná o cloudovou cestu. +___ +## Vzorový soubor + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..8930d8d19 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Document.Location` vrací umístění zeměpisné šířky a délky daného dokumentu aplikace Revit. + +V níže uvedeném příkladu je předáno umístění projektu aktuálního dokument aplikace Revit. +___ +## Vzorový soubor + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..a235bbdea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Document.WorksharingPath` vrací cestu ke sdílení práce daného dokumentu. U souboru bez sdílení práce je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny instance připojení aplikace Revit. U dokumentů instancí připojení se poté zkontroluje jejich cesta se sdílením práce. +___ +## Vzorový soubor + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..da76797cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `CeilingType.ByName` načte z aktuálního dokumentu aplikace Revit prvek typu stropu, který odpovídá danému názvu, pokud je k dispozici. + +V níže uvedeném příkladu je z aktuálního dokumentu aplikace Revit vrácen typ stropu „Obecný“. + +___ +## Vzorový soubor + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..f92419ead --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `CeilingType.GetThermalProperties` vrací tepelné vlastnosti daného typu stropu. + +V níže uvedeném příkladu je vrácen typ stropu „Obecný“ a pomocí uzlu `CeilingType.GetThermalProperties` jsou získány tepelné vlastnosti. + +___ +## Vzorový soubor + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..228d915c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `CeilingType.Name` vrací název daného typu stropu. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy stropů. Pomocí uzlu `CeilingType.Name` jsou poté vráceny názvy typů stropů. + +___ +## Vzorový soubor + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..c1e59b38e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `Coordinates.BasePoint` vrací základní bod projektu jako geometrii bodu. Základní bod projektu je nastaven v aplikaci Revit a může se v jednotlivých projektech lišit. Další informace o základním bodu projektu v aplikaci Revit nabízí tento [článek nápovědy](https://help.autodesk.com/view/RVT/2025/CSY/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +V následujícím příkladu je vrácen základní bod projektu. + +___ +## Vzorový soubor + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..ec312ba40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `Coordinates.ProjectRotation` vrací otočení projektu ve stupních. Otočení projektu je uživatelsky upravitelná hodnota, která se může výrazně lišit. Další informace o otočení projektu v aplikaci Revit nabízí tento [článek nápovědy](https://help.autodesk.com/view/RVT/2025/CSY/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +V níže uvedeném příkladu je vrácena hodnota otočení projektu. + +___ +## Vzorový soubor + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..af841ac5f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `Coordinates.SurveyPoint` vrací bod zaměření projektu jako geometrii bodu. Bod zaměření je nastaven v aplikaci Revit a může se v jednotlivých projektech lišit. Další informace o bodu zaměření v aplikaci Revit nabízí tento [článek nápovědy](https://help.autodesk.com/view/RVT/2025/CSY/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +V níže uvedeném příkladu je vrácen bod zaměření. + +___ +## Vzorový soubor + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..439d1ea28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `DirectShape.ByGeometry` vytvoří prvek DirectShape s danou geometrií v aplikaci Revit. Volitelně lze při tvorbě přiřadit materiál a název. + +V níže uvedeném příkladu je ve vzorovém modelu aplikace Revit na porostní cloně střechy vytvořena mozaikovaná konstrukce kupole. +___ +## Vzorový soubor + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..03fb502a9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Element.GetJoinedElements` vrací všechny prvky, které jsou připojeny ke vstupnímu prvku. + +V níže uvedeném příkladu je v aktuálním dokumentu aplikace Revit vybráno podlaží. Vráceny budou všechny prvky připojené k vybranému podlaží. +___ +## Vzorový soubor + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..03005ba96 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Element.UnjoinAllGeometry` odpojí veškerou geometrii prvků připojených k danému prvku. + +V níže uvedeném příkladu je v aktuálním dokumentu aplikace Revit vybráno podlaží a veškerá připojená geometrie je odpojena. +___ +## Vzorový soubor + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..348c2a480 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Element.UnjoinGeometry` odpojí geometrii dvou daných prvků. + +V níže uvedeném příkladu je v aktuálním dokumentu aplikace Revit vybráno podlaží. Spojené prvky se shromáždí a poté jsou odpojeny od vstupního podlaží. +___ +## Vzorový soubor + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..2ae972338 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `ElementType.CanBeCopied` vrací hodnotu true/false označující, zda daný typ prvku lze zkopírovat. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy stěn a ověří se, zda je možné je kopírovat. +___ +## Vzorový soubor + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 157e319ae..ecf9f73b6 100644 --- a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## Podrobnosti -Uzel `ElementType.CanBeDeleted` určuje, zda je možné typ prvku ze souboru aplikace Revit odstranit. +Uzel `ElementType.CanBeDeleted` vrací hodnotu true/false označující, zda lze daný typ prvku odstranit. -V níže uvedeném příkladu jsou z aktuálního souboru aplikace Revit shromážděny všechny půdorysné pohledy. Půdorysné pohledy jsou poté rozděleny do 2 seznamů, „je možné odstranit“ a „není možné odstranit“. +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy stěn a ověří se, zda je možné je odstranit. ___ ## Vzorový soubor diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..5a178c90e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `ElementType.Duplicate` se pokusí duplikovat daný typ prvku s daným názvem. Pokud se název již používá, zobrazí se v uzlu chyba. + +V níže uvedeném příkladu je z aktuálního dokumentu aplikace Revit načten typ stěny `Generic - 4"`. Typ stěny se poté duplikuje s názvem `Typical - 4"`. +___ +## Vzorový soubor + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..b17f84a0c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `ElementType.FamilyName` vrací název vlastnící rodiny daného prvku. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny stěny. Poté jsou vráceny typy stěn pro každou stěnu a je vrácen název rodiny. . +___ +## Vzorový soubor + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..db73e582b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `ElementType.Name` vrací název daného typu prvku. Název typu prvku je užitečný k vyhledávání typů prvků pomocí uzlu `ElementType.ByName`. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy stěn. Poté jsou vráceny názvy typů stěn pomocí uzlu `ElementType.Name`. +___ +## Vzorový soubor + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..538337b37 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `FamilyInstance.ByCoordinates` umístí instanci daného prvku FamilyType na dané souřadnice v aktuálním dokumentu aplikace Revit. + +V níže uvedeném příkladu je rodina RPC umístěna na dané souřadnice. + +___ +## Vzorový soubor + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..5abd05852 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `FamilyInstance.ByFamilyType` vrací instance daného typu rodiny z aktuálního dokumentu aplikace Revit. + +V níže uvedeném příkladu jsou vráceny všechny instance vybraného typu rodiny. + +___ +## Vzorový soubor + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..bd0ce40cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `FamilyInstance.Space` vrací prostor, ve kterém se daný prvek nachází, pokud je k dispozici. Pokud není nalezen žádný prostor, je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny prvky vyústky vzduchotechniky. Poté jsou vrácena umístění prostorů pomocí uzlu `FamilyInstance.Space`. +___ +## Vzorový soubor + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..5f6c65f46 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `FillPatternElement.GetByName` vrací prvek vzoru výplně s daným názvem a cílem, pokud je k dispozici v aktuálním dokumentu aplikace Revit. + +V níže uvedeném příkladu je vrácen vzor výplně „\\“. +___ +## Vzorový soubor + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..38aba739e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `FilledRegionType.ByName` vrací typ vyplněné oblasti, který odpovídá danému názvu, pokud je k dispozici v aktuálním dokumentu aplikace Revit. Pokud typ vyplněné oblasti nebyl nalezen, je vrácena hodnota null. + +V níže uvedeném příkladu je vrácen typ vyplněné oblasti „Plná šedá“. +___ +## Vzorový soubor + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..3b25f4773 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `FilledRegionType.Name` vrací název daného typu vyplněné oblasti. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy vyplněných oblastí a jsou vráceny názvy. +___ +## Vzorový soubor + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..3dc1618c1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Floor.Points` získá body úprav tvaru pro danou podlahu, pokud jsou k dispozici. + +V níže uvedeném příkladu je vybrán prvek podlahy s body úprav tvaru. Pomocí uzlu `Floor.Points` jsou poté tyto body vráceny. +___ +## Vzorový soubor + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..47ef24117 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Level.ByElevation` vytvoří podlaží v dané výšce. Název odráží to, co se stane v uživatelském rozhraní aplikace Revit, podle předchozích položek. + +V níže uvedeném příkladu je vytvořeno podlaží ve výšce 3,5 stopy (toto závisí na jednotkách projektu). +___ +## Vzorový soubor + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..fae036f0d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Level.ByElevationAndName` vytvoří podlaží v dané výšce s daným názvem. Pokud je název již obsazen, uzel předá chybu. + +V níže uvedeném příkladu je vytvořeno podlaží s názvem „Zvýšený podklad“ ve výšce 3,5 stopy (toto závisí na jednotkách projektu). +___ +## Vzorový soubor + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..dc452b3c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Level.ByLevelAndOffset` vytvoří odsazení prvku podlaží o danou vzdálenost od daného podlaží. Název nového podlaží odráží to, co se stane v uživatelském rozhraní aplikace Revit, kde je podlaží pojmenováno podle předchozích zadání. + +V níže uvedeném příkladu se v aktuálním dokumentu aplikace Revit vytvoří nové podlaží 10' nad nejvyšším podlažím. +___ +## Vzorový soubor + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..a4f32b068 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Level.ByLevelOffsetAndName` vytvoří odsazení prvku podlaží o danou vzdálenost od daného podlaží se zadaným názvem. + +V níže uvedeném příkladu je v aktuálním dokumentu aplikace Revit vytvořeno nové podlaží s názvem „T.O. Parapet“ 10' nad nejvyšším podlažím. +___ +## Vzorový soubor + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..7f4a520ae --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Level.Elevation` vrací výšku daného podlaží v jednotkách projektu. Uzel `Level.Elevation` vykáže hodnotu od úrovně terénu. Pokud se výška projektu liší, lze ji vrátit pomocí uzlu `Level.ProjectElevation`. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděna všechna podlaží. Poté je vrácena hodnota výšky podlaží. Podlaží jsou navíc seřazena podle výšky pomocí uzlu `List.SortByKey`. +___ +## Vzorový soubor + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..ff9bf00ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Level.Name` vrací název daného podlaží. `Level.Name` se liší od uzlu `Element.Name` tím, že se název získá z podlaží vyhledáním hodnoty parametru. + +V níže uvedeném příkladu jsou v aktuálním dokumentu aplikace Revit shromážděna všechna podlaží a jsou vráceny jejich názvy. +___ +## Vzorový soubor + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..741dd011b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Level.ProjectElevation` vrací výšku daného podlaží v jednotkách projektu. Uzel `Level.ProjectElevation` vykáže hodnotu z počátku projektu. Pokud je vyžadována výška od úrovně terénu, lze tuto hodnotu získat pomocí uzlu `Level.Elevation`. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděna všechna podlaží. Je vrácena hodnota výšky projektu podlaží. Podlaží jsou navíc seřazena podle výšky pomocí uzlu `List.SortByKey`. +___ +## Vzorový soubor + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..2a8d202f1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `LinePatternElement.GetByName` vrací prvek vzoru čáry s daným názvem, pokud je k dispozici v aktuálním dokumentu aplikace Revit. + +V níže uvedeném příkladu je vrácen prvek vzoru čáry „Střed“ pro aktuální dokument aplikace Revit. +___ +## Vzorový soubor + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..18eb8bff5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `LinkElement.BoundingBox` vrací ohraničující kvádr daného prvku připojení. + +V níže uvedeném příkladu je vrácen prvek terénního útvaru z instance „Vzorový pozemek Snowdon Towers“. Poté je pomocí uzlu `LinkElement.BoundingBox` vrácen ohraničující kvádr terénního útvaru. + +___ +## Vzorový soubor + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..17f5ea856 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `LinkElement.GetGeometry` vrací geometrii daných prvků připojení na volitelné úrovni detailu. + +V níže uvedeném příkladu je vrácena geometrie všech prvků stěn v připojení „Vzorový pozemek Snowdon Towers“. + +___ +## Vzorový soubor + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..7795969e5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `LinkElement.GetLocation` vrací geometrii představující umístění daného prvku připojení (pokud je k dispozici). + +V níže uvedeném příkladu je vráceno umístění všech stěn v připojení „Vzorový pozemek Snowdon Towers“ jako křivky. +___ +## Vzorový soubor + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..651ad88ac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `LinkInstance.AllElementsOfCategory` vrací všechny prvky dané kategorie z dané instance připojení. + +V níže uvedeném příkladu jsou vráceny všechny prvky terénního útvaru z instance připojení „Vzorový pozemek Snowdon Towers“. +___ +## Vzorový soubor + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..da505c9f6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `LinkInstance.AllElementsOfCategoryInView` vrací všechny prvky dané kategorie v daném pohledu z aktuálního dokumentu aplikace Revit. + +V níže uvedeném příkladu jsou vráceny všechny terénní útvary v připojení „Vzorový pozemek Snowdon Towers“, které jsou viditelné v půdorysu podlaží „L1“. +___ +## Vzorový soubor + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..616d25c43 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `LinkInstance.AllElementsOfClass` shromáždí všechny prvky dané třídy z dané instance připojení aplikace Revit. + +V níže uvedeném příkladu jsou z instance „Vzorový pozemek Snowdon Towers“ vráceny všechny prvky terénních útvarů. +___ +## Vzorový soubor + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..22ae69596 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `LinkInstance.ByName` načte instanci připojení, jejíž parametr názvu odpovídá danému názvu. Poznámka: Název instance připojení se trochu liší od názvu uvedeném v hodnotě `RevitLinkType`, další informace k tomu naleznete v ukázce níže. + +V níže uvedeném příkladu je dle názvu vybrána instance „Vzorový pozemek Snowdon Towers“. +___ +## Vzorový soubor + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..a0877c255 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `LinkInstance.Document` vrací dokument dané instance připojení. Tento dokument lze použít ke shromáždění prvků z připojení a k dotazování dokumentu na další informace. + +V níže uvedeném příkladu je ve vzorovém architektonickém modelu vrácena instance připojení „Vzorový pozemek Snowdown Towers“. Poté je vrácen dokument instance připojení. +___ +## Vzorový soubor + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..57242c712 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `LinkInstance.ElementById` načte prvek podle daného ID z dané instance připojení. + +V níže uvedeném příkladu je z instance „Vzorový pozemek Snowdon Towers“ vrácen prvek informací o projektu. +___ +## Vzorový soubor + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..947b5b90c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Material.AppearanceParameters` vrací všechny parametry vzhledu daného materiálu. + +V níže uvedeném příkladu jsou vráceny parametry vzhledu materiálu Hliník. +___ +## Vzorový soubor + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..3a82ce83b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Material.MaterialCategory` vrací kategorii, do které je daný materiál klasifikován. + +V níže uvedeném příkladu je z aktuálního dokumentu aplikace Revit získán materiál „Hliník“. Pomocí uzlu `Material.MaterialCategory` je vrácena kategorie „Kov“. +___ +## Vzorový soubor + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..e99aed874 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Material.StructuralParameters` vrací všechny konstrukční parametry daného materiálu. + +V níže uvedeném příkladu jsou vráceny konstrukční parametry materiálu Hliník. +___ +## Vzorový soubor + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..b160f7e63 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Material.ThermalParameters` vrací všechny tepelné parametry daného materiálu. + +V níže uvedeném příkladu jsou vráceny tepelné parametry materiálu Hliník. +___ +## Vzorový soubor + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..6a8ab50a8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `PathOfTravel.ByFloorPlanPoints` vytvoří prvky tras cesty v aktuálním dokumentu aplikace Revit a v daném půdorysném pohledu podlaží mezi daným počátečním a koncovým bodem. Poznámka: Pokud prvek trasy cesty nelze vytvořit, bude vrácena hodnota null. + +V níže uvedeném příkladu jsou z půdorysného pohledu „L1“ shromážděny všechny místnosti. Poté se vytvoří trasy cesty mezi místnostmi a vybranými venkovními dveřmi. +___ +## Vzorový soubor + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..7c022d3da --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `ReferencePoint.ByCoordinates` vytvoří v aktivním dokumentu rodiny aplikace Revit prvek referenčního bodu na daných souřadnicích. Poznámka: Dokument rodiny musí být adaptivní komponentou nebo rodinou objemů. + +V níže uvedeném příkladu je vytvořen nový referenční bod na souřadnicích 0,0,1. +___ +## Vzorový soubor + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..5ec6f4959 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## Podrobnosti +Uzel `ReferencePoint.ByParametersOnFaceReference` vytvoří v aktivním dokumentu rodiny aplikace Revit prvek referenčního bodu s danými parametry na vybraném povrchu. + +Poznámka: Dokument rodiny musí být adaptivní komponentou nebo rodinou objemů. + +V níže uvedeném příkladu se v dokumentu rodiny vytvoří referenční bod ve středu vybraného povrchu. + +___ +## Vzorový soubor + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..ea79910ce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `ReferencePoint.ByPoint` vytvoří v aktivním dokumentu rodiny aplikace Revit prvek referenčního bodu v daném umístění bodu. Poznámka: Dokument rodiny musí být adaptivní komponentou nebo rodinou objemů. Tento uzel se liší od uzlu „ReferencePoint.ByCoordinates“, protože jako umístění používá bod aplikace Dynamo. Koncový uživatel může díky tomu upravovat bod aplikace Dynamo pomocí přímé manipulace, což má za následek také aktualizaci referenčního bodu. Další informace o přímé manipulaci nabízí tento [odkaz](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +V níže uvedeném příkladu je vytvořen nový referenční bod na souřadnicích 0,0,1. +___ +## Vzorový soubor + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..b1abb4085 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `ReferencePoint.Point` vrací geometrii bodu daného referenčního bodu. + +V níže uvedeném příkladu se v dokumentu rodiny vytvoří referenční bod ve středu vybraného povrchu. Poté je pomocí uzlu `ReferencePoint.Point` vrácena geometrie referenčního bodu. Kromě toho jsou ke kontrole k dispozici dva typy objektů. + +___ +## Vzorový soubor + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..fe590c998 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `ReferencePoint.X` vrací souřadnici X daného referenčního bodu. + +V níže uvedeném příkladu se v dokumentu rodiny vytvoří referenční bod ve středu vybraného povrchu. Poté je pomocí uzlu `ReferencePoint.X` vrácena souřadnice X referenčního bodu. + +___ +## Vzorový soubor + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..9c368f2a2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## Podrobnosti +Uzel `ReferencePoint.XYPlane` vrací rovinu daného referenčního bodu ve směru X,Y. + +V níže uvedeném příkladu se v dokumentu rodiny vytvoří referenční bod ve středu vybraného povrchu. Poté je pomocí uzlu `ReferencePoint.XYPlane` vrácena rovina ve směru X,Y. + + +___ +## Vzorový soubor + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..64f8a327d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## Podrobnosti +Uzel `ReferencePoint.XZPlane` vrací rovinu daného referenčního bodu ve směru X,Z. + +V níže uvedeném příkladu se v dokumentu rodiny vytvoří referenční bod ve středu vybraného povrchu. Poté je pomocí uzlu `ReferencePoint.XZPlane` vrácena rovina ve směru X,Z. + + +___ +## Vzorový soubor + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..f534b49e6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `ReferencePoint.Y` vrací souřadnici Y daného referenčního bodu. + +V níže uvedeném příkladu se v dokumentu rodiny vytvoří referenční bod ve středu vybraného povrchu. Poté je pomocí uzlu `ReferencePoint.Y` vrácena souřadnice Y referenčního bodu. + +___ +## Vzorový soubor + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..74d58f851 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## Podrobnosti +Uzel `ReferencePoint.YZPlane` vrací rovinu daného referenčního bodu ve směru Y,Z. + +V níže uvedeném příkladu se v dokumentu rodiny vytvoří referenční bod ve středu vybraného povrchu. Poté je pomocí uzlu `ReferencePoint.YZPlane` vrácena rovina ve směru Y,Z. + + +___ +## Vzorový soubor + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..302bbec67 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `ReferencePoint.Z` vrací souřadnici Z daného referenčního bodu. + +V níže uvedeném příkladu se v dokumentu rodiny vytvoří referenční bod ve středu vybraného povrchu. Poté je pomocí uzlu `ReferencePoint.Z` vrácena souřadnice Z referenčního bodu. + +___ +## Vzorový soubor + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..4574da544 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `RoofType.ByName` načte z aktuálního dokumentu aplikace Revit prvek typu střechy, který odpovídá danému názvu, pokud je k dispozici. + +V níže uvedeném příkladu je z aktuálního dokumentu aplikace Revit vrácen typ střechy „Obecná - 9“. +___ +## Vzorový soubor + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..84aa5ff5c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `RoofType.GetThermalProperties` vrací tepelné vlastnosti daného typu střechy. + +V níže uvedeném příkladu příkladu je vrácen typ střechy „Obecná - 9“ a pomocí uzlu `RoofType.GetThermalProperties` jsou získány tepelné vlastnosti. +___ +## Vzorový soubor + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..c0fc8e86a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `RoofType.Name` vrací název daného typu střechy. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy střech. Poté jsou pomocí uzlu `RoofType.Name` vráceny názvy typů střech. +___ +## Vzorový soubor + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..20bf1343e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Room.IsInsideRoom` vrací booleovskou hodnotu udávající, zda se daný bod v dané místnosti nachází, či nikoli. + +V níže uvedeném příkladu je v aktuálním dokumentu aplikace Revit shromážděn veškerý nábytek spolu se všemi místnostmi. Body umístění nábytku se poté předají do uzlu `Room.IsInsideRoom`, aby bylo možné zkontrolovat, ve které místnosti se dané body vyskytují (pokud jsou k dispozici). Nakonec se z nábytku vyfiltrují prvky s umístěním místností a tyto hodnoty se zkombinují do seznamů. +___ +## Vzorový soubor + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..00cf38180 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Space.Area` vrací plochu daného prostoru. Pokud prostor není v aplikaci Revit umístěn, je vrácena hodnota 0. + +V níže uvedeném příkladu je vrácena plocha všech prostorů v aktuálním dokumentu aplikace Revit. +___ +## Vzorový soubor + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..bd53f4883 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## Podrobnosti +Uzel `Space.CenterBoundary` vrací vnořený seznam představující hranici osy daného prostoru. Ve vráceném seznamu představuje první dílčí seznam vnější křivky, zatímco následující seznamy představují smyčky v prostoru. Středové hranice jsou umístěny na ose stěny napříč všemi hladinami v prostoru aplikace Revit. Další informace o čarách umístění stěn naleznete v tomto [článku](https://help.autodesk.com/view/RVT/2024/CSY/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89) nápovědy. + +Pokud je zadán neohraničený nebo neumístěný prostor, je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu a vybraného pohledu shromážděny všechny prostory. Poté jsou vráceny hranice středu. +___ +## Vzorový soubor + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..2fd5f7cda --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## Podrobnosti +Uzel `Space.CoreBoundary` vrací vnořený seznam představující hranici nosné části daného prostoru. Ve vráceném seznamu představuje první dílčí seznam vnější křivky, zatímco následující seznamy představují smyčky v prostoru. Hranice nosné části jsou umístěny na vnitřní nebo vnější hladině nosné části, která je nejblíže místnosti. Další informace o čarách umístění stěn naleznete v tomto [článku](https://help.autodesk.com/view/RVT/2024/CSY/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89) nápovědy. + +Pokud je zadán neohraničený nebo neumístěný prostor, je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu a vybraného pohledu shromážděny všechny prostory. Poté jsou vráceny hranice nosné části. + +___ +## Vzorový soubor + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..22ca40f2a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## Podrobnosti +Uzel `Space.CoreCenterBoundary` vrací vnořený seznam představující hranici středu nosné části daného prostoru. Ve vráceném seznamu představuje první dílčí seznam vnější křivky, zatímco další seznamy představují smyčky v prostoru. Hranice středu nosné části jsou umístěny ve středech stěn, které jsou definovány jako nosná část. Další informace o čarách umístění stěn naleznete v tomto [článku](https://help.autodesk.com/view/RVT/2024/CSY/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89) nápovědy. + +Pokud je zadán neohraničený nebo neumístěný prostor, je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu a vybraného pohledu shromážděny všechny prostory. Poté jsou vráceny hranice středu nosné části. + +___ +## Vzorový soubor + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..bf20528e2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## Podrobnosti +Uzel `Space.FinishBoundary` vrací vnořený seznam představující hranici povrchu daného prostoru. Ve vráceném seznamu představuje první dílčí seznam vnější křivky, zatímco další seznamy představují smyčky v prostoru. Hranice prostoru vrácená tímto uzlem je umístěna na ploše povrchu uvnitř prostoru aplikace Revit. Další informace o čarách umístění stěn naleznete v tomto [článku](https://help.autodesk.com/view/RVT/2024/CSY/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89) nápovědy. + +Pokud je zadán neohraničený nebo neumístěný prostor, je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu a vybraného pohledu shromážděny všechny prostory. Poté jsou vráceny hranice povrchu. + +___ +## Vzorový soubor + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..0b9fa4655 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Space.Height` vrací výšku daného prostoru. Pokud prostor není umístěn v aplikaci Revit, je vrácena hodnota 0. + +V níže uvedeném příkladu je vrácena výška všech prostorů v aktuálním dokumentu aplikace Revit. +___ +## Vzorový soubor + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..b8ba1559a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Space.IsPointInsideSpace` kontroluje, zda je daný bod uvnitř daného prostoru. To může být užitečné při přiřazování hodnot značek k prvkům v aplikaci Revit. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny vyústky vzduchotechniky v daném pohledu. Umístění jejich bodů jsou poté porovnána s prostory v daném pohledu pomocí uzlu `Space.IsPointInsideSpace`. Pomocí správy seznamů se vytvoří dílčí seznamy k odfiltrování vyústek vzduchotechniky, které končí uvnitř prostorů. Další informace o používání funkce List@Level naleznete v tomto [článku](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level). +___ +## Vzorový soubor + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..8f17c1a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## Podrobnosti +Uzel `Space.Location` vrací bod aplikace Dynamo, který představuje umístění daného prostoru. + +Pokud je zadán neohraničený nebo neumístěný prostor, je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu a vybraného pohledu shromážděny všechny prostory. Poté jsou vrácena umístění prostorů. Kromě toho se zobrazí náhled názvů prostorů ve výřezu aplikace Dynamo pomocí uzlu `Label.ByPointAndString`. + +___ +## Vzorový soubor + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..78f703740 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Space.Name` vrací název pro daný prvek prostoru. + +V níže uvedeném příkladu jsou z vybraného pohledu v aktuálním dokumentu shromážděny všechny prostory. Poté jsou vráceny názvy prostorů. +___ +## Vzorový soubor + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..14ab60dec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Space.Number` vrací číslo daného prvku prostoru jako řetězec. + +V níže uvedeném příkladu jsou z vybraného pohledu v aktuálním dokumentu shromážděny všechny prostory. Poté jsou vrácena čísla prostorů. Poté jsou vrácena čísla prostorů. +___ +## Vzorový soubor + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..a49077ecd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `Space.SetName` změní název daného prvku prostoru. + +V níže uvedeném příkladu jsou z vybraného pohledu v aktuálním dokumentu shromážděny všechny prostory. Názvy prostorů jsou poté upraveny přidáním předpony „(E)“, která označuje existující podmínky. + +___ +## Vzorový soubor + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..2b029d1fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Space.SetNumber` změní číslo daného prvku prostoru. + +V níže uvedeném příkladu jsou z vybraného pohledu v aktuálním dokumentu shromážděny všechny prostory. Čísla prostorů jsou poté upravena přidáním přípony „e“, která označuje existující podmínky. Tento typ pracovního postupu je užitečný při práci s přečíslováním prostorů v aplikaci Revit. +___ +## Vzorový soubor + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..90899b759 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Space.Volume` vrací objem daného prostoru. Pokud prostor není v aplikaci Revit umístěn, je vrácena hodnota 0. + +V níže uvedeném příkladu je vrácen objem všech prostorů v aktuálním dokumentu aplikace Revit. +___ +## Vzorový soubor + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..da25de8ed --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Tag.ByElement` umístí popisek pro daný prvek s danými kritérii. + +V níže uvedeném příkladu jsou z daného pohledu shromážděny všechny stěny. Stěny jsou poté popsány výchozím typem popisku stěny a kritérii zarovnání/odkazu. +___ +## Vzorový soubor + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index 8d3f6c20c..183565491 100644 --- a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## Podrobnosti -Uzel `Tag.GetLeaderEndCondition` vrací danou podmínku zakončení odkazů popisků. - -Mezi možné podmínky zakončení patří: -- Připojeno -- Volné - -V níže uvedeném příkladu jsou shromážděny všechny popisky indexovaných poznámek shromážděny z detailního pohledu „Detail okna severní stěny“. Poté jsou vráceny podmínky zakončení odkazů popisků. +Uzel `Tag.GetLeaderEndCondition` vrací koncovou podmínku odkazu daného prvku popisku. +V níže uvedeném příkladu jsou z daného pohledu shromážděny všechny stěny. Stěny jsou poté popsány výchozím typem popisku stěny a kritérii zarovnání/odkazu. Poté jsou pomocí uzlu `Tag.GetLeaderEndCondition` vráceny koncové podmínky. ___ ## Vzorový soubor diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..567b02f9b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Tag.SetLeaderEndCondition` nastaví konec odkazu daného prvku popisku na připojený nebo volný. + +V níže uvedeném příkladu jsou z daného pohledu shromážděny všechny stěny. Stěny jsou poté označeny výchozím typem popisku stěny a kritérii zarovnání/odkazu. Poté je pomocí uzlu `Tag.SetLeaderEndCondition` nastavena koncová podmínka. +___ +## Vzorový soubor + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..df2868ac4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## Podrobnosti +Uzel `TextNote.SetHorizontalAlignment` nastaví horizontální zarovnání dané textové poznámky. + +Poznámka: Tento uzel má návratový typ void, což znamená, že uzel provede akci s prvkem a vrací hodnotu null. + +V níže uvedeném příkladu je vybrán list podrobností. Poté jsou shromážděny všechny textové poznámky v detailních pohledech a jejich horizontální zarovnání je nastaveno na střed. +___ +## Vzorový soubor + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..513c16912 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## Podrobnosti +Uzel `TextNote.SetKeepRotatedTextReadable` nastaví parametr instance zachování čitelnosti dané textové poznámky na danou booleovskou hodnotu. + +Poznámka: Tento uzel má návratový typ void, což znamená, že uzel provede akci s prvkem a vrací hodnotu null. + +V níže uvedeném příkladu je vybrán list podrobností. Poté jsou shromážděny všechny textové poznámky v detailních pohledech a jejich parametr „Zachovat čitelné“ je nastaven na hodnotu true. +___ +## Vzorový soubor + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNoteType.Default.md index 700c59794..3bd648fd8 100644 --- a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## Podrobnosti -Uzel `TextNoteType.Default` nabízí přístup k výchozímu typu textové poznámky v aktuálním dokumentu aplikace Revit. Tento typ textové poznámky je stejný jako typ poznámky použitý při tvorbě textu v uživatelském rozhraní aplikace Revit. - -V následujícím příkladu se vytvoří nový pohled schéma/kresba a vytvoří se nová textová poznámka v počátku aktuálního dokumentu aplikace Revit. +Uzel `TextNoteType.Default` vrací výchozí typ textové poznámky v aktuálním dokumentu aplikace Revit. Tento typ je shodný s výchozím typem textu, který se používá při tvorbě nové textové poznámky uživatelem v uživatelském rozhraní aplikace Revit. +V níže uvedeném příkladu je u modelu Ukázka Snowdon Towers vrácen výchozí typ textové poznámky – „1/4" Trebuchet MS“. ___ ## Vzorový soubor diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..c673a9d72 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Toposolid.ByOutlinePointsTypeAndLevel` vytvoří v aktuálním dokumentu aplikace Revit prvek terénního útvaru podle vstupů. + +V níže uvedeném příkladu je vybrána existující podlaha (s upravenými body), která má být převedena na terénní útvar. Body tvaru, obrys a podlaží podlahy jsou extrahovány k použití při tvorbě terénního útvaru. Nakonec se vytvoří terénní útvar, který nahradí podlahu, a prvek podlahy bude odstraněn. +___ +## Vzorový soubor + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..a77308234 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Toposolid.Points` vrací body úprav tvaru daného terénního útvaru, pokud jsou k dispozici. + +V níže uvedeném příkladu jsou vráceny všechny body z prvního terénního útvaru nalezeného ve vybraném připojení aplikace Revit. +___ +## Vzorový soubor + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..0b8dd247e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `CeilingPlanView.ByLevel` vytvoří nový půdorysný pohled stropu z daného podlaží. + +V níže uvedeném příkladu je vytvořen nový půdorysný pohled stropu pro podlaží „L1 – Blok 35“. +___ +## Vzorový soubor + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..b57fdd2d2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `FloorPlanView.ByLevel` vytvoří nový půdorysný pohled podlahy z daného podlaží. + +V níže uvedeném příkladu se vytvoří nový půdorysný pohled podlahy pro podlaží „L1 – Blok 35“. +___ +## Vzorový soubor + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..54809b1b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.CanViewBeDuplicated` předává hodnotu true nebo false, která označuje, zda lze daný pohled duplikovat s danými možnostmi. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny pohledy schéma/kresba. U pohledů schéma/kresba je poté zkontrolováno, zda je možné je duplikovat, pomocí možnosti „S detaily“. +___ +## Vzorový soubor + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..0ea3d725e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.DuplicateView` se pokusí duplikovat daný pohled s danou možností duplikace. Pokud pohled nelze duplikovat, je vrácena hodnota null. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny pohledy schéma/kresba. Pohledy schéma/kresba se poté duplikují s možností „s detaily“ a s předponou (N). +___ +## Vzorový soubor + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..23bfe6713 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `View.ExportAsImage` exportuje daný pohled do dané cesty jako obrázek. + +V níže uvedeném příkladu je pro export vybrán výchozí 3D pohled z aktuálního dokumentu. Cesta je složena extrahováním složky „Obrázky“ z počítače aktuálního uživatele a zkombinováním s názvem pohledu. + +___ +## Vzorový soubor + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..659ce67f7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.HideCategoriesTemporary` zapne dočasné skrytí nebo izolaci pro daný pohled. Zadané kategorie budou skryty, dokud nebude dočasné skrytí nebo izolace resetována. + +V níže uvedeném příkladu jsou skryty kategorie Dveře a Nábytek v půdorysném pohledu „L1“. +___ +## Vzorový soubor + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..cef067ee3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.HideElementsTemporary` zapne u daného pohledu režim dočasného skrytí nebo izolace. Dané prvky budou skryty, dokud nebude režim pohledu dočasného skrytí nebo izolace resetován. + +V níže uvedeném příkladu jsou všechny stěny pohledu „L1“ shromážděny a rozděleny do dvou seznamů – s požární odolností a bez požární odolnosti. Stěny bez požární odolnosti budou dočasně skryty pomocí uzlu `View.HideElementsTemporary`. +___ +## Vzorový soubor + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..6094ced2f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.IsolateCategoriesTemporary` zapne dočasné skrytí nebo izolaci pro daný pohled. Zadané kategorie budou izolovány, dokud nebude dočasné skrytí nebo izolace resetována. + +V níže uvedeném příkladu jsou izolovány kategorie Dveře a Nábytek v půdorysném pohledu „L1“. +___ +## Vzorový soubor + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..f5fa4fafa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.IsolateElementsTemporary` zapne u daného pohledu režim dočasného skrytí nebo izolace. Dané prvky budou izolovány, dokud nebude režim pohledu dočasného skrytí nebo izolace resetován. + +V níže uvedeném příkladu jsou všechny stěny pohledu „L1“ shromážděny a rozděleny do dvou seznamů – s požární odolností a bez požární odolnosti. Stěny bez požární odolnosti budou dočasně izolovány pomocí uzlu `View.HideElementsTemporary`. +___ +## Vzorový soubor + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..7109463b3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.SetCategoryOverrides` upraví viditelnost/zobrazení dané kategorie pro daný pohled. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny šablony půdorysných pohledů podlah. Poté se na pohledy použije sada přepsání ke skrytí os potrubí. +___ +## Vzorový soubor + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..851b4540a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.SetCropBoxActive` přepíná objekt cropbox daného pohledu, aby byl podle hodnoty booleovského vstupu buď aktivní, nebo neaktivní. + +V níže uvedeném příkladu jsou z daného výkresu shromážděny všechny pohledy a jejich objekty cropbox se nastaví jako aktivní. +___ +## Vzorový soubor + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..46ded4ce5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.SetCropBoxVisible` přepíná viditelnost objektu cropbox daného pohledu podle vstupní booleovské hodnoty. + +V níže uvedeném příkladu jsou objekty cropbox nastaveny jako skryté pro všechny pohledy na všech listech v aktuálním dokumentu aplikace Revit. +___ +## Vzorový soubor + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..50bce8ec8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `View.SetScale` nastaví daný pohled na daný faktor měřítka. Další informace o změně faktoru měřítka pohledu najdete v tomto [článku](https://help.autodesk.com/view/RVTLT/2024/CSY/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +V následujícím příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny pohledy schéma/kresba. Pomocí uzlu `View.SetScale` se poté nastaví měřítko pohledů na 1/4" = 1'-0" (faktor měřítka 48). +___ +## Vzorový soubor + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..cdcf25f76 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Wall.ByCurveAndHeight` vytvoří stěnu daného typu v daném umístění čáry, která je hostována na daném podlaží. + +V níže uvedeném příkladu se vytvoří instance stěny „Exteriér – betonová tvárnice na kov. čepu“ na podlaží R3 ve výšce 10' a délce 10'. +___ +## Vzorový soubor + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..45aaef6e6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `Wall.ByFace` vytvoří stěnu na dané ploše objemu. Je také nutné zadat čáru umístění stěny a typ stěny. + +V níže uvedeném příkladu se na vybraném existujícím povrchu v aktuálním dokumentu aplikace Revit vytvoří stěna plochy. +___ +## Vzorový soubor + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..d904ec1ab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `WallType.ByName` vybere typ stěny s daným názvem (pokud je k dispozici). Pokud není nalezen žádný typ stěny s daným názvem, je vrácena hodnota null. + +V níže uvedeném příkladu je z aktuálního dokumentu aplikace Revit vybrán typ stěny „Exteriér – betonová tvárnice na kov. čepu“. +___ +## Vzorový soubor + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..33a35fc60 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `WallType.Function` vrací funkci daného typu stěny. Další informace o funkcích stěn naleznete v tomto [článku](https://help.autodesk.com/view/RVT/2025/CSY/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy stěn spolu s funkcemi. +___ +## Vzorový soubor + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..73929e7df --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `WallType.GetThermalProperties` vrací tepelné vlastnosti daného typu stěny. Další informace o tepelných vlastnostech stěn naleznete v tomto [článku](https://help.autodesk.com/view/RVT/2024/CSY/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +V níže uvedeném příkladu je z aktuálního dokumentu aplikace Revit vybrán typ stěny „Exteriér – betonová tvárnice na kov. čepu“. Pomocí uzlu `WallType.GetThermalProperties` jsou poté vykázány tepelné vlastnosti. +___ +## Vzorový soubor + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..d49f16dfb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `WallType.Name` vrací název daného typu stěny jako řetězec. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy stěn spolu s názvy. +___ +## Vzorový soubor + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..008b975d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `WallType.Width` vrací šířku daného typu stěny jako číslo. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny typy stěn spolu s šířkami (v jednotkách projektu). +___ +## Vzorový soubor + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..b6c1319b8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## Podrobnosti +Uzel `OverrideGraphicSettings.ByProperties` vytvoří sadu přepsání viditelnosti/zobrazení k použití v pohledech nebo v šablonách pohledů. + +V níže uvedeném příkladu jsou z aktuálního dokumentu aplikace Revit shromážděny všechny šablony půdorysných pohledů podlah. Poté se na pohledy použije sada přepsání ke skrytí os potrubí. +___ +## Vzorový soubor + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..9634f91fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## Podrobnosti +Uzel `Transaction.End` dokončí aktuální transakci aplikace Dynamo a vrátí zadaný prvek. V aplikaci Revit transakce představují změny provedené v dokumentu aplikace Revit. Jakmile dojde ke změně, lze ji vidět pomocí povoleného tlačítka Zpět. Pomocí uzlu `Transaction.End` mohou uživatelé přidávat kroky do grafu aplikace Dynamo a vytvářet akci vrácení zpět pro každý krok, kde se použije uzel `Transaction.End`. + +V následujícím příkladu je do dokumentu aplikace Revit umístěna instance rodiny. K dokončení umístění před otočením instance rodiny pomocí uzlu `FamilyInstance.SetRotation` se zavolá uzel `Transaction.End`. + +___ +## Vzorový soubor + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..b31274b18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/cs-CZ/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## Podrobnosti + +Uzel `Toposolid.ByOutlinePointsTypeAndLevel` vytvoří prvek terénního útvaru v aktuálním dokumentu aplikace Revit podle vstupů. + +V níže uvedeném příkladu je vybrána existující podlaha (s upravenými body), která má být převedena na terénní útvar. Body tvaru, obrys a podlaží podlahy jsou extrahovány k použití při tvorbě terénního útvaru. Nakonec se vytvoří terénní útvar, který nahradí podlahu, a prvek podlahy bude odstraněn. + +___ +## Vzorový soubor + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..ef8cb8298 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## Im Detail +`Fill Pattern Targets` bietet Zugriff auf die in Revit verfügbaren Optionen für Füllmusterziele. Dazu gehören: +- Zeichnen +- Modell +- Keine + +Im folgenden Beispiel wird das Zeichnungsfüllmuster "\\" für das aktuelle Revit-Dokument zurückgegeben. +___ +## Beispieldatei + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..b5e0d2c59 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## Im Detail +Mit `Fill Patterns` können Sie ein Füllmuster aus allen verfügbaren Füllmustern im aktuellen Revit-Dokument auswählen. + +Im folgenden Beispiel wird das Zeichnungsfüllmuster "\\" für das aktuelle Revit-Dokument zurückgegeben. +___ +## Beispieldatei + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..5c0c1d0ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## Im Detail +`Select Horizontal Text Alignment` ermöglicht die Auswahl der folgenden Ausrichtungsoptionen für Textelemente: +- Mitte +- Links +- Rechts + +Im folgenden Beispiel wird mit der Textausrichtungsoption Mitte eine neue Notiz erstellt. +___ +## Beispieldatei + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..707c73126 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## Im Detail +Mit `Line Patterns` können Sie ein Linienmuster aus allen verfügbaren Linienmustern im aktuellen Revit-Dokument auswählen. + +Im folgenden Beispiel wird das Linienmusterelement "Mitte" für das aktuelle Revit-Dokument zurückgegeben. +___ +## Beispieldatei + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..056e73ecf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## Im Detail +`Select Vertical Text Alignment` ermöglicht die Auswahl der folgenden Ausrichtungsoptionen für Textelemente: +- Unten +- Mitte +- Oben + +Im folgenden Beispiel wird mit der Textausrichtungsoption Mitte eine neue Notiz erstellt. +___ +## Beispieldatei + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..f7103defe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## Im Detail +`View Duplicate Options` bietet Zugriff auf alle in Revit verfügbaren Duplizierungsoptionen. + +Dazu gehören: +- Als Abhängigkeit +- Mit Detaillierung +- Als Duplikat + +Im folgenden Beispiel wird die Detailansicht "North Wall Window Detail" mit dem Präfix "-Revision 1" und mit Detaillierung dupliziert. +___ +## Beispieldatei + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..6f7218972 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## Im Detail +`Document.FilePath` gibt den Dateipfad des angegebenen Revit-Dokuments zurück, falls verfügbar. Wenn die Datei nicht gespeichert ist, wird eine leere Zeichenfolge zurückgegeben. Wenn es sich bei dem angegebenen Dokument um eine lokale Datei (die mit einer Zentraldatei verknüpft ist) handelt, wird der lokale Dateipfad angegeben. + +Im folgenden Beispiel wird der Speicherort der Datei für das aktuelle Revit-Dokument angegeben. +___ +## Beispieldatei + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..32546c0e1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## Im Detail +`Document.GetLinkInstances` gibt eine Liste aller Verknüpfungsexemplare zurück, die im aktuellen Revit-Dokument platziert wurden. Verknüpfungsexemplare werden verwendet, um Elemente aus verknüpften Dateien abzurufen. + +Im folgenden Beispiel werden alle Revit-Verknüpfungsexemplare für das aktive Revit-Dokument zurückgegeben. Darüber hinaus werden die Namen der Verknüpfungen mit `Element.Name` zurückgegeben. +___ +## Beispieldatei + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..99ffcd968 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## Im Detail +`Document.IsCloudPath` gibt einen booleschen Wert zurück, der angibt, ob das angegebene Revit-Dokument an einem Cloud-Speicherort gehostet wird. Für Dateien ohne Arbeitsteilung wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Revit-Verknüpfungsexemplare aus dem aktuellen Revit-Dokument gesammelt. Bei den Dokumenten der Verknüpfungsexemplare wird dann überprüft, ob es sich um einen Cloud-Pfad handelt. +___ +## Beispieldatei + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..57e1074b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## Im Detail +`Document.Location` gibt den Breiten- und Längengrad des angegebenen Revit-Dokuments zurück. + +Im folgenden Beispiel wird der Projektspeicherort für das aktuelle Revit-Dokument angegeben. +___ +## Beispieldatei + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..5d799a3b0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## Im Detail +`Document.WorksharingPath` gibt den Arbeitsteilungspfad des angegebenen Dokuments zurück. Für Dateien ohne Arbeitsteilung wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Revit-Verknüpfungsexemplare aus dem aktuellen Revit-Dokument gesammelt. Die Dokumente der Verknüpfungsexemplare werden dann auf ihren Arbeitsteilungspfad überprüft. +___ +## Beispieldatei + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..6b1dce2ed --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## Im Detail +`CeilingType.ByName` ruft ein Deckentypelement aus dem aktuellen Revit-Dokument ab, das dem angegebenen Namen entspricht, falls verfügbar. + +Im folgenden Beispiel wird der Deckentyp "Allgemein" aus dem aktuellen Revit-Dokument zurückgegeben. + +___ +## Beispieldatei + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..df4c64ce1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## Im Detail +`CeilingType.GetThermalProperties` gibt die thermischen Eigenschaften des angegebenen Deckentyps zurück. + +Im folgenden Beispiel wird der Deckentyp "Allgemein" zurückgegeben, und die thermischen Eigenschaften werden mit `CeilingType.GetThermalProperties` abgerufen. + +___ +## Beispieldatei + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..844813278 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## Im Detail +`CeilingType.Name` gibt den Namen des angegebenen Deckentyps zurück. + +Im folgenden Beispiel werden alle Deckentypen aus dem aktuellen Revit-Dokument gesammelt. Die Namen der Deckentypen werden mit `CeilingType.Name` zurückgegeben. + +___ +## Beispieldatei + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..65b35afff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## Im Detail +`Coordinates.BasePoint` gibt den Projekt-Basispunkt als Punktgeometrie zurück. Der Projekt-Basispunkt wird in Revit festgelegt und kann sich von Projekt zu Projekt unterscheiden. Weitere Informationen zum Projekt-Basispunkt in Revit finden Sie in diesem [Hilfeartikel](https://help.autodesk.com/view/RVT/2025/DEU/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +Im folgenden Beispiel wird der Projekt-Basispunkt zurückgegeben. + +___ +## Beispieldatei + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..63f72c9db --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## Im Detail +`Coordinates.ProjectRotation` gibt die Projektdrehung in Grad zurück. Die Projektdrehung ist ein vom Benutzer veränderbarer Wert, der erheblich abweichen kann. Weitere Informationen zur Projektdrehung in Revit finden Sie in diesem [Hilfeartikel](https://help.autodesk.com/view/RVT/2025/DEU/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +Im folgenden Beispiel wird der Wert für die Projektdrehung zurückgegeben. + +___ +## Beispieldatei + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..2c3f4c988 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## Im Detail +`Coordinates.SurveyPoint` gibt den Projektvermessungspunkt als Punktgeometrie zurück. Der Vermessungspunkt wird in Revit festgelegt und kann sich von Projekt zu Projekt unterscheiden. Weitere Informationen zum Vermessungspunkt in Revit finden Sie in diesem [Hilfeartikel](https://help.autodesk.com/view/RVT/2025/DEU/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +Im folgenden Beispiel wird der Vermessungspunkt zurückgegeben. + +___ +## Beispieldatei + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..fb0e5339c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## Im Detail +`DirectShape.ByGeometry` erstellt ein DirectShape-Element in Revit mit der angegebenen Geometrie. Optional können bei der Erstellung auch ein Material und ein Name zugewiesen werden. + +Im folgenden Beispiel wird im Revit-Beispielmodell auf dem Vordach eine tessellierte Kuppelstruktur erstellt. +___ +## Beispieldatei + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..95347184f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## Im Detail +`Element.GetJoinedElements` gibt alle Elemente zurück, die mit dem Eingabeelement verbunden sind. + +Im folgenden Beispiel wird eine Geschossdecke im aktuellen Revit-Dokument ausgewählt. Alle mit der ausgewählten Geschossdecke verbundenen Elemente werden zurückgegeben. +___ +## Beispieldatei + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..1b18efe1e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## Im Detail +`Element.UnjoinAllGeometry` hebt die Verbindung der gesamten Geometrie von Elementen auf, die mit dem angegebenen Element verbunden sind. + +Im folgenden Beispiel wird eine Geschossdecke aus dem aktuellen Revit-Dokument ausgewählt, und die Verbindung der gesamten verknüpften Geometrie wird aufgehoben. +___ +## Beispieldatei + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..46717eec9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## Im Detail +`Element.UnjoinGeometry` hebt die Verbindung der Geometrie der beiden angegebenen Elemente auf. + +Im folgenden Beispiel wird eine Geschossdecke im aktuellen Revit-Dokument ausgewählt. Die verbundenen Elemente werden gesammelt, dann wird die Verbindung mit der Eingabegeschossdecke aufgehoben. +___ +## Beispieldatei + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..bcd00bf5e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## Im Detail +`ElementType.CanBeCopied` gibt einen True-/False-Wert zurück, der angibt, ob der angegebene Elementtyp kopiert werden kann. + +Im folgenden Beispiel werden alle Wandtypen aus dem aktuellen Revit-Dokument gesammelt, und es wird überprüft, ob sie kopiert werden können. +___ +## Beispieldatei + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 5ecb5e9ee..e177a5ab6 100644 --- a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## Im Detail -`ElementType.CanBeDeleted` bestimmt, ob der Elementtyp aus der Revit-Datei gelöscht werden kann. +`ElementType.CanBeDeleted` gibt einen True-/False-Wert zurück, der angibt, ob der angegebene Elementtyp gelöscht werden kann. -Im folgenden Beispiel werden alle Draufsichten aus der aktuellen Revit-Datei gesammelt. Die Draufsichten werden dann in 2 Listen unterteilt: "können gelöscht werden" und "können nicht gelöscht werden". +Im folgenden Beispiel werden alle Wandtypen aus dem aktuellen Revit-Dokument gesammelt, und es wird überprüft, ob sie gelöscht werden können. ___ ## Beispieldatei diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..25dcd0f41 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## Im Detail +`ElementType.Duplicate` versucht, den angegebenen Elementtyp mit dem angegebenen Namen zu duplizieren. Wenn der Name bereits vergeben ist, wird eine Fehlermeldung im Block angezeigt. + +Im folgenden Beispiel wird der Wandtyp `Generic - 4"` aus dem aktuellen Revit-Dokument abgerufen. Der Wandtyp wird dann mit dem Namen `Typical - 4"` dupliziert. +___ +## Beispieldatei + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..18623d2f8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## Im Detail +`ElementType.FamilyName` gibt den Namen der Eigentümerfamilie des angegebenen Elements zurück. + +Im folgenden Beispiel werden alle Wände aus dem aktuellen Revit-Dokument gesammelt. Anschließend werden die Wandtypen für jede Wand und der Familienname zurückgegeben. +___ +## Beispieldatei + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..d6f321c8c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## Im Detail +`ElementType.Name` gibt den Namen des angegebenen Elementtyps zurück. Der Elementtypname ist nützlich für die Suche nach Elementtypen mit `ElementType.ByName". + +Im folgenden Beispiel werden alle Wandtypen aus dem aktuellen Revit-Dokument gesammelt. Die Namen der Wandtypen werden mit `ElementType.Name` zurückgegeben. +___ +## Beispieldatei + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..770515fff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## Im Detail +`FamilyInstance.ByCoordinates` platziert ein Exemplar mit dem angegebenen FamilyType-Objekt an den angegebenen Koordinaten im aktuellen Revit-Dokument. + +Im folgenden Beispiel wird eine RPC-Familie an den angegebenen Koordinaten platziert. + +___ +## Beispieldatei + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..f87a16bdb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## Im Detail +`FamilyInstance.ByFamilyType` gibt die Exemplare eines bestimmten Familientyps aus dem aktuellen Revit-Dokument zurück. + +Im folgenden Beispiel werden alle Exemplare des ausgewählten Familientyps zurückgegeben. + +___ +## Beispieldatei + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..a43753626 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## Im Detail +`FamilyInstance.Space` gibt den Raum zurück, in dem sich das angegebene Element befindet, falls verfügbar. Wenn kein Raum gefunden wird, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Luftdurchlasselemente aus dem aktuellen Revit-Dokument gesammelt. Die Positionen der Räume werden dann mit `FamilyInstance.Space` zurückgegeben. +___ +## Beispieldatei + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..18f535809 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Im Detail +`FillPatternElement.GetByName` gibt ein Füllmusterelement mit dem angegebenen Namen und Ziel zurück, falls im aktuellen Revit-Dokument verfügbar. + +Im folgenden Beispiel wird das Füllmuster "\\" zurückgegeben. +___ +## Beispieldatei + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..87619c174 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## Im Detail +`FilledRegionType.ByName` gibt einen gefüllten Bereichstyp zurück, der dem angegebenen Namen entspricht, sofern dieser im aktuellen Revit-Dokument verfügbar ist. Wenn der gefüllte Bereichstyp nicht gefunden werden kann, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel wird der gefüllte Bereichstyp "Grau gefüllt" zurückgegeben. +___ +## Beispieldatei + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..7045eb048 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## Im Detail +`FilledRegionType.Name` gibt den Namen des angegebenen gefüllten Bereichstyps zurück. + +Im folgenden Beispiel werden alle gefüllten Bereichstypen aus dem aktuellen Revit-Dokument gesammelt, und die Namen werden zurückgegeben. +___ +## Beispieldatei + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..c805327bc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## Im Detail +`Floor.Points` ruft die Formbearbeitungspunkte für die angegebene Geschossdecke ab, falls verfügbar. + +Im folgenden Beispiel wird ein Geschossdeckenelement mit formbearbeiteten Punkten ausgewählt. `Floor.Points` wird verwendet, um die Punkte zurückzugeben. +___ +## Beispieldatei + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..6a1e9c1b1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## Im Detail +`Level.ByElevation` erstellt eine Ebene an der angegebenen Höhe. Der Name spiegelt die Vorgänge in der Revit-Benutzeroberfläche anhand der vorherigen Einträge wider. + +Im folgenden Beispiel wird eine Ebene bei 3.5 Fuß erstellt (abhängig von den Projekteinheiten). +___ +## Beispieldatei + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..9cc091e99 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## Im Detail +`Level.ByElevationAndName` erstellt eine Ebene an der angegebenen Höhe mit dem angegebenen Namen. Wenn der Name bereits vergeben ist, gibt der Block einen Fehler aus. + +Im folgenden Beispiel wird eine Ebene mit dem Namen "Raised Subfloor" bei 3.5 Fuß erstellt (abhängig von den Projekteinheiten). +___ +## Beispieldatei + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..716df1291 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## Im Detail +`Level.ByLevelAndOffset` erstellt einen Ebenenelementversatz um den angegebenen Abstand von der angegebenen Ebene. Der Name der neuen Ebene spiegelt die Vorgänge in der Revit-Benutzeroberfläche wider, in der eine Ebene basierend auf vorherigen Einträgen benannt wird. + +Im folgenden Beispiel wird eine neue Ebene 10' über der höchsten Ebene im aktuellen Revit-Dokument erstellt. +___ +## Beispieldatei + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..a1ac6567d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## Im Detail +`Level.ByLevelOffsetAndName` erstellt einen Ebenenelementversatz um den angegebenen Abstand von der angegebenen Ebene mit dem angegebenen Namen. + +Im folgenden Beispiel wird eine neue Ebene mit der Bezeichnung "T.O. Parapet" 10' über der höchsten Ebene im aktuellen Revit-Dokument erstellt. +___ +## Beispieldatei + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..9180335f8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## Im Detail +`Level.Elevation` gibt die Höhe für die angegebene Ebene in Projekteinheiten zurück. `Level.Elevation` gibt den Wert von der Geländehöhe an. Wenn die Höhe des Projekts unterschiedlich ist, kann dies mit `Level.ProjectElevation` zurückgegeben werden. + +Im folgenden Beispiel werden alle Ebenen im aktuellen Revit-Dokument gesammelt. Der Höhenwert der Ebenen wird zurückgegeben. Zusätzlich werden die Ebenen mit "List.SortByKey" nach Höhe sortiert. +___ +## Beispieldatei + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..a58fff203 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## Im Detail +`Level.Name` gibt den Namen der angegebenen Ebene zurück. `Level.Name` unterscheidet sich von `Element.Name` dadurch, dass der Name durch Abrufen des Parameterwerts von der Ebene abgerufen wird. + +Im folgenden Beispiel werden alle Ebenen für das aktuelle Revit-Dokument gesammelt, und ihre Namen werden zurückgegeben. +___ +## Beispieldatei + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..84112c203 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## Im Detail +`Level.ProjectElevation` gibt die Höhe für die angegebene Ebene in Projekteinheiten zurück. `Level.ProjectElevation` meldet den Wert aus dem Projektursprung. Wenn die Höhe über der Geländehöhe erforderlich ist, kann dieser Wert mit `Level.Elevation` abgerufen werden. + +Im folgenden Beispiel werden alle Ebenen im aktuellen Revit-Dokument gesammelt. Der Projekthöhenwert der Ebenen wird zurückgegeben. Zusätzlich werden die Ebenen mit "List.SortByKey" nach Höhe sortiert. +___ +## Beispieldatei + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..4fd1550f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Im Detail +`LinePatternElement.GetByName` gibt ein Linienmusterelement mit dem angegebenen Namen zurück, falls im aktuellen Revit-Dokument verfügbar. + +Im folgenden Beispiel wird das Linienmusterelement "Mitte" für das aktuelle Revit-Dokument zurückgegeben. +___ +## Beispieldatei + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..d5a3842a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## Im Detail +`LinkElement.BoundingBox` gibt den Begrenzungsrahmen für das angegebene Verknüpfungselement zurück. + +Im folgenden Beispiel wird ein Geländemodell-Element von einem Exemplar von "Snowdon Towers Sample Site" zurückgegeben. Der Begrenzungsrahmen des Geländemodells wird dann mit `LinkElement.BoundingBox` zurückgegeben. + +___ +## Beispieldatei + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..288296b51 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## Im Detail +`LinkElement.GetGeometry` gibt die Geometrie der angegebenen Verknüpfungselemente mit dem optionalen Detaillierungsgrad zurück. + +Im folgenden Beispiel wird die Geometrie für alle Wandelemente in der Verknüpfung "Snowdon Towers Sample Site` zurückgegeben. + +___ +## Beispieldatei + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..2d3ad1b7c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## Im Detail +`LinkElement.GetLocation` gibt Geometrie zurück, die die Position des angegebenen Verknüpfungselements darstellt (falls verfügbar). + +Im folgenden Beispiel wird die Position aller Wände in "Snowdon Towers Sample Site` als Kurven zurückgegeben. +___ +## Beispieldatei + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..f27dc1c49 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## Im Detail +`LinkInstance.AllElementsOfCategory` gibt alle Elemente der angegebenen Kategorie aus dem angegebenen Verknüpfungsexemplar zurück. + +Im folgenden Beispiel werden alle Geländemodell-Elemente vom Verknüpfungsexemplar "Snowdon Towers Sample Site" zurückgegeben. +___ +## Beispieldatei + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..d0b0f6309 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## Im Detail +`LinkInstance.AllElementsOfCategoryInView` gibt alle Elemente der angegebenen Kategorie in der angegebenen Ansicht aus dem aktuellen Revit-Dokument zurück. + +Im folgenden Beispiel werden alle Geländemodelle in "Snowdon Towers Sample Site`, die im Grundriss "L1" sichtbar sind, zurückgegeben. +___ +## Beispieldatei + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..544c3906a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## Im Detail +`LinkInstance.AllElementsOfClass` sammelt alle Elemente der entsprechenden Klasse aus dem angegebenen Revit-Verknüpfungsexemplar. + +Im folgenden Beispiel werden alle Geländemodell-Elemente von einem Exemplar von "Snowdon Towers Sample Site" zurückgegeben. +___ +## Beispieldatei + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..fbc731069 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## Im Detail +`LinkInstance.ByName` ruft ein Verknüpfungsexemplar ab, dessen Namensparameter mit dem angegebenen Namen übereinstimmt. Anmerkung: Der Name des Verknüpfungsexemplars weicht etwas vom Namen von `RevitLinkType` ab. Weitere Informationen finden Sie im folgenden Beispiel. + +Im folgenden Beispiel wird ein Exemplar von "Snowdon Towers Sample Site" nach Name ausgewählt. +___ +## Beispieldatei + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..baf4dc34c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## Im Detail +`LinkInstance.Document` gibt das Dokument für das angegebene Verknüpfungsexemplar zurück. Dieses Dokument kann verwendet werden, um Elemente aus der Verknüpfung zu sammeln und das Dokument nach anderen Informationen abzufragen. + +Im folgenden Beispiel wird das Verknüpfungsexemplar "Snowdown Towers Sample Site" im Architekturbeispielmodell zurückgegeben. Anschließend wird das Dokument des Verknüpfungsexemplars zurückgegeben. +___ +## Beispieldatei + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..9c665ed31 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## Im Detail +`LinkInstance.ElementById` ruft ein Element anhand der angegebenen ID aus dem entsprechenden Verknüpfungsexemplar ab. + +Im folgenden Beispiel wird das Projektinformationselement von einem Exemplar von "Snowdon Towers Sample Site" zurückgegeben. +___ +## Beispieldatei + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..baf3a0695 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## Im Detail +`Material.AppearanceParameters` gibt alle Darstellungsparameter für das angegebene Material zurück. + +Im folgenden Beispiel werden die Darstellungsparameter für das Material Aluminium zurückgegeben. +___ +## Beispieldatei + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..117d702d3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## Im Detail +`Material.MaterialCategory` gibt die Kategorie zurück, als die das angegebene Material klassifiziert ist. + +Im folgenden Beispiel wird das Material "Aluminium" aus dem aktuellen Revit-Dokument übernommen. Die Kategorie "Metall" wird mit `Material.MaterialCategory` angegeben. +___ +## Beispieldatei + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..4a5b1afe3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## Im Detail +`Material.StructuralParameters` gibt alle Strukturparameter für das angegebene Material zurück. + +Im folgenden Beispiel werden die Strukturparameter für das Material Aluminium zurückgegeben. +___ +## Beispieldatei + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..85eb9bc9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## Im Detail +`Material.ThermalParameters` gibt alle thermischen Parameter für das angegebene Material zurück. + +Im folgenden Beispiel werden die thermischen Parameter für das Material Aluminium zurückgegeben. +___ +## Beispieldatei + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..79e1a9fbe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## Im Detail +`PathOfTravel.ByFloorPlanPoints` erstellt Bewegungspfadelemente im aktuellen Revit-Dokument und in der entsprechenden Grundrissansicht zwischen den angegebenen Start- und Endpunkten. Anmerkung: Wenn ein Bewegungspfadelement nicht konstruiert werden kann, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Räume aus der Draufsicht "L1" gesammelt. Dann werden Bewegungspfade zwischen den Räumen und einer ausgewählten Außentür konstruiert. +___ +## Beispieldatei + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..d82e7b922 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## Im Detail +`ReferencePoint.ByCoordinates` erstellt ein Referenzpunktelement an den angegebenen Koordinaten im aktiven Revit-Familiendokument. Anmerkung: Das Familiendokument muss eine adaptive Komponente oder eine Körperfamilie sein. + +Im folgenden Beispiel wird ein neuer Referenzpunkt an den Koordinaten 0,0,1 erstellt. +___ +## Beispieldatei + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..3ffd48696 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## Im Detail +`ReferencePoint.ByParametersOnFaceReference` erstellt ein Referenzpunktelement im aktiven Revit-Familiendokument bei den angegebenen Parametern auf der ausgewählten Oberfläche. + +Anmerkung: Das Familiendokument muss eine adaptive Komponente oder eine Körperfamilie sein. + +Im folgenden Beispiel wird ein Referenzpunkt in der Mitte einer ausgewählten Oberfläche im Familiendokument erstellt. + +___ +## Beispieldatei + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..e14c41671 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## Im Detail +`ReferencePoint.ByPoint` erstellt ein Referenzpunktelement im aktiven Revit-Familiendokument an der angegebenen Punktposition. Anmerkung: Das Familiendokument muss eine adaptive Komponente oder eine Körperfamilie sein. Dieser Block unterscheidet sich von "ReferencePoint.ByCoordinates" dadurch, dass er einen Dynamo-Punkt für die Position verwendet. Dies ist nützlich, da der Endbenutzer den Dynamo-Punkt mithilfe der direkten Manipulation bearbeiten kann, wodurch der Referenzpunkt ebenfalls aktualisiert wird. Weitere Informationen zur direkten Manipulation finden Sie unter diesem [Link](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +Im folgenden Beispiel wird ein neuer Referenzpunkt an den Koordinaten 0,0,1 erstellt. +___ +## Beispieldatei + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..70abda800 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## Im Detail +`ReferencePoint.Point` gibt die Punktgeometrie des angegebenen Referenzpunkts zurück. + +Im folgenden Beispiel wird ein Referenzpunkt in der Mitte einer ausgewählten Oberfläche im Familiendokument erstellt. Die Punktgeometrie des Referenzpunkts wird dann mit `ReferencePoint.Point` zurückgegeben. Darüber hinaus werden die beiden Objekttypen zur Überprüfung bereitgestellt. + +___ +## Beispieldatei + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..d25507dd1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## Im Detail +`ReferencePoint.Point` gibt die X-Koordinate des angegebenen Referenzpunkts zurück. + +Im folgenden Beispiel wird ein Referenzpunkt in der Mitte einer ausgewählten Oberfläche im Familiendokument erstellt. Die X-Koordinate des Referenzpunkts wird dann mit `ReferencePoint.X` zurückgegeben. + +___ +## Beispieldatei + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..3edb61ca6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## Im Detail +`ReferencePoint.XYPlane` gibt die Ebene in X,Y-Richtung des angegebenen Referenzpunkts zurück. + +Im folgenden Beispiel wird ein Referenzpunkt in der Mitte einer ausgewählten Oberfläche im Familiendokument erstellt. Die Ebene in X,Y-Richtung wird dann mit `ReferencePoint.XYPlane` zurückgegeben. + + +___ +## Beispieldatei + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..3874b3f73 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## Im Detail +`ReferencePoint.XZPlane` gibt die Ebene in X,Z-Richtung des angegebenen Referenzpunkts zurück. + +Im folgenden Beispiel wird ein Referenzpunkt in der Mitte einer ausgewählten Oberfläche im Familiendokument erstellt. Die Ebene in X,Z-Richtung wird dann mit `ReferencePoint.XZPlane` zurückgegeben. + + +___ +## Beispieldatei + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..bce673217 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## Im Detail +`ReferencePoint.Y` gibt die Y-Koordinate des angegebenen Referenzpunkts zurück. + +Im folgenden Beispiel wird ein Referenzpunkt in der Mitte einer ausgewählten Oberfläche im Familiendokument erstellt. Die Y-Koordinate des Referenzpunkts wird dann mit `ReferencePoint.Y` zurückgegeben. + +___ +## Beispieldatei + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..23e635513 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## Im Detail +`ReferencePoint.YZPlane` gibt die Ebene in Y,Z-Richtung des angegebenen Referenzpunkts zurück. + +Im folgenden Beispiel wird ein Referenzpunkt in der Mitte einer ausgewählten Oberfläche im Familiendokument erstellt. Die Ebene in Y,Z-Richtung wird dann mit `ReferencePoint.YZPlane` zurückgegeben. + + +___ +## Beispieldatei + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..553d0bcd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## Im Detail +`ReferencePoint.Z` gibt die Z-Koordinate des angegebenen Referenzpunkts zurück. + +Im folgenden Beispiel wird ein Referenzpunkt in der Mitte einer ausgewählten Oberfläche im Familiendokument erstellt. Die Z-Koordinate des Referenzpunkts wird dann mit `ReferencePoint.Z` zurückgegeben. + +___ +## Beispieldatei + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..cd4195758 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## Im Detail +`RoofType.ByName` ruft ein Dachtypelement aus dem aktuellen Revit-Dokument ab, das dem angegebenen Namen entspricht, falls verfügbar. + +Im folgenden Beispiel wird der Dachtyp "Allgemein - 9"" aus dem aktuellen Revit-Dokument zurückgegeben. +___ +## Beispieldatei + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..abf9a3006 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Im Detail +`RoofType.GetThermalProperties` gibt die thermischen Eigenschaften des angegebenen Dachtyps zurück. + +Im folgenden Beispiel wird der Dachtyp "Allgemein - 9"" zurückgegeben, und die thermischen Eigenschaften werden mit `RoofType.GetThermalProperties` abgerufen. +___ +## Beispieldatei + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..c81b918fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## Im Detail +`RoofType.Name` gibt den Namen des angegebenen Dachtyps zurück. + +Im folgenden Beispiel werden alle Dachtypen aus dem aktuellen Revit-Dokument gesammelt. Die Namen der Dachtypen werden mit `RoofType.Name` zurückgegeben. +___ +## Beispieldatei + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..75213685d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## Im Detail +`Room.IsInsideRoom` gibt einen booleschen Wert zurück, der angibt, ob der angegebene Punkt im angegebenen Raum gefunden wurde. + +Im folgenden Beispiel werden alle Möbel im aktuellen Revit-Dokument zusammen mit allen Räumen gesammelt. Die Positionspunkte der Möbel werden dann an `Room.IsInsideRoom` übergeben, um zu prüfen, in welchem Raum sich die angegebenen Punkte befinden (falls verfügbar). Schließlich werden die Möbel nach Elementen mit Raumpositionen gefiltert, und diese Werte werden in Listen kombiniert. +___ +## Beispieldatei + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..1b3e3477c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## Im Detail +`Space.Area` gibt die Fläche des angegebenen Raums zurück. Wenn ein Raum in Revit nicht platziert ist, wird der Wert 0 zurückgegeben. + +Im folgenden Beispiel wird die Fläche aller Räume im aktuellen Revit-Dokument zurückgegeben. +___ +## Beispieldatei + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..f83e60da6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## Im Detail +`Space.CenterBoundary` gibt eine verschachtelte Liste zurück, die die Achsenbegrenzung des angegebenen Raums darstellt. In der zurückgegebenen Liste stellt die erste Unterliste die äußersten Kurven dar, während die nachfolgenden Listen Konturen im Raum darstellen. Die Achsenbegrenzungen befinden sich auf der Mittellinie der Wand über alle Layer innerhalb des Revit-Raums hinweg. Weitere Informationen zu Wandpositionslinien finden Sie in diesem [Hilfeartikel](https://help.autodesk.com/view/RVT/2024/DEU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Wenn ein nicht begrenzter oder nicht platzierter Raum angegeben ist, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument und der ausgewählten Ansicht gesammelt. Die Achsenbegrenzungen werden dann zurückgegeben. +___ +## Beispieldatei + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..f51904ac5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## Im Detail +`Space.CoreBoundary` gibt eine verschachtelte Liste zurück, die die Kernbegrenzung des angegebenen Raums darstellt. In der zurückgegebenen Liste stellt die erste Unterliste die äußersten Kurven dar, während die nachfolgenden Listen Konturen im Raum darstellen. Die Kernbegrenzungen befinden sich auf dem inneren oder äußeren Layer des Kerns, der dem Raum am nächsten liegt. Weitere Informationen zu Wandpositionslinien finden Sie in diesem [Hilfeartikel](https://help.autodesk.com/view/RVT/2024/DEU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Wenn ein nicht begrenzter oder nicht platzierter Raum angegeben ist, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument und der ausgewählten Ansicht gesammelt. Die Kernbegrenzungen werden dann zurückgegeben. + +___ +## Beispieldatei + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..37db1157b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## Im Detail +`Space.CoreCenterBoundary` gibt eine verschachtelte Liste zurück, die die Begrenzung der Wandkernachse des angegebenen Raums darstellt. In der zurückgegebenen Liste stellt die erste Unterliste die äußersten Kurven dar, während die nachfolgenden Listen Konturen im Raum darstellen. Die Begrenzungen der Wandkernachse befinden sich in der Mitte der Wände, die als Kern definiert sind. Weitere Informationen zu Wandpositionslinien finden Sie in diesem [Hilfeartikel](https://help.autodesk.com/view/RVT/2024/DEU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Wenn ein nicht begrenzter oder nicht platzierter Raum angegeben ist, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument und der ausgewählten Ansicht gesammelt. Die Begrenzungen der Wandkernachse werden dann zurückgegeben. + +___ +## Beispieldatei + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..195dcdd4a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## Im Detail +`Space.FinishBoundary` gibt eine verschachtelte Liste zurück, die die Begrenzung der nichttragenden Schicht des angegebenen Raums darstellt. In der zurückgegebenen Liste stellt die erste Unterliste die äußersten Kurven dar, während die nachfolgenden Listen Konturen im Raum darstellen. Die von diesem Block zurückgegebene Raumbegrenzung befindet sich an der Oberfläche innerhalb des Revit-Raums. Weitere Informationen zu Wandpositionslinien finden Sie in diesem [Hilfeartikel](https://help.autodesk.com/view/RVT/2024/DEU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Wenn ein nicht begrenzter oder nicht platzierter Raum angegeben ist, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument und der ausgewählten Ansicht gesammelt. Die Begrenzungen der nichttragenden Schicht werden dann zurückgegeben. + +___ +## Beispieldatei + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..7e553493c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## Im Detail +`Space.Height` gibt die Höhe des angegebenen Raums zurück. Wenn ein Raum in Revit nicht platziert ist, wird der Wert 0 zurückgegeben. + +Im folgenden Beispiel wird die Höhe aller Räume im aktuellen Revit-Dokument zurückgegeben. +___ +## Beispieldatei + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..342c58530 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## Im Detail +`Space.IsPointInsideSpace` überprüft, ob sich ein bestimmter Punkt innerhalb eines angegebenen Raums befindet. Dies kann nützlich sein, wenn Sie Elementen in Revit Markierungswerte zuweisen möchten. + +Im folgenden Beispiel werden alle Luftdurchlässe in der angegebenen Ansicht im aktuellen Revit-Dokument gesammelt. Die Positionen der Punkte werden dann mit `Space.IsPointInsideSpace` mit den Räumen in der angegebenen Ansicht verglichen. Mithilfe der Listenverwaltung werden Unterlisten zum Herausfiltern von Luftdurchlässen erstellt, die in Räumen vorkommen. Weitere Informationen zur Verwendung von List@Level finden Sie in diesem [Artikel](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level). +___ +## Beispieldatei + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..a8f65930f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## Im Detail +`Space.Location` gibt einen Dynamo-Punkt zurück, der die Position eines bestimmten Raums darstellt. + +Wenn ein nicht begrenzter oder nicht platzierter Raum angegeben ist, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument und der ausgewählten Ansicht gesammelt. Die Positionen der Räume werden dann zurückgegeben. Darüber hinaus werden die Raumnamen im Dynamo-Ansichtsfenster mit dem Block `Label.ByPointAndString` in der Vorschau angezeigt. + +___ +## Beispieldatei + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..626394663 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## Im Detail +`Space.Name` gibt den Namen für das angegebene Raumelement zurück. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument in der ausgewählten Ansicht gesammelt. Die Namen der Räume werden dann zurückgegeben. +___ +## Beispieldatei + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..7b6536289 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## Im Detail +`Space.Number` gibt die Nummer für das angegebene Raumelement als Zeichenfolge zurück. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument in der ausgewählten Ansicht gesammelt. Die Nummern der Räume werden dann zurückgegeben. +___ +## Beispieldatei + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..02a6e9cd4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## Im Detail +`Space.SetName` ändert den Namen des angegebenen Raumelements. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument in der ausgewählten Ansicht gesammelt. Die Namen der Räume werden dann mit dem Präfix "(E)" versehen, um auf vorhandene Bedingungen hinzuweisen. + +___ +## Beispieldatei + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..362efc179 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## Im Detail +`Space.SetNumber` ändert die Nummer des angegebenen Raumelements. + +Im folgenden Beispiel werden alle Räume aus dem aktuellen Dokument in der ausgewählten Ansicht gesammelt. Die Nummern der Räume werden dann mit dem Suffix "e" versehen, um auf vorhandene Bedingungen hinzuweisen. Diese Art von Arbeitsablauf ist nützlich, wenn Sie eine Neunummerierung von Räumen in Revit durchführen. +___ +## Beispieldatei + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..29d799d80 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## Im Detail +`Space.Volume` gibt das Volumen des angegebenen Raums zurück. Wenn ein Raum in Revit nicht platziert ist, wird der Wert 0 zurückgegeben. + +Im folgenden Beispiel wird das Volumen aller Räume im aktuellen Revit-Dokument zurückgegeben. +___ +## Beispieldatei + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..19f1f57ab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## Im Detail +`Tag.ByElement` platziert eine Beschriftung für das angegebene Element mit den angegebenen Kriterien. + +Im folgenden Beispiel werden alle Wände aus der angegebenen Ansicht gesammelt. Die Wände werden dann mit dem vorgegebenen Wandbeschriftungstyp und den Ausrichtungs-/Führungskriterien beschriftet. +___ +## Beispieldatei + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index d800e5052..37842b7d9 100644 --- a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## Im Detail -`Tag.GetLeaderEndCondition` gibt die Endbedingung für die Führungslinie der angegebenen Beschriftung zurück. - -Zu den möglichen Endbedingungen gehören: -- Fixiert -- Frei - -Im folgenden Beispiel werden alle Bauelementbeschriftungen aus der Detailansicht "Nordwand Fensterdetails" gesammelt. Dann werden die Endbedingungen für Führungslinie der angegebenen Beschriftungen zurückgegeben. +`Tag.GetLeaderEndCondition` gibt die Endbedingung für die Führungslinie des angegebenen Beschriftungselements zurück. +Im folgenden Beispiel werden alle Wände aus der angegebenen Ansicht gesammelt. Die Wände werden dann mit dem vorgegebenen Wandbeschriftungstyp und den Ausrichtungs-/Führungslinienkriterien beschriftet. Die Endbedingungen werden dann mit `Tag.GetLeaderEndCondition` zurückgegeben. ___ ## Beispieldatei diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..f1de2092f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## Im Detail +`Tag.SetLeaderEndCondition` legt das Führungslinienende des angegebenen Beschriftungselements entweder auf Fixiert oder Frei fest. + +Im folgenden Beispiel werden alle Wände aus der angegebenen Ansicht gesammelt. Die Wände werden dann mit dem vorgegebenen Wandbeschriftungstyp und den Ausrichtungs-/Führungskriterien beschriftet. Die Endbedingung wird dann mit `Tag.SetLeaderEndCondition` festgelegt. +___ +## Beispieldatei + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..11ff117cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## Im Detail +`TextNote.SetHorizontalAlignment` legt die horizontale Ausrichtung der angegebenen Notiz fest. + +Anmerkung: Dieser Block weist den Rückgabetyp void auf, was bedeutet, dass der Block eine Aktion für ein Element festschreibt und null zurückgibt. + +Im folgenden Beispiel wird ein Detailplan ausgewählt. Alle Notizen in den Detailansichten werden dann gesammelt, und ihre horizontale Ausrichtung wird auf Mitte festgelegt. +___ +## Beispieldatei + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..b049c9eb3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## Im Detail +`TextNote.SetKeepRotatedTextReadable` legt den Exemplarparameter Lesbar halten der angegebenen Notiz auf den angegebenen booleschen Wert fest. + +Anmerkung: Dieser Block weist den Rückgabetyp void auf, was bedeutet, dass der Block eine Aktion für ein Element festschreibt und null zurückgibt. + +Im folgenden Beispiel wird ein Detailplan ausgewählt. Alle Notizen in den Detailansichten werden dann gesammelt, und der Parameter "Lesbar halten" wird auf True gesetzt. +___ +## Beispieldatei + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNoteType.Default.md index d05d212fd..44491aa2a 100644 --- a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## Im Detail -`TextNoteType.Default` bietet Zugriff auf den Vorgabetyp für Textnotizen im aktuellen Revit-Dokument. Dieser Textnotiztyp ist derselbe, der auch beim Erstellen von Text in der Revit-Benutzeroberfläche verwendet wird. - -Im folgenden Beispiel wird eine neue Zeichenansicht erstellt und eine neue Textnotiz am Ursprung im aktuellen Revit-Dokument erstellt. +`TextNoteType.Default` gibt den vorgegebenen Notiztyp im aktuellen Revit-Dokument zurück. Dieser entspricht dem vorgegebenen Texttyp, der verwendet wird, wenn vom Benutzer eine neue Notiz in der Revit-Benutzeroberfläche erstellt wird. +Im folgenden Beispiel wird der vorgegebene Notiztyp "1/4" Trebuchet MS" für das Modell Snowdon Towers Sample zurückgegeben. ___ ## Beispieldatei diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..be2a1c17e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## Im Detail +`Toposolid.ByOutlinePointsTypeAndLevel` erstellt anhand der Eingaben ein Geländemodell-Element im aktuellen Revit-Dokument. + +Im folgenden Beispiel wird eine vorhandene Geschossdecke (mit geänderten Punkten) ausgewählt, um sie in ein Geländemodell zu konvertieren. Die Formpunkte, der Umriss und die Ebene der Geschossdecke werden für die Verwendung bei der Erstellung von Geländemodellen extrahiert. Abschließend wird ein Geländemodell erstellt, um die Geschossdecke zu ersetzen, und das Geschossdeckenelement wird gelöscht. +___ +## Beispieldatei + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..d9e9a6e1d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## Im Detail +`Toposolid.Points` gibt die formbearbeiteten Punkte des angegebenen Geländemodells zurück, falls verfügbar. + +Im folgenden Beispiel werden alle Punkte vom ersten Geländemodell zurückgegeben, das in der ausgewählten Revit-Verknüpfung gefunden wird. +___ +## Beispieldatei + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..f2e523b8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Im Detail +`CeilingPlanView.ByLevel` erstellt eine neue Deckenplanansicht aus der angegebenen Ebene. + +Im folgenden Beispiel wird eine neue Deckenplanansicht für "L1 - Block 35" erstellt. +___ +## Beispieldatei + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..ee3cfe4fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Im Detail +`FloorPlanView.ByLevel` erstellt eine neue Grundrissansicht aus der angegebenen Ebene. + +Im folgenden Beispiel wird eine neue Grundrissansicht für "L1 - Block 35" erstellt. +___ +## Beispieldatei + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..8ef1e5f94 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## Im Detail +`View.CanViewBeDuplicated` gibt einen True- oder False-Wert zurück, der angibt, ob die angegebene Ansicht mit den angegebenen Optionen dupliziert werden kann. + +Im folgenden Beispiel werden alle Zeichenansichten aus dem aktuellen Revit-Dokument gesammelt. Anschließend werden die Zeichenansichten mit der Option "Mit Detaillierung" auf ihre Duplizierbarkeit geprüft. +___ +## Beispieldatei + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..595f746c2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## Im Detail +`View.DuplicateView` versucht, die angegebene Ansicht mit der angegebenen Duplizierungsoption zu duplizieren. Wenn die Ansicht nicht dupliziert werden kann, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel werden alle Zeichenansichten aus dem aktuellen Revit-Dokument gesammelt. Die Zeichenansichten werden dann "mit Detaillierung" und dem Präfix (N) dupliziert. +___ +## Beispieldatei + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..734808160 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## Im Detail +`View.ExportAsImage` exportiert die angegebene Ansicht als Bild in den angegebenen Pfad. + +Im folgenden Beispiel wird die vorgegebene 3D-Ansicht aus dem aktuellen Dokument für den Export ausgewählt. Der Pfad wird erstellt, indem der Ordner "Bilder" vom Computer des aktuellen Benutzers zusammen mit dem Namen der Ansicht extrahiert wird. + +___ +## Beispieldatei + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..c35bd0fed --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Im Detail +`View.HideCategoriesTemporary` ermöglicht das temporäre Ausblenden/Isolieren für die angegebene Ansicht. Die angegebenen Kategorien werden ausgeblendet, bis die temporäre Ausblendung/Isolierung zurückgesetzt wird. + +Im folgenden Beispiel sind die Kategorien Türen und Möbel für die Draufsicht "L1" ausgeblendet. +___ +## Beispieldatei + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..b2567dcca --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## Im Detail +`View.HideElementsTemporary` aktiviert den Ansichtsmodus mit temporärer Ausblendung/Isolierung für die angegebene Ansicht. Die angegebenen Elemente werden ausgeblendet, bis der Ansichtsmodus mit temporärer Ausblendung/Isolierung zurückgesetzt wird. + +Im folgenden Beispiel werden alle Wände für die Ansicht "L1" gesammelt und in zwei Listen, mit Feuerbeständigkeit und ohne Feuerbeständigkeit, unterteilt. Die nicht feuerbeständigen Wände werden mit `View.HideElementsTemporary` vorübergehend ausgeblendet. +___ +## Beispieldatei + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..6be0f8dbe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Im Detail +`View.IsolateCategoriesTemporary` aktiviert das temporäre Ausblenden/Isolieren für die angegebene Ansicht. Die angegebenen Kategorien werden isoliert, bis die temporäre Ausblendung/Isolierung zurückgesetzt wird. + +Im folgenden Beispiel sind die Kategorien Türen und Möbel für die Draufsicht "L1" isoliert. +___ +## Beispieldatei + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..0157b18dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## Im Detail +`View.IsolateElementsTemporary` aktiviert den Ansichtsmodus mit temporärer Ausblendung/Isolierung für die angegebene Ansicht. Die angegebenen Elemente werden isoliert, bis der Ansichtsmodus mit temporärer Ausblendung/Isolierung zurückgesetzt wird. + +Im folgenden Beispiel werden alle Wände für die Ansicht "L1" gesammelt und in zwei Listen, mit Feuerbeständigkeit und ohne Feuerbeständigkeit, unterteilt. Die nicht feuerbeständigen Wände werden mit `View.HideElementsTemporary` vorübergehend isoliert. +___ +## Beispieldatei + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..2cfd049b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## Im Detail +`View.SetCategoryOverrides` ändert die Sichtbarkeitsgrafiken für die angegebene Kategorie in der angegebenen Ansicht. + +Im folgenden Beispiel werden alle Vorlagen für Grundrissansichten aus dem aktuellen Revit-Dokument gesammelt. Anschließend wird eine Reihe von Überschreibungen zum Ausblenden der Luftkanal-Mittellinien auf die Ansichten angewendet. +___ +## Beispieldatei + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..84e18b3c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## Im Detail +`View.SetCropBoxActive` schaltet den Zuschneiderahmen der angegebenen Ansicht abhängig von der booleschen Eingabe entweder auf Aktiv oder Inaktiv um. + +Im folgenden Beispiel werden alle Ansichten für den angegebenen Plan gesammelt, und die Zuschneiderahmen werden auf Aktiv gesetzt. +___ +## Beispieldatei + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..bd09e11cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## Im Detail +`View.SetCropBoxVisible` aktiviert bzw. deaktiviert die CropBox-Sichtbarkeit der angegebenen Ansicht basierend auf dem eingegebenen booleschen Wert. + +Im folgenden Beispiel werden die CropBoxes für alle Ansichten auf allen Plänen im aktuellen Revit-Dokument auf Ausgeblendet gesetzt. +___ +## Beispieldatei + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..ec2ff487e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## Im Detail +`View.SetScale` legt die angegebene Ansicht auf den angegebenen Skalierfaktor fest. Weitere Informationen zum Ändern des Skalierfaktors einer Ansicht finden Sie in diesem [Artikel](https://help.autodesk.com/view/RVTLT/2024/DEU/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +Im folgenden Beispiel werden alle Zeichenansichten aus dem aktuellen Revit-Dokument gesammelt. Der Maßstab der Ansichten wird dann mit `View.SetScale` auf 1/4" = 1'-0" (Skalierfaktor 48) festgelegt. +___ +## Beispieldatei + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..aeaf662af --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## Im Detail +`Wall.ByCurveAndHeight` erstellt eine Wand des angegebenen Typs an der angegebenen Linienposition, abhängig von der angegebenen Ebene. + +Im folgenden Beispiel wird das Wandexemplar "Exterior - CMU on Mtl. Stud" auf Ebene R3 in einer Höhe von 10' und mit einer Länge von 10' erstellt. +___ +## Beispieldatei + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..e284da22a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## Im Detail +`Wall.ByFace` erstellt eine Wand auf der angegebenen Körperfläche. Basislinie und Typ der Wand müssen ebenfalls angegeben werden. + +Im folgenden Beispiel wird eine Flächenwand auf der ausgewählten vorhandenen Oberfläche im aktuellen Revit-Dokument erstellt. +___ +## Beispieldatei + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..c8f03de84 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## Im Detail +`WallType.ByName` wählt einen Wandtyp mit dem angegebenen Namen aus (falls verfügbar). Wenn kein Wandtyp mit dem angegebenen Namen gefunden wird, wird ein Nullwert zurückgegeben. + +Im folgenden Beispiel wird der Wandtyp "Exterior - CMU on Mtl. Stud" aus dem aktuellen Revit-Dokument ausgewählt. +___ +## Beispieldatei + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..2a362d479 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## Im Detail +`WallType.Function` gibt die Funktion des angegebenen Wandtyps zurück. Weitere Informationen zu Wandfunktionen finden Sie in diesem [Artikel](https://help.autodesk.com/view/RVT/2025/DEU/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +Im folgenden Beispiel werden alle Wandtypen zusammen mit den Funktionen aus dem aktuellen Revit-Dokument gesammelt. +___ +## Beispieldatei + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..de0127712 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Im Detail +`WallType.GetThermalProperties` gibt die thermischen Eigenschaften des angegebenen Wandtyps zurück. Weitere Informationen zu den thermischen Eigenschaften von Wänden finden Sie in diesem [Artikel](https://help.autodesk.com/view/RVT/2024/DEU/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +Im folgenden Beispiel wird der Wandtyp "Exterior - CMU on Mtl. Stud" aus dem aktuellen Revit-Dokument ausgewählt. Die thermischen Eigenschaften werden mit `WallType.GetThermalProperties` angegeben. +___ +## Beispieldatei + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..a30e8bc45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## Im Detail +`WallType.Name` gibt den Namen des angegebenen Wandtyps als Zeichenfolge zurück. + +Im folgenden Beispiel werden alle Wandtypen zusammen mit den Namen aus dem aktuellen Revit-Dokument gesammelt. +___ +## Beispieldatei + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..a0513518e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## Im Detail +`WallType.Width` gibt die Breite des angegebenen Wandtyps als Zahl zurück. + +Im folgenden Beispiel werden alle Wandtypen zusammen mit den Breiten (in Projekteinheiten) aus dem aktuellen Revit-Dokument gesammelt. +___ +## Beispieldatei + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..95b872cf5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## Im Detail +`OverrideGraphicSettings.ByProperties` erstellt einen Satz von Überschreibungen für Sichtbarkeitsgrafiken zur Verwendung in Ansichten oder Ansichtsvorlagen. + +Im folgenden Beispiel werden alle Vorlagen für Grundrissansichten aus dem aktuellen Revit-Dokument gesammelt. Anschließend wird eine Reihe von Überschreibungen zum Ausblenden der Luftkanal-Mittellinien auf die Ansichten angewendet. +___ +## Beispieldatei + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..58877140e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## Im Detail +`Transaction.End` schließt die aktuelle Dynamo-Transaktion ab und gibt das angegebene Element zurück. In Revit stellen Transaktionen Änderungen dar, die am Revit-Dokument vorgenommen wurden. Wenn eine Änderung vorgenommen wird, ist dies anhand der aktivierten Schaltfläche Rückgängig ersichtlich. Mit `Transaction.End` können Benutzer Schritte zum Dynamo-Diagramm hinzufügen, sodass für jeden Schritt, bei dem `Transaction.End` verwendet wird, eine Rückgängig-Aktion erstellt wird. + +Im folgenden Beispiel wird ein Familienexemplar in das Revit-Dokument eingefügt. `Transaction.End` wird aufgerufen, um die Platzierung abzuschließen, bevor das Familienexemplar mit `FamilyInstance.SetRotation` gedreht wird. + +___ +## Beispieldatei + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..ac8bb1db2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/de-DE/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## Im Detail + +`Toposolid.ByOutlinePointsTypeAndLevel` erstellt anhand der Eingaben ein Geländemodell-Element im aktuellen Revit-Dokument. + +Im folgenden Beispiel wird eine vorhandene Geschossdecke (mit geänderten Punkten) ausgewählt, um sie in ein Geländemodell zu konvertieren. Die Formpunkte, der Umriss und die Ebene der Geschossdecke werden für die Verwendung bei der Erstellung von Geländemodellen extrahiert. Abschließend wird ein Geländemodell erstellt, um die Geschossdecke zu ersetzen, und das Geschossdeckenelement wird gelöscht. + +___ +## Beispieldatei + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..e11c80253 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## In Depth +`Fill Pattern Targets` provides access to the fill pattern target options available in Revit. This includes: +- Drafting +- Model +- None + +In the example below, the "" drafting fill pattern is returned for the current Revit document. +___ +## Example File + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..49e6df3ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## In Depth +`Fill Patterns` allows for the selection of a fill pattern from all available fill patterns in the current Revit document. + +In the example below, the "\\" drafting fill pattern is returned for the current Revit document. +___ +## Example File + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..c6d8009c1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## In Depth +`Select Horizontal Text Alignment` allows for the selection of the following alignment options for text elements: +- Center +- Left +- Right + +In the example below, a new text note is created with the center text alignment option. +___ +## Example File + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..3cd05e843 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## In Depth +`Line Patterns` allows for the selection of a line pattern from all available line patterns in the current Revit document. + +In the example below, the "Center" line pattern element is returned for the current Revit document. +___ +## Example File + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..eda7655a4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## In Depth +`Select Vertical Text Alignment` allows for the selection of the following alignment options for text elements: +- Bottom +- Middle +- Top + +In the example below, a new text note is created with the middle text alignment option. +___ +## Example File + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..6b555fea7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## In Depth +`View Duplicate Options` provides access to all the duplication options available in Revit. + +These include: +- As Dependent +- With Detailing +- As Duplicate + +In the example below, the detail view "North Wall Window Detail" is duplicated with a prefix of "-Revision 1" with detailing. +___ +## Example File + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..279a5ef44 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## In Depth +`Document.FilePath` returns the file path of the given Revit document, if available. If the file is not saved, a blank string is returned. If the given document, is a local file (tied to a central file), the local file path is provided. + +In the example below, the file location is provided for the current Revit document. +___ +## Example File + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..90422feaf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## In Depth +`Document.GetLinkInstances` returns a list of all instances of links placed in the current Revit document. Link instances are used to retrieve elements from linked files. + +In the example below, all of the Revit link instances are returned for the active Revit document. Additionally, the names of the links are returned with `Element.Name`. +___ +## Example File + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..f0a527b06 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## In Depth +`Document.IsCloudPath` returns a boolean indicating whether or not the given Revit document is hosted on a cloud location. A null value is returned for a non-workshared file. + +In the example below, all Revit link instances are collected from the current Revit document. The link instances' documents are then checked if they are a cloud path. +___ +## Example File + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..2f96a635d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## In Depth +`Document.Location` returns the latitude and longitude location of the given Revit document. + +In the example below, the project location is provided for the current Revit document. +___ +## Example File + +![Document.Location](./Revit.Application.Document.Location_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..26b0fdee1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## In Depth +`Document.WorksharingPath` returns the worksharing path of the given document. A null value is returned for a non-workshared file. + +In the example below, all Revit link instances are collected from the current Revit document. The link instances' documents are then checked for their worksharing path. +___ +## Example File + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..0497733da --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## In Depth +`CeilingType.ByName` retrieves a ceiling type element from the current Revit document that matches the given name, if available. + +In the example below, the ceiling type, "Generic" is returned from the current Revit document. + +___ +## Example File + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..97df91503 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## In Depth +`CeilingType.GetThermalProperties` returns the thermal properties of the given ceiling type. + +In the example below, the ceiling type, "Generic" is returned and the thermal properties are retrieved with `CeilingType.GetThermalProperties`. + +___ +## Example File + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..c1d464317 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## In Depth +`CeilingType.Name` returns the name of the given ceiling type. + +In the example below, all ceiling types are collected from the current Revit document. The names of the ceiling types are returned with `CeilingType.Name`. + +___ +## Example File + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..cd2ce8a93 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## In Depth +`Coordinates.BasePoint` returns the project base point as a point geometry. The project base point is set in Revit and can differ from project to project. For more on the project base point in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +In the example below, the project base point is returned. + +___ +## Example File + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..bf4920aa4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## In Depth +`Coordinates.ProjectRotation` returns the project rotation in degrees. Project rotation is a user modifiable value and can differ greatly. For more on project rotation in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +In the example below, the project rotation value is returned. + +___ +## Example File + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..c582c02ce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## In Depth +`Coordinates.SurveyPoint` returns the project survey point as a point geometry. The survey point is set in Revit and can differ from project to project. For more on the survey point in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +In the example below, the survey point is returned. + +___ +## Example File + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..24dcc4e24 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`DirectShape.ByGeometry` creates a directshape element in Revit with the given geometry. Optionally, a material and name can be assigned upon creation as well. + +In the example below, a tessellated dome structure is created in the Revit sample model on the rooftop canopy. +___ +## Example File + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..676bb5289 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## In Depth +`Element.GetJoinedElements` returns all element that are joined to the input element. + +In the example below, a floor is selected in the current Revit document. All elements joined to the selected floor are returned. +___ +## Example File + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..186220134 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UnjoinAllGeometry` unjoins all the geometry of elements joined to the given element. + +In the example below, a floor is selected from the current Revit document and all joined geometry is unjoined. +___ +## Example File + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..f84aeb2fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`Element.UnjoinGeometry` unjoins the geometry of the two given elements. + +In the example below, a floor is selected in the current Revit document. The joined elements are collected, then unjoined from the input floor. +___ +## Example File + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..e62fc9994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.CanBeCopied` returns a true/false value indicating whether or not the given element type can be copied. + +In the example below, all wall types are collected from the current Revit document and verified if they are able to be copied. +___ +## Example File + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index bb7e94fd4..efa2eacc9 100644 --- a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## In Depth -`ElementType.CanBeDeleted` determines if the element type can be deleted from the Revit file. +`ElementType.CanBeDeleted` returns a true/false value indicating whether or not the given element type can be deleted. -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". +In the example below, all wall types are collected from the current Revit document and verified if they are able to be deleted. ___ ## Example File diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..1019ef64a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.Duplicate` attempts to duplicate the given element type with the given name. If the name is already taken an error will be presented on the node. + +In the example below, the wall type `Generic - 4"` is retrieved from the current Revit document. The wall type is then duplicated with the name `Typical - 4"`. +___ +## Example File + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..792f92c25 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.FamilyName` returns the name of the owning family of the given element. + +In the example below, all walls are collected from the current Revit document. The wall types are then returned for each wall and the family name is returned. . +___ +## Example File + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..f03070794 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## In Depth +`ElementType.Name` returns the name of the given element type. The element type name is useful for looking up element types with `ElementType.ByName". + +In the example below, all wall types are collected from the current Revit document. The name of the wall types are returned with `ElementType.Name`. +___ +## Example File + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..2856a262e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyInstance.ByCoordinates` places an instance of the given FamilyType at the given coordinates in the current Revit document. + +In the example below, an RPC family is placed at the given coordinates. + +___ +## Example File + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..011c66014 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyInstance.ByFamilyType` returns the instances of a given family type from the current Revit document. + +In the example below, all instances of the selected family type are returned. + +___ +## Example File + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..f9bd8b4de --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## In Depth +`FamilyInstance.Space` returns the space that the given element is located within, if available. If no space is found, a null value is returned. + +In the example below, all air terminal elements are collected from the current Revit document. The space locations are then returned with `FamilyInstance.Space`. +___ +## Example File + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..e72182b45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## In Depth +`FillPatternElement.GetByName` returns a fill pattern element of the given name and target, if available in the current Revit document. + +In the example below, the "\\" fill pattern is returned. +___ +## Example File + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..984070a03 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`FilledRegionType.ByName` returns a filled region type that matches the given name, if available in the current Revit document. If the filled region type cannot be found, a null value is returned. + +In the example below, the filled region type "Solid Gray" is returned. +___ +## Example File + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..9303c95a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FilledRegionType.Name` returns the name of the given filled region type. + +In the example below, all filled region types are collected from the current Revit document and the names are returned. +___ +## Example File + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..b03f72372 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## In Depth +`Floor.Points` obtains the shape editing points for the given floor, if available. + +In the example below, a floor element with shape-edited points is selected. `Floor.Points` is used to return the points. +___ +## Example File + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..38ab98aae --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## In Depth +`Level.ByElevation` creates a level at the given elevation. The name mirrors what happens in the Revit UI, based on previous entries. + +In the example below, a level is created at 3.5 feet, (this depends on project units). +___ +## Example File + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..dcf2392aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## In Depth +`Level.ByElevationAndName` creates a level at the given elevation, with the given name. If the name is already taken, the node will provide an error. + +In the example below, a level named "Raised Subfloor" is created at 3.5 feet, (this depends on project units). +___ +## Example File + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..06f7ee1f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## In Depth +`Level.ByLevelAndOffset` creates a level element offset the given distance, from the given level. The name of the new level mirrors what happens in the Revit UI where a level is named based on previous entries. + +In the example below, a new level is created 10' above the highest level in the current Revit document. +___ +## Example File + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..4d29b3655 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## In Depth +`Level.ByLevelOffsetAndName` creates a level element offset the given distance, from the given level, with the provided name. + +In the example below, a new level called "T.O. Parapet" is created 10' above the highest level in the current Revit document. +___ +## Example File + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..4701bed69 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## In Depth +`Level.Elevation` returns the elevation for the given level in project units. `Level.Elevation` reports the value from ground level. If the project's elevation differs, this can be returned with `Level.ProjectElevation`. + +In the example below, all levels are collected in the current Revit document. The levels' elevation value are returned. Additionally, the levels are sorted by height with "List.SortByKey". +___ +## Example File + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..659bed6c8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Level.Name` returns the name of the given level. `Level.Name` differs from `Element.Name` by obtaining the name from the level by looking up the parameter value. + +In the example below, all levels are collected for the current Revit document and their names are returned. +___ +## Example File + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..50e5e6800 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## In Depth +`Level.ProjectElevation` returns the elevation for the given level in project units. `Level.ProjectElevation` reports the value from project origin. If the elevation from ground level is required, this value can be obtained with `Level.Elevation`. + +In the example below, all levels are collected in the current Revit document. The levels' project elevation value are returned. Additionally, the levels are sorted by height with "List.SortByKey". +___ +## Example File + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..1da8684eb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## In Depth +`LinePatternElement.GetByName` returns a line pattern element of the given name, if available in the current Revit document. + +In the example below, the "Center" line pattern element is returned for the current Revit document. +___ +## Example File + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..ce7785fac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## In Depth +`LinkElement.BoundingBox` returns the bounding box for the given link element. + +In the example below,a toposolid element is returned from an instance of the "Snowdon Towers Sample Site". The bounding box of the toposolid is then returned with `LinkElement.BoundingBox`. + +___ +## Example File + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..ca78bb4c9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## In Depth +`LinkElement.GetGeometry` returns the geometry of the given link elements at the optional detail level. + +In the example below, the geometry for all wall elements in the "Snowdon Towers Sample Site` link is returned. + +___ +## Example File + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..f9f9a81ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## In Depth +`LinkElement.GetLocation` returns geometry representing the location of the given link element (if available). + +In the example below, the location of all the walls in the "Snowdon Towers Sample Site` is returned as curves. +___ +## Example File + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..e858f35a4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.AllElementsOfCategory` returns all elements of the given category from the given link instance. + +In the example below, all toposolid elements are returned from the "Snowdon Towers Sample Site" link instance. +___ +## Example File + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..2b23d790a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.AllElementsOfCategoryInView` returns all elements of the given category in the given view from the current Revit document. + +In the example below, the all toposolids in the "Snowdon Towers Sample Site` that are visible in floor plan "L1" are returned. +___ +## Example File + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..1793162d6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.AllElementsOfClass` collects all elements of the given class from the given Revit link instance. + +In the example below, all toposolid elements are returned from an instance of the "Snowdon Towers Sample Site". +___ +## Example File + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..a0fd026cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.ByName` retrieves a link instance whose name parameter matches the given name. Note: The link instance name is a bit different than the name of the `RevitLinkType`, refer to sample below for more information. + +In the example below, an instance of the "Snowdon Towers Sample Site" is selected by name. +___ +## Example File + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..c5a24e74f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.Document` returns the document for the given link instance. This document can be used to collect elements from the link and query the document for other information. + +In the example below, the "Snowdown Towers Sample Site" link instance is returned in the architectural sample model. The link instance's document is then returned. +___ +## Example File + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..77ca37266 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.ElementById` retrieves an element by the given id from the given link instance. + +In the example below, the project information element is returned from an instance of the "Snowdon Towers Sample Site". +___ +## Example File + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..6fb1b83f8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## In Depth +`Material.AppearanceParameters` returns all appearance parameters for the given material. + +In the example below, the appearance parameters are returned for the material, Aluminum. +___ +## Example File + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..e1f243527 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Material.MaterialCategory` returns the category that the given material is classified as. + +In the example below, the "Aluminum" material is collected from the current Revit document. The category, "Metal" is reported with `Material.MaterialCategory`. +___ +## Example File + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..a7ee6a20b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## In Depth +`Material.StructuralParameters` returns all structural parameters for the given material. + +In the example below, the structural parameters are returned for the material, Aluminum. +___ +## Example File + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..3e80f9dc5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## In Depth +`Material.ThermalParameters` returns all thermal parameters for the given material. + +In the example below, the thermal parameters are returned for the material, Aluminum. +___ +## Example File + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..0337ed569 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## In Depth +`PathOfTravel.ByFloorPlanPoints` creates path of travel elements in the current Revit document and given floor plan view between the given start and end points. Note: a null value will be returned if a path of travel element cannot be constructed. + +In the example below, all rooms are collected from plan view "L1". Paths of travel are then constructed between the rooms and a selected exterior door. +___ +## Example File + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..a4cedfc00 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## In Depth +`ReferencePoint.ByCoordinates` creates a reference point element in the active Revit family document at the given coordinates. Note: the family document must be an adaptive component or a mass family. + +In the example below a new reference point is created at coordinates 0,0,1. +___ +## Example File + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..b96852e07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## In Depth +`ReferencePoint.ByParametersOnFaceReference` creates a reference point element in the active Revit family document at the given parameters on the selected surface. + +Note: The family document must be an adaptive component or a mass family. + +In the example below, a reference point is created at the center of a selected surface in the family document. + +___ +## Example File + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..6c034d256 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## In Depth +`ReferencePoint.ByPoint` creates a reference point element in the active Revit family document at the given point location. Note: the family document must be an adaptive component or a mass family. This node differs from "ReferencePoint.ByCoordinates" as it uses a Dynamo point for the location. This is useful because the end user can use direct manipulation to edit the Dynamo point, resulting in the reference point updating as well. For more on direct manipulation, visit this [link](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +In the example below a new reference point is created at coordinates 0,0,1. +___ +## Example File + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..05c499d6e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## In Depth +`ReferencePoint.Point` returns the point geometry of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The point geometry of the reference point is then returned with `ReferencePoint.Point`. Additionally, the two object types are provided for review. + +___ +## Example File + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..833e789c9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## In Depth +`ReferencePoint.X` returns the X coordinate of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The X coordinate of the reference point is then returned with `ReferencePoint.X`. + +___ +## Example File + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..172595d70 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## In Depth +`ReferencePoint.XYPlane` returns the plane in the X,Y direction of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The plane in the X,Y direction is then returned with `ReferencePoint.XYPlane`. + + +___ +## Example File + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..e56718beb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## In Depth +`ReferencePoint.XZPlane` returns the plane in the X,Z direction of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The plane in the X,Z direction is then returned with `ReferencePoint.XZPlane`. + + +___ +## Example File + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..133e3231d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## In Depth +`ReferencePoint.Y` returns the Y coordinate of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The Y coordinate of the reference point is then returned with `ReferencePoint.Y`. + +___ +## Example File + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..81146d9b9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## In Depth +`ReferencePoint.YZPlane` returns the plane in the Y,Z direction of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The plane in the Y,Z direction is then returned with `ReferencePoint.YZPlane`. + + +___ +## Example File + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..a8640b6cf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## In Depth +`ReferencePoint.Z` returns the Z coordinate of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The Z coordinate of the reference point is then returned with `ReferencePoint.Z`. + +___ +## Example File + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..ffe683593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`RoofType.ByName` retrieves a roof type element from the current Revit document that matches the given name, if available. + +In the example below, the roof type, "Generic - 9"" is returned from the current Revit document. +___ +## Example File + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..6f0a4ef12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## In Depth +`RoofType.GetThermalProperties` returns the thermal properties of the given roof type. + +In the example below, the roof type, "Generic - 9"" is returned and the thermal properties are retrieved with `RoofType.GetThermalProperties`. +___ +## Example File + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..0aec62dbc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## In Depth +`RoofType.Name` returns the name of the given roof type. + +In the example below, all roof types are collected from the current Revit document. The names of the roof types are returned with `RoofType.Name`. +___ +## Example File + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..9fe088eed --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## In Depth +`Room.IsInsideRoom` returns a boolean value indicating whether or not the given point is found in the given room. + +In the example below, all furniture in the current Revit document is collected, along with all of the rooms. The furniture's location points are then passed into `Room.IsInsideRoom` to check which room the given points occur in (if available). Finally, the furniture is filtered for elements with room locations, and these values are combined into lists. +___ +## Example File + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..40042ef37 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## In Depth +`Space.Area` returns the area of the given space. If a space is unplaced in Revit, a value of 0 is returned. + +In the example below, the area of all spaces in the current Revit document are returned. +___ +## Example File + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..cf81b3f3f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## In Depth +`Space.CenterBoundary` returns a nested list representing the given space's centerline boundary. In the returned list, the first sublist represents the outermost curves, while subsequent lists represent loops within the space. The center boundaries are located on the centerline of the wall across all layers within the Revit space. For more information on wall location lines, see this help [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +If an unbounded or unplaced space is given, a null value is returned. + +In the example below, all spaces are collected from the current document and selected view. The center boundaries are then returned. +___ +## Example File + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..97edd87ac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## In Depth +`Space.CoreBoundary` returns a nested list representing the given space's core boundary. In the returned list, the first sublist represents the outermost curves, while subsequent lists represent loops within the space. The Core boundaries are located at the interior or exterior layer of the core that is closest to the room. For more information on wall location lines, see this help [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +If an unbounded or unplaced space is given, a null value is returned. + +In the example below, all spaces are collected from the current document and selected view. The core boundaries are then returned. + +___ +## Example File + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..dd2b089cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## In Depth +`Space.CoreCenterBoundary` returns a nested list representing the given space's core center boundary. In the returned list, the first sublist represents the outermost curves, while subsequent lists represent loops within the space. Core center boundaries are located at the center of the walls that are defined as core. For more information on wall location lines, see this help [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +If an unbounded or unplaced space is given, a null value is returned. + +In the example below, all spaces are collected from the current document and selected view. The core center boundaries are then returned. + +___ +## Example File + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..aaac0f3b0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## In Depth +`Space.FinishBoundary` returns a nested list representing the given space's finish boundary. In the returned list, the first sublist represents the outermost curves, while subsequent lists represent loops within the space. The space boundary returned by this node is located at the finish face inside the Revit space. For more information on wall location lines, see this help [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +If an unbounded or unplaced space is given, a null value is returned. + +In the example below, all spaces are collected from the current document and selected view. The finish boundaries are then returned. + +___ +## Example File + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..62dabe7f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## In Depth +`Space.Height` returns the height of the given space. If a space is unplaced in Revit, a value of 0 is returned. + +In the example below, the height of all spaces in the current Revit document are returned. +___ +## Example File + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..df317182e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## In Depth +`Space.IsPointInsideSpace` checks if a given point is inside of a given space. This can be useful when assigning mark values to elements within Revit. + +In the example below, all air terminals in the given view in the current Revit document are collected. Their point locations are then compared to the spaces in the given view with `Space.IsPointInsideSpace`. Using list management, sublists are developed for filtering out air terminals that occur within spaces. For more information on using List@Level, please visit this [article](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level). +___ +## Example File + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..d81d01158 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## In Depth +`Space.Location` returns a Dynamo point that represents a given space's location. + +If an unbounded or unplaced space is given, a null value is returned. + +In the example below, all spaces are collected from the current document and selected view. The spaces' locations are then returned. Additionally, the space names are previewed in the Dynamo viewport with the `Label.ByPointAndString` node. + +___ +## Example File + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..828df0d5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## In Depth +`Space.Name` returns the name for the given space element. + +In the example below, all spaces are collected from the current document from the selected view. The spaces' names are then returned. +___ +## Example File + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..daf499b60 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## In Depth +`Space.Number` returns the number for the given space element as a string. + +In the example below, all spaces are collected from the current document from the selected view. The spaces' numbers are then returned. +___ +## Example File + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..e502306fc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## In Depth +`Space.SetName` modifies the name of the given space element. + +In the example below, all spaces are collected from the current document from the selected view. The spaces' names are then modified with a prefix of "(E)" to indicate existing conditions. + +___ +## Example File + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..031ef21b8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## In Depth +`Space.SetNumber` modifies the number of the given space element. + +In the example below, all spaces are collected from the current document from the selected view. The spaces' numbers are then modified with a suffix of "e" to indicate existing conditions. This type of workflow is useful when working through space renumbering in Revit. +___ +## Example File + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..7e1f76e75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## In Depth +`Space.Volume` returns the volume of the given space. If a space is unplaced in Revit, a value of 0 is returned. + +In the example below, the volume of all spaces in the current Revit document are returned. +___ +## Example File + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..c8a65445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Tag.ByElement` places a tag for the given element, with the given criteria. + +In the example below, all walls are collected from the given view. The walls are then tagged with the default wall tag type and alignment/leader criteria. +___ +## Example File + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index eda6d5f79..b763b715f 100644 --- a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## In Depth -`Tag.GetLeaderEndCondition` returns the given tags leader end condition. - -Possible end conditions include: -- Attached -- Free - -In the example below, all keynote tags are collected from the "North Wall Window Detail" detail view. The tags' leader end conditions are then returned. +`Tag.GetLeaderEndCondition` returns the given tag element's leader end condition. +In the example below, all walls are collected from the given view. The walls are then tagged with the default wall tag type and alignment/leader criteria. The end conditions are then returned with `Tag.GetLeaderEndCondition`. ___ ## Example File diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..ac7cedb00 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## In Depth +`Tag.SetLeaderEndCondition` sets the given tag element's leader end to either attached or free. + +In the example below, all walls are collected from the given view. The walls are then tagged with the default wall tag type and alignment/leader criteria. The end condition is then set with `Tag.SetLeaderEndCondition`. +___ +## Example File + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..6ac6300cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## In Depth +`TextNote.SetHorizontalAlignment` sets the horizontal alignment of the given text note. + +Note: This node has a return type of void, which means the node commits an action on an element and returns null. + +In the example below, a sheet of details is selected. All text notes in the detail views are then collected and their horizontal alignment is set to center. +___ +## Example File + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..4d0f03cd3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## In Depth +`TextNote.SetKeepRotatedTextReadable` sets the keep readable instance parameter of the given text note to the given boolean value. + +Note: This node has a return type of void, which means the node commits an action on an element and returns null. + +In the example below, a sheet of details is selected. All text notes in the detail views are then collected and their "Keep Readable" parameter is set to true. +___ +## Example File + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNoteType.Default.md index 3f1419aa8..ef9a981f1 100644 --- a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## In Depth -`TextNoteType.Default` provides access to the default text note type in the current Revit document. This text note type is the same as the one used when creating text in the Revit UI. - -In the example below, a new drafting view is created and a new text note is created at the origin in the current Revit document. +`TextNoteType.Default` returns the default text note type in the current Revit document. This matches the default text type that is used when a new text note is created in the Revit UI by the user. +In the example below, the default text note type, "1/4" Trebuchet MS" is returned for the Snowdon Towers Sample model. ___ ## Example File diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..19a4d0fc4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## In Depth +`Toposolid.ByOutlinePointsTypeAndLevel` creates a Toposolid element in the current Revit document, given the inputs. + +In the example below, an existing floor (with modified points) is selected to be converted into a Toposolid. The floor's shape points, outline and level are extracted for use in Toposolid creation. Finally, a Toposolid is created to replace the floor and the floor element is deleted. +___ +## Example File + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..62bc317ae --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## In Depth +`Toposolid.Points` returns the shape edited points of the given toposolid, if available. + +In the example below, all points are returned from the first toposolid found on the selected Revit link. +___ +## Example File + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..7631a2036 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## In Depth +`CeilingPlanView.ByLevel` creates a new ceiling plan view from the given level. + +In the example below, a new ceiling plan view is created for "L1 - Block 35". +___ +## Example File + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..90f96c483 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## In Depth +`FloorPlanView.ByLevel` creates a new floor plan view from the given level. + +In the example below, a new floor plan view is created for "L1 - Block 35". +___ +## Example File + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..73a0a0f13 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## In Depth +`View.CanViewBeDuplicated` provides a true or false value indicating whether the given view can be duplicated with the given options. + +In the example below, all drafting views are collected from the current Revit document. The drafting views are then checked for their ability to be duplicated with the "With Detailing" option. +___ +## Example File + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..f0622b4b2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## In Depth +`View.DuplicateView` attempts to duplicated the given view with the given duplication option. If the view cannot be duplicated, a null value is returned. + +In the example below, all drafting views are collected from the current Revit document. The drafting views are then duplicated "with detailing" with a prefix of (N). +___ +## Example File + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..bb5d28d12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## In Depth +`View.ExportAsImage` exports the given view to the given path as an image. + +In the example below, the default 3d view from the current document is selected for export. The path is composed by extracting the "Pictures" folder from the current user's machine, combined with the view name. + +___ +## Example File + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..44f746745 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## In Depth +`View.HideCategoriesTemporary` enables temporary hide/isolate for the given view. The provided categories will be hidden until the temporary hide/isolate is reset. + +In the example below, the Doors and Furniture categories are hidden for the "L1" plan view. +___ +## Example File + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..4def33fb8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## In Depth +`View.HideElementsTemporary` enables the temporary hide/isolate view mode for the given view. The given elements are hidden until the temporary hide/isolate view mode is reset. + +In the example below, all walls for view "L1" are collected and split into two list, fire rated and non-rated. The non-rated walls are temporarily hidden with `View.HideElementsTemporary`. +___ +## Example File + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..843fca6d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsolateCategoriesTemporary` enables temporary hide/isolate for the given view. The provided categories will be isolated until the temporary hide/isolate is reset. + +In the example below, the Doors and Furniture categories are isolated for the "L1" plan view. +___ +## Example File + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..374b41b49 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## In Depth +`View.IsolateElementsTemporary` enables the temporary hide/isolate view mode for the given view. The given elements are isolated until the temporary hide/isolate view mode is reset. + +In the example below, all walls for view "L1" are collected and split into two list, fire rated and non-rated. The non-rated walls are temporarily isolated with `View.HideElementsTemporary`. +___ +## Example File + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..73b96d85f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## In Depth +`View.SetCategoryOverrides` modifies the visibility graphics for the given category for the given view. + +In the example below, all floor plan view templates are collected from the current Revit document. A set of overrides to hide duct center lines are then applied to the views. +___ +## Example File + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..d16fbba53 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.SetCropBoxActive` toggles the given view's cropbox to either be active or inactive, depending on the boolean input. + +In the example below, all views are collected for the given sheet and their crop boxes set to active. +___ +## Example File + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..40e7b50b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## In Depth +`View.SetCropBoxVisible` toggles the given view's cropbox visibility based on the input boolean. + +In the example below, the cropboxes are set to hidden for all views on all sheets in the current Revit document. +___ +## Example File + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..38cfd42e5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## In Depth +`View.SetScale` sets the given view to the given scale factor. For more information about changing a view's scale factor, visit this [article](https://help.autodesk.com/view/RVTLT/2024/ENU/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +In the example below, all drafting views are collected from the current Revit document. The scale of the views is then set to 1/4" = 1'-0" (scale factor of 48) with `View.SetScale`. +___ +## Example File + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..b3a47305b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## In Depth +`Wall.ByCurveAndHeight` creates a wall of the given type at the given line location, hosted to the given level. + +In the example below, a "Exterior - CMU on Mtl. Stud" wall instance is created at level R3 at a height of 10' and a length of 10'. +___ +## Example File + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..09e57754f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## In Depth +`Wall.ByFace` creates a wall on the given mass face. The wall's location line and type must also be provided. + +In the example below, a face wall is created on the selected existing surface in the current Revit document. +___ +## Example File + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..97994ccd1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.ByName` selects a wall type with the given name, (if available). If no wall type is found by the given name, a null value is returned. + +In the example below, the "Exterior - CMU on Mtl. Stud" wall type is selected from the current Revit document. +___ +## Example File + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..11198954d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Function` returns the function of the given wall type. For more information on wall functions, visit this [article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +In the example below, all wall types are collected from the current Revit document, along with the functions. +___ +## Example File + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..00290a44d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.GetThermalProperties` returns the thermal properties of the given wall type. For more information on wall thermal properties, visit this [article](https://help.autodesk.com/view/RVT/2024/ENU/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +In the example below, the "Exterior - CMU on Mtl. Stud" wall type is selected from the current Revit document. The thermal properties are reported with `WallType.GetThermalProperties`. +___ +## Example File + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..22a930f84 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Name` returns the name of the given wall type as a string. + +In the example below, all wall types are collected from the current Revit document, along with the names. +___ +## Example File + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..dff7769d7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## In Depth +`WallType.Width` returns the width of the given wall type as a number. + +In the example below, all wall types are collected from the current Revit document, along with the widths (in project units). +___ +## Example File + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..4b1b46f32 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## In Depth +`OverrideGraphicSettings.ByProperties` creates a set of visibility graphic overrides for use within views or view templates. + +In the example below, all floor plan view templates are collected from the current Revit document. A set of overrides to hide duct center lines are then applied to the views. +___ +## Example File + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..8d473b8f4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## In Depth +`Transaction.End` completes the current Dynamo transaction and returns the specified element. In Revit, transactions represent changes made to the Revit document. When a change occurs, it can be seen by the enabled undo button. Using `Transaction.End`, users can add steps to the Dynamo graph, creating an undo action for each step where `Transaction.End` is used. + +In the example below, a family instance is placed in the Revit document. `Transaction.End` is called to complete the placement before rotating the family instance with `FamilyInstance.SetRotation`. + +___ +## Example File + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..e65cbba03 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-GB/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## In Depth + +`Toposolid.ByOutlinePointsTypeAndLevel` creates a Toposolid element in the current Revit document, given the inputs. + +In the example below, an existing floor (with modified points) is selected to be converted into a Toposolid. The floor's shape points, outline and level are extracted for use in Toposolid creation. Finally, a Toposolid is created to replace the floor and the floor element is deleted. + +___ +## Example File + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..e11c80253 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## In Depth +`Fill Pattern Targets` provides access to the fill pattern target options available in Revit. This includes: +- Drafting +- Model +- None + +In the example below, the "" drafting fill pattern is returned for the current Revit document. +___ +## Example File + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..49e6df3ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## In Depth +`Fill Patterns` allows for the selection of a fill pattern from all available fill patterns in the current Revit document. + +In the example below, the "\\" drafting fill pattern is returned for the current Revit document. +___ +## Example File + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..c6d8009c1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## In Depth +`Select Horizontal Text Alignment` allows for the selection of the following alignment options for text elements: +- Center +- Left +- Right + +In the example below, a new text note is created with the center text alignment option. +___ +## Example File + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..3cd05e843 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## In Depth +`Line Patterns` allows for the selection of a line pattern from all available line patterns in the current Revit document. + +In the example below, the "Center" line pattern element is returned for the current Revit document. +___ +## Example File + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..eda7655a4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## In Depth +`Select Vertical Text Alignment` allows for the selection of the following alignment options for text elements: +- Bottom +- Middle +- Top + +In the example below, a new text note is created with the middle text alignment option. +___ +## Example File + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..f0a527b06 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## In Depth +`Document.IsCloudPath` returns a boolean indicating whether or not the given Revit document is hosted on a cloud location. A null value is returned for a non-workshared file. + +In the example below, all Revit link instances are collected from the current Revit document. The link instances' documents are then checked if they are a cloud path. +___ +## Example File + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..26b0fdee1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## In Depth +`Document.WorksharingPath` returns the worksharing path of the given document. A null value is returned for a non-workshared file. + +In the example below, all Revit link instances are collected from the current Revit document. The link instances' documents are then checked for their worksharing path. +___ +## Example File + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..0497733da --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## In Depth +`CeilingType.ByName` retrieves a ceiling type element from the current Revit document that matches the given name, if available. + +In the example below, the ceiling type, "Generic" is returned from the current Revit document. + +___ +## Example File + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..97df91503 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## In Depth +`CeilingType.GetThermalProperties` returns the thermal properties of the given ceiling type. + +In the example below, the ceiling type, "Generic" is returned and the thermal properties are retrieved with `CeilingType.GetThermalProperties`. + +___ +## Example File + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..c1d464317 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## In Depth +`CeilingType.Name` returns the name of the given ceiling type. + +In the example below, all ceiling types are collected from the current Revit document. The names of the ceiling types are returned with `CeilingType.Name`. + +___ +## Example File + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..cd2ce8a93 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## In Depth +`Coordinates.BasePoint` returns the project base point as a point geometry. The project base point is set in Revit and can differ from project to project. For more on the project base point in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +In the example below, the project base point is returned. + +___ +## Example File + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..bf4920aa4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## In Depth +`Coordinates.ProjectRotation` returns the project rotation in degrees. Project rotation is a user modifiable value and can differ greatly. For more on project rotation in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +In the example below, the project rotation value is returned. + +___ +## Example File + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..c582c02ce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## In Depth +`Coordinates.SurveyPoint` returns the project survey point as a point geometry. The survey point is set in Revit and can differ from project to project. For more on the survey point in Revit, visit this [help article](https://help.autodesk.com/view/RVT/2025/ENU/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +In the example below, the survey point is returned. + +___ +## Example File + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..24dcc4e24 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## In Depth +`DirectShape.ByGeometry` creates a directshape element in Revit with the given geometry. Optionally, a material and name can be assigned upon creation as well. + +In the example below, a tessellated dome structure is created in the Revit sample model on the rooftop canopy. +___ +## Example File + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..2856a262e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyInstance.ByCoordinates` places an instance of the given FamilyType at the given coordinates in the current Revit document. + +In the example below, an RPC family is placed at the given coordinates. + +___ +## Example File + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..011c66014 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## In Depth +`FamilyInstance.ByFamilyType` returns the instances of a given family type from the current Revit document. + +In the example below, all instances of the selected family type are returned. + +___ +## Example File + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..e72182b45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## In Depth +`FillPatternElement.GetByName` returns a fill pattern element of the given name and target, if available in the current Revit document. + +In the example below, the "\\" fill pattern is returned. +___ +## Example File + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..984070a03 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`FilledRegionType.ByName` returns a filled region type that matches the given name, if available in the current Revit document. If the filled region type cannot be found, a null value is returned. + +In the example below, the filled region type "Solid Gray" is returned. +___ +## Example File + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..9303c95a3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## In Depth +`FilledRegionType.Name` returns the name of the given filled region type. + +In the example below, all filled region types are collected from the current Revit document and the names are returned. +___ +## Example File + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..b03f72372 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## In Depth +`Floor.Points` obtains the shape editing points for the given floor, if available. + +In the example below, a floor element with shape-edited points is selected. `Floor.Points` is used to return the points. +___ +## Example File + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..1da8684eb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## In Depth +`LinePatternElement.GetByName` returns a line pattern element of the given name, if available in the current Revit document. + +In the example below, the "Center" line pattern element is returned for the current Revit document. +___ +## Example File + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..ce7785fac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## In Depth +`LinkElement.BoundingBox` returns the bounding box for the given link element. + +In the example below,a toposolid element is returned from an instance of the "Snowdon Towers Sample Site". The bounding box of the toposolid is then returned with `LinkElement.BoundingBox`. + +___ +## Example File + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..1793162d6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.AllElementsOfClass` collects all elements of the given class from the given Revit link instance. + +In the example below, all toposolid elements are returned from an instance of the "Snowdon Towers Sample Site". +___ +## Example File + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..a0fd026cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.ByName` retrieves a link instance whose name parameter matches the given name. Note: The link instance name is a bit different than the name of the `RevitLinkType`, refer to sample below for more information. + +In the example below, an instance of the "Snowdon Towers Sample Site" is selected by name. +___ +## Example File + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..77ca37266 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## In Depth +`LinkInstance.ElementById` retrieves an element by the given id from the given link instance. + +In the example below, the project information element is returned from an instance of the "Snowdon Towers Sample Site". +___ +## Example File + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..6fb1b83f8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## In Depth +`Material.AppearanceParameters` returns all appearance parameters for the given material. + +In the example below, the appearance parameters are returned for the material, Aluminum. +___ +## Example File + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..e1f243527 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## In Depth +`Material.MaterialCategory` returns the category that the given material is classified as. + +In the example below, the "Aluminum" material is collected from the current Revit document. The category, "Metal" is reported with `Material.MaterialCategory`. +___ +## Example File + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..a7ee6a20b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## In Depth +`Material.StructuralParameters` returns all structural parameters for the given material. + +In the example below, the structural parameters are returned for the material, Aluminum. +___ +## Example File + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..3e80f9dc5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## In Depth +`Material.ThermalParameters` returns all thermal parameters for the given material. + +In the example below, the thermal parameters are returned for the material, Aluminum. +___ +## Example File + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..0337ed569 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## In Depth +`PathOfTravel.ByFloorPlanPoints` creates path of travel elements in the current Revit document and given floor plan view between the given start and end points. Note: a null value will be returned if a path of travel element cannot be constructed. + +In the example below, all rooms are collected from plan view "L1". Paths of travel are then constructed between the rooms and a selected exterior door. +___ +## Example File + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..a4cedfc00 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## In Depth +`ReferencePoint.ByCoordinates` creates a reference point element in the active Revit family document at the given coordinates. Note: the family document must be an adaptive component or a mass family. + +In the example below a new reference point is created at coordinates 0,0,1. +___ +## Example File + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..b96852e07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## In Depth +`ReferencePoint.ByParametersOnFaceReference` creates a reference point element in the active Revit family document at the given parameters on the selected surface. + +Note: The family document must be an adaptive component or a mass family. + +In the example below, a reference point is created at the center of a selected surface in the family document. + +___ +## Example File + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..6c034d256 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## In Depth +`ReferencePoint.ByPoint` creates a reference point element in the active Revit family document at the given point location. Note: the family document must be an adaptive component or a mass family. This node differs from "ReferencePoint.ByCoordinates" as it uses a Dynamo point for the location. This is useful because the end user can use direct manipulation to edit the Dynamo point, resulting in the reference point updating as well. For more on direct manipulation, visit this [link](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +In the example below a new reference point is created at coordinates 0,0,1. +___ +## Example File + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..05c499d6e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## In Depth +`ReferencePoint.Point` returns the point geometry of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The point geometry of the reference point is then returned with `ReferencePoint.Point`. Additionally, the two object types are provided for review. + +___ +## Example File + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..833e789c9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## In Depth +`ReferencePoint.X` returns the X coordinate of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The X coordinate of the reference point is then returned with `ReferencePoint.X`. + +___ +## Example File + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..172595d70 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## In Depth +`ReferencePoint.XYPlane` returns the plane in the X,Y direction of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The plane in the X,Y direction is then returned with `ReferencePoint.XYPlane`. + + +___ +## Example File + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..e56718beb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## In Depth +`ReferencePoint.XZPlane` returns the plane in the X,Z direction of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The plane in the X,Z direction is then returned with `ReferencePoint.XZPlane`. + + +___ +## Example File + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..133e3231d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## In Depth +`ReferencePoint.Y` returns the Y coordinate of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The Y coordinate of the reference point is then returned with `ReferencePoint.Y`. + +___ +## Example File + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..81146d9b9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## In Depth +`ReferencePoint.YZPlane` returns the plane in the Y,Z direction of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The plane in the Y,Z direction is then returned with `ReferencePoint.YZPlane`. + + +___ +## Example File + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..a8640b6cf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## In Depth +`ReferencePoint.Z` returns the Z coordinate of the given reference point. + +In the example below, a reference point is created at the center of a selected surface in the family document. The Z coordinate of the reference point is then returned with `ReferencePoint.Z`. + +___ +## Example File + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..ffe683593 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## In Depth +`RoofType.ByName` retrieves a roof type element from the current Revit document that matches the given name, if available. + +In the example below, the roof type, "Generic - 9"" is returned from the current Revit document. +___ +## Example File + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..6f0a4ef12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## In Depth +`RoofType.GetThermalProperties` returns the thermal properties of the given roof type. + +In the example below, the roof type, "Generic - 9"" is returned and the thermal properties are retrieved with `RoofType.GetThermalProperties`. +___ +## Example File + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..0aec62dbc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## In Depth +`RoofType.Name` returns the name of the given roof type. + +In the example below, all roof types are collected from the current Revit document. The names of the roof types are returned with `RoofType.Name`. +___ +## Example File + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..9fe088eed --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## In Depth +`Room.IsInsideRoom` returns a boolean value indicating whether or not the given point is found in the given room. + +In the example below, all furniture in the current Revit document is collected, along with all of the rooms. The furniture's location points are then passed into `Room.IsInsideRoom` to check which room the given points occur in (if available). Finally, the furniture is filtered for elements with room locations, and these values are combined into lists. +___ +## Example File + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..c8a65445b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## In Depth +`Tag.ByElement` places a tag for the given element, with the given criteria. + +In the example below, all walls are collected from the given view. The walls are then tagged with the default wall tag type and alignment/leader criteria. +___ +## Example File + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index eda6d5f79..b763b715f 100644 --- a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## In Depth -`Tag.GetLeaderEndCondition` returns the given tags leader end condition. - -Possible end conditions include: -- Attached -- Free - -In the example below, all keynote tags are collected from the "North Wall Window Detail" detail view. The tags' leader end conditions are then returned. +`Tag.GetLeaderEndCondition` returns the given tag element's leader end condition. +In the example below, all walls are collected from the given view. The walls are then tagged with the default wall tag type and alignment/leader criteria. The end conditions are then returned with `Tag.GetLeaderEndCondition`. ___ ## Example File diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..ac7cedb00 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## In Depth +`Tag.SetLeaderEndCondition` sets the given tag element's leader end to either attached or free. + +In the example below, all walls are collected from the given view. The walls are then tagged with the default wall tag type and alignment/leader criteria. The end condition is then set with `Tag.SetLeaderEndCondition`. +___ +## Example File + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..6ac6300cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## In Depth +`TextNote.SetHorizontalAlignment` sets the horizontal alignment of the given text note. + +Note: This node has a return type of void, which means the node commits an action on an element and returns null. + +In the example below, a sheet of details is selected. All text notes in the detail views are then collected and their horizontal alignment is set to center. +___ +## Example File + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..4d0f03cd3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## In Depth +`TextNote.SetKeepRotatedTextReadable` sets the keep readable instance parameter of the given text note to the given boolean value. + +Note: This node has a return type of void, which means the node commits an action on an element and returns null. + +In the example below, a sheet of details is selected. All text notes in the detail views are then collected and their "Keep Readable" parameter is set to true. +___ +## Example File + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNoteType.Default.md index 3f1419aa8..ef9a981f1 100644 --- a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## In Depth -`TextNoteType.Default` provides access to the default text note type in the current Revit document. This text note type is the same as the one used when creating text in the Revit UI. - -In the example below, a new drafting view is created and a new text note is created at the origin in the current Revit document. +`TextNoteType.Default` returns the default text note type in the current Revit document. This matches the default text type that is used when a new text note is created in the Revit UI by the user. +In the example below, the default text note type, "1/4" Trebuchet MS" is returned for the Snowdon Towers Sample model. ___ ## Example File diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..19a4d0fc4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## In Depth +`Toposolid.ByOutlinePointsTypeAndLevel` creates a Toposolid element in the current Revit document, given the inputs. + +In the example below, an existing floor (with modified points) is selected to be converted into a Toposolid. The floor's shape points, outline and level are extracted for use in Toposolid creation. Finally, a Toposolid is created to replace the floor and the floor element is deleted. +___ +## Example File + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..62bc317ae --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## In Depth +`Toposolid.Points` returns the shape edited points of the given toposolid, if available. + +In the example below, all points are returned from the first toposolid found on the selected Revit link. +___ +## Example File + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..7631a2036 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## In Depth +`CeilingPlanView.ByLevel` creates a new ceiling plan view from the given level. + +In the example below, a new ceiling plan view is created for "L1 - Block 35". +___ +## Example File + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..90f96c483 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## In Depth +`FloorPlanView.ByLevel` creates a new floor plan view from the given level. + +In the example below, a new floor plan view is created for "L1 - Block 35". +___ +## Example File + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..73b96d85f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## In Depth +`View.SetCategoryOverrides` modifies the visibility graphics for the given category for the given view. + +In the example below, all floor plan view templates are collected from the current Revit document. A set of overrides to hide duct center lines are then applied to the views. +___ +## Example File + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..d16fbba53 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## In Depth +`View.SetCropBoxActive` toggles the given view's cropbox to either be active or inactive, depending on the boolean input. + +In the example below, all views are collected for the given sheet and their crop boxes set to active. +___ +## Example File + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..09e57754f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## In Depth +`Wall.ByFace` creates a wall on the given mass face. The wall's location line and type must also be provided. + +In the example below, a face wall is created on the selected existing surface in the current Revit document. +___ +## Example File + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..4b1b46f32 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## In Depth +`OverrideGraphicSettings.ByProperties` creates a set of visibility graphic overrides for use within views or view templates. + +In the example below, all floor plan view templates are collected from the current Revit document. A set of overrides to hide duct center lines are then applied to the views. +___ +## Example File + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..8d473b8f4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## In Depth +`Transaction.End` completes the current Dynamo transaction and returns the specified element. In Revit, transactions represent changes made to the Revit document. When a change occurs, it can be seen by the enabled undo button. Using `Transaction.End`, users can add steps to the Dynamo graph, creating an undo action for each step where `Transaction.End` is used. + +In the example below, a family instance is placed in the Revit document. `Transaction.End` is called to complete the placement before rotating the family instance with `FamilyInstance.SetRotation`. + +___ +## Example File + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..e65cbba03 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/en-US/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## In Depth + +`Toposolid.ByOutlinePointsTypeAndLevel` creates a Toposolid element in the current Revit document, given the inputs. + +In the example below, an existing floor (with modified points) is selected to be converted into a Toposolid. The floor's shape points, outline and level are extracted for use in Toposolid creation. Finally, a Toposolid is created to replace the floor and the floor element is deleted. + +___ +## Example File + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) \ No newline at end of file diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..3c3458221 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## En detalle +"Objetivos de patrón de relleno" proporciona acceso a las opciones de objetivo de patrón de relleno disponibles en Revit, que son las siguientes: +- Dibujo +- Modelo +- Ninguno + +En el siguiente ejemplo, se devuelve el patrón de relleno de diseño "" para el documento de Revit actual. +___ +## Archivo de ejemplo + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..94371180f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## En detalle +"Patrones de relleno" permite seleccionar un patrón de relleno entre todos los patrones de relleno disponibles en el documento de Revit actual. + +En el siguiente ejemplo, se devuelve el patrón de relleno de diseño "\\" para el documento de Revit actual. +___ +## Archivo de ejemplo + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..989538d20 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## En detalle +"Seleccionar alineación de texto horizontal" permite seleccionar las siguientes opciones de alineación para los elementos de texto: +- Centro +- Izquierda +- Derecha + +En el siguiente ejemplo, se crea una nueva nota de texto con la opción de alineación de texto en el centro. +___ +## Archivo de ejemplo + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..7478032d2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## En detalle +"Patrones de línea" permite seleccionar un patrón de entre todos los patrones de línea disponibles en el documento de Revit actual. + +En el ejemplo siguiente, se devuelve el elemento de patrón de línea "Centro" para el documento de Revit actual. +___ +## Archivo de ejemplo + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..7bf32da94 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## En detalle +"Seleccionar alineación de texto vertical" permite seleccionar las siguientes opciones de alineación para los elementos de texto: +- Abajo +- Centro +- Arriba + +En el siguiente ejemplo, se crea una nueva nota de texto con la opción de alineación del texto en el centro. +___ +## Archivo de ejemplo + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..aa1e65a39 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## En detalle: +`View Duplicate Options` proporciona acceso a todas las opciones de duplicación disponibles en Revit. + +Entre estas, se incluyen las siguientes: +- As Dependent +- With Detailing +- As Duplicate + +En el ejemplo siguiente, la vista de detalle "North Wall Window Detail" se duplica con el prefijo "-Revision 1" con detallado. +___ +## Archivo de ejemplo + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..245d504c8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## En detalle: +`Document.FilePath` devuelve la ruta de archivo del documento de Revit especificado, si está disponible. Si no se ha guardado el archivo, se devuelve una cadena en blanco. Si el documento especificado es un archivo local (vinculado a un archivo central), se proporciona la ruta de archivo local. + +En el ejemplo siguiente, se proporciona la ubicación de archivo del documento de Revit actual. +___ +## Archivo de ejemplo + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..b64a2a60d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## En detalle: +`Document.GetLinkInstances` devuelve una lista de todos los ejemplares de vínculo incluidos en el documento de Revit actual. Estos ejemplares se utilizan para recuperar elementos de los archivos vinculados. + +En el ejemplo siguiente, se devuelven todos los ejemplares de vínculo de Revit del documento de Revit activo. Además, se devuelven los nombres de los vínculos con `Element.Name`. +___ +## Archivo de ejemplo + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..47d22bffd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## En detalle +"Document.IsCloudPath" devuelve un valor booleano que indica si el documento de Revit especificado está hospedado en una ubicación en la nube. Si se trata de un archivo no compartido, se devuelve un valor nulo. + +En el ejemplo siguiente, todos los ejemplares de vínculo de Revit se recopilan del documento de Revit actual. A continuación, se comprueba si los documentos de los ejemplares de vínculo son una ruta de nube. +___ +## Archivo de ejemplo + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..f25dcd583 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## En detalle: +`Document.Location` devuelve la ubicación en latitud y longitud del documento de Revit especificado. + +En el ejemplo siguiente, se proporciona la ubicación de proyecto del documento de Revit actual. +___ +## Archivo de ejemplo + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..d52cc1e78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## En detalle +"Document.WorksharingPath" devuelve la ruta de uso compartido del documento especificado. Si se trata de un archivo no compartido, se devuelve un valor nulo. + +En el ejemplo siguiente, todos los ejemplares de vínculo de Revit se recopilan del documento de Revit actual. A continuación, se comprueba la ruta de uso compartido de los documentos de los ejemplares de vínculo. +___ +## Archivo de ejemplo + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..3d68a7c9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## En detalle +"CeilingType.ByName" recupera un elemento de tipo techo del documento de Revit actual que coincide con el nombre especificado, si está disponible. + +En el siguiente ejemplo, se devuelve el tipo de techo "Genérico" a partir del documento de Revit actual. + +___ +## Archivo de ejemplo + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..dbbe3de51 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## En detalle +"CeilingType.GetThermalProperties" devuelve las propiedades térmicas del tipo de techo especificado. + +En el ejemplo siguiente, se devuelve el tipo de techo "Genérico" y las propiedades térmicas se recuperan con "CeilingType.GetThermalProperties". + +___ +## Archivo de ejemplo + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..29d4da3e8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## En detalle +"CeilingType.Name" devuelve el nombre del tipo de techo especificado. + +En el siguiente ejemplo, todos los tipos de techo se recopilan del documento de Revit actual. Los nombres de los tipos de techo se devuelven con"'CeilingType.Name". + +___ +## Archivo de ejemplo + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..57cbbfb88 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## En detalle +"Coordinates.BasePoint" devuelve el punto base del proyecto como una geometría de punto. El punto base del proyecto se define en Revit y puede variar de un proyecto a otro. Para obtener más información sobre el punto base del proyecto en Revit, visite este [artículo de ayuda](https://help.autodesk.com/view/RVT/2025/ESP/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +En el ejemplo siguiente, se devuelve el punto base del proyecto. + +___ +## Archivo de ejemplo + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..256f75cc2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## En detalle +"Coordinates.ProjectRotation" devuelve la rotación del proyecto en grados. La rotación del proyecto es un valor que el usuario puede modificar, y puede variar en gran medida. Para obtener más información sobre la rotación de proyectos en Revit, visite este [artículo de ayuda](https://help.autodesk.com/view/RVT/2025/ESP/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +En el siguiente ejemplo, se devuelve el valor de rotación del proyecto. + +___ +## Archivo de ejemplo + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..c51673532 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## En detalle +"Coordinates.SurveyPoint" devuelve el punto de reconocimiento del proyecto como una geometría de puntos. El punto de reconocimiento se define en Revit y puede variar de un proyecto a otro. Para obtener más información sobre el punto de reconocimiento en Revit, visite este [artículo de ayuda](https://help.autodesk.com/view/RVT/2025/ESP/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +En el ejemplo siguiente, se devuelve el punto de reconocimiento. + +___ +## Archivo de ejemplo + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..2799606d9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## En detalle +"DirectShape.ByGeometry" crea un elemento DirectShape en Revit con la geometría especificada. Opcionalmente, también se puede asignar un material y un nombre en el momento de la creación. + +En el ejemplo siguiente, se crea una estructura de cúpula triangulada en el modelo de ejemplo de Revit sobre el toldo del tejado. +___ +## Archivo de ejemplo + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..0da09e7ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## En detalle: +`Element.GetJoinedElements` devuelve todos los elementos unidos al elemento de entrada. + +En el ejemplo siguiente, se selecciona un suelo en el documento de Revit actual. Se devuelven todos los elementos unidos al suelo seleccionado. +___ +## Archivo de ejemplo + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..427f6c77e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## En detalle: +`Element.UnjoinAllGeometry` separa toda la geometría de los elementos unidos al elemento especificado. + +En el ejemplo siguiente, se selecciona un suelo del documento de Revit actual y se separa toda la geometría unida. +___ +## Archivo de ejemplo + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..4954baf13 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## En detalle: +`Element.UnjoinGeometry` separa la geometría de los dos elementos especificados. + +En el ejemplo siguiente, se selecciona un suelo en el documento de Revit actual. Se recopilan los elementos unidos y, a continuación, se separan del suelo de entrada. +___ +## Archivo de ejemplo + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..a93d1895a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## En detalle: +`ElementType.CanBeCopied` devuelve un valor de tipo "true" (verdadero)/"false" (falso) que indica si el tipo de elemento especificado puede copiarse o no. + +En el ejemplo siguiente, se recopilan todos los tipos de muro del documento de Revit actual y se comprueba si pueden copiarse. +___ +## Archivo de ejemplo + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 0d05bf756..2cd080ef6 100644 --- a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## En detalle: -`ElementType.CanBeDeleted` determina si el tipo de elemento se puede suprimir del archivo de Revit. +`ElementType.CanBeDeleted` devuelve un valor de tipo "true" (verdadero)/"false" (falso) que indica si el tipo de elemento especificado se puede suprimir o no. -En el ejemplo siguiente, se recopilan todas las vistas de plano del archivo de Revit actual. Las vistas de plano se separan en dos listas, "se pueden suprimir" y "no se pueden suprimir". +En el ejemplo siguiente, se recopilan todos los tipos de muro del documento de Revit actual y se comprueba si se pueden suprimir. ___ ## Archivo de ejemplo diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..e3b94bb3a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## En detalle: +`ElementType.Duplicate` intenta duplicar el tipo de elemento indicado con el nombre especificado. Si ya se está utilizando el nombre, se presentará un error en el nodo. + +En el ejemplo siguiente, el tipo de muro `Generic - 4` se recupera del documento de Revit actual. A continuación, el tipo de muro se duplica con el nombre `Typical - 4`. +___ +## Archivo de ejemplo + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..206988892 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## En detalle: +`ElementType.FamilyName` devuelve el nombre de la familia propietaria del elemento especificado. + +En el ejemplo siguiente, se recopilan todos los muros del documento de Revit actual. A continuación, se devuelven los tipos de cada muro y el nombre de la familia. +___ +## Archivo de ejemplo + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..744ecede9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## En detalle: +`ElementType.Name` devuelve el nombre del tipo de elemento especificado. Este nombre es útil para buscar tipos de elementos con `ElementType.ByName`. + +En el ejemplo siguiente, se recopilan todos los tipos de muro del documento de Revit actual. El nombre de los tipos de muro se devuelven con `ElementType.Name`. +___ +## Archivo de ejemplo + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..69b5a0c96 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## En detalle +"FamilyInstance.ByCoordinates" coloca un ejemplar del FamilyType indicado en las coordenadas indicadas en el documento de Revit actual. + +En el siguiente ejemplo, se coloca una familia RPC en las coordenadas especificadas. + +___ +## Archivo de ejemplo + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..a958ca256 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## En detalle +"FamilyInstance.ByFamilyType" devuelve los ejemplares de un tipo de familia determinado del documento de Revit actual. + +En el siguiente ejemplo, se devuelven todos los ejemplares del tipo de familia seleccionado. + +___ +## Archivo de ejemplo + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..d303a2570 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## En detalle: +`FamilyInstance.Space` devuelve el espacio en el que se encuentra el elemento especificado, si está disponible. Si no se encuentra ningún espacio, se devuelve un valor nulo. + +En el ejemplo siguiente, se recopilan todos los elementos de terminal de aire del documento de Revit actual. A continuación, se devuelven las ubicaciones de espacio con `FamilyInstance.Space`. +___ +## Archivo de ejemplo + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..0db10a872 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## En detalle +"FillPatternElement.GetByName" devuelve un elemento de patrón de relleno con el nombre y destino especificados, si está disponible en el documento de Revit actual. + +En el siguiente ejemplo, se devuelve el patrón de relleno "\\". +___ +## Archivo de ejemplo + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..386ffe380 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## En detalle +"FilledRegionType.ByName" devuelve un tipo de región rellenada que coincide con el nombre especificado, si está disponible en el documento de Revit actual. Si no se encuentra el tipo de región rellenada, se devuelve un valor nulo. + +En el siguiente ejemplo, se devuelve el tipo de región rellenada "Gris uniforme". +___ +## Archivo de ejemplo + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..2eef969d9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## En detalle +"FilledRegionType.Name" devuelve el nombre del tipo de región rellenada especificado. + +En el siguiente ejemplo, todos los tipos de región rellenada se recopilan del documento de Revit actual y se devuelven los nombres. +___ +## Archivo de ejemplo + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..085b1d6a9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## En detalle +"Floor.Points" obtiene los puntos de edición de formas del suelo especificado, si están disponibles. + +En el ejemplo siguiente, se selecciona un elemento de suelo con puntos editados por forma. "Floor.Points" se utiliza para devolver los puntos. +___ +## Archivo de ejemplo + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..86b6c82ba --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## En detalle: +`Level.ByElevation` crea un nivel en la elevación especificada. El nombre refleja lo que ocurre en la interfaz de usuario de Revit según las entradas anteriores. + +En el ejemplo siguiente, se crea un nivel a 3,5 pies (esto depende de las unidades del proyecto). +___ +## Archivo de ejemplo + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..dd837eaec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## En detalle: +`Level.ByElevationAndName` crea un nivel en la elevación especificada con el nombre indicado. Si ya se utiliza ese nombre, el nodo proporcionará un error. + +En el ejemplo siguiente, se crea un nivel denominado "Raised Subfloor" a 3,5 pies (esto depende de las unidades del proyecto). +___ +## Archivo de ejemplo + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..7c5b43fde --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## En detalle: +`Level.ByLevelAndOffset` crea un elemento de nivel desplazado la distancia especificada desde el nivel indicado. El nombre del nuevo nivel refleja lo que ocurre en la interfaz de Revit, donde un nivel recibe un nombre en función de las entradas anteriores. + +En el ejemplo siguiente, se crea un nuevo nivel 10' por encima del nivel más alto del documento de Revit actual. +___ +## Archivo de ejemplo + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..80dc4dd4e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## En detalle: +`Level.ByLevelOffsetAndName` crea un elemento de nivel desplazado la distancia especificada desde el nivel indicado con el nombre proporcionado. + +En el ejemplo siguiente, se crea un nuevo nivel denominado " T.O. Parapet" 10' por encima del nivel más alto del documento de Revit actual. +___ +## Archivo de ejemplo + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..e531b965e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## En detalle: +`Level.Elevation` devuelve la elevación del nivel especificado en unidades de proyecto. `Level.Elevation` devuelve el valor desde el nivel del suelo. Si varía la elevación del proyecto, esta puede devolverse con `Level.ProjectElevation`. + +En el ejemplo siguiente, se recopilan todos los niveles del documento de Revit actual. Se devuelve el valor de elevación de los niveles. Además, los niveles se ordenan por altura con `List.SortByKey`. +___ +## Archivo de ejemplo + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..b519033c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## En detalle: +`Level.Name` devuelve el nombre del nivel especificado. `Level.Name` se diferencia de `Element.Name` en que obtiene el nombre del nivel mediante la búsqueda del valor del parámetro. + +En el ejemplo siguiente, se recopilan todos los niveles del documento de Revit actual y se devuelven sus nombres. +___ +## Archivo de ejemplo + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..c8b9f1344 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## En detalle: +`Level.ProjectElevation` devuelve la elevación del nivel especificado en unidades de proyecto. `Level.ProjectElevation` informa del valor desde el origen del proyecto. Si se requiere la elevación desde el nivel del suelo, este valor puede obtenerse con `Level.Elevation`. + +En el ejemplo siguiente, se recopilan todos los niveles en el documento de Revit actual. Se devuelve el valor de elevación del proyecto de los niveles. Además, los niveles se ordenan por altura con`List.SortByKey`. +___ +## Archivo de ejemplo + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..dbd486e12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## En detalle +"LinePatternElement.GetByName" devuelve un elemento de patrón de línea con el nombre especificado, si está disponible en el documento de Revit actual. + +En el ejemplo siguiente, se devuelve el elemento de patrón de línea "Centro" para el documento de Revit actual. +___ +## Archivo de ejemplo + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..d66bcb63c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## En detalle +"LinkElement.BoundingBox" devuelve el cuadro delimitador para el elemento de vínculo especificado. + +En el siguiente ejemplo, se devuelve un elemento de sólido topográfico a partir de un ejemplar de "Snowdon Towers Sample Site". El cuadro delimitador del sólido topográfico se devuelve a continuación con "LinkElement.BoundingBox". + +___ +## Archivo de ejemplo + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..4f35c8531 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## En detalle: +`LinkElement.GetGeometry` devuelve la geometría de los elementos de vínculo especificados en el nivel de detalle opcional. + +En el ejemplo siguiente, se devuelve la geometría de todos los elementos de muro del vínculo de "Snowdon Towers Sample Site". + +___ +## Archivo de ejemplo + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..94d56003d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## En detalle: +`LinkElement.GetLocation` devuelve la geometría que representa la ubicación del elemento de vínculo especificado (si está disponible). + +En el ejemplo siguiente, se devuelve como curvas la ubicación de todos los muros de "Snowdon Towers Sample Site". +___ +## Archivo de ejemplo + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..df2b37d97 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## En detalle: +`LinkInstance.AllElementsOfCategory` devuelve todos los elementos de la categoría indicada del ejemplar de vínculo especificado. + +En el ejemplo siguiente, se devuelven todos los elementos de sólido topográfico del ejemplar de vínculo de "Snowdon Towers Sample Site". +___ +## Archivo de ejemplo + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..5d2890f53 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## En detalle: +`LinkInstance.AllElementsOfCategoryInView` devuelve todos los elementos de la categoría especificada en la vista indicada del documento de Revit actual. + +En el ejemplo siguiente, se devuelven todos los sólidos topográficos de "Snowdon Towers Sample Site" que están visibles en el plano de planta "L1". +___ +## Archivo de ejemplo + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..e50b0c88b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## En detalle +"LinkInstance.AllElementsOfClass" recopila todos los elementos de la clase especificada a partir del ejemplar de vínculo de Revit especificado. + +En el siguiente ejemplo, todos los elementos de sólido topográfico se devuelven a partir de un ejemplar de "Snowdon Towers Sample Site". +___ +## Archivo de ejemplo + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..79999204c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## En detalle +"LinkInstance.ByName" recupera un ejemplar de vínculo cuyo parámetro de nombre coincide con el nombre especificado. Nota: El nombre del ejemplar de vínculo difiere ligeramente del nombre de "RevitLinkType"; consulte el ejemplo siguiente para obtener más información. + +En el siguiente ejemplo, se selecciona un ejemplar de "Snowdon Towers Sample Site" por nombre. +___ +## Archivo de ejemplo + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..b77acb74f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## En detalle: +`LinkInstance.Document` devuelve el documento del ejemplar de vínculo especificado. Este documento puede utilizarse para recopilar elementos del vínculo y realizar consultas en el documento a fin de obtener otra información. + +En el ejemplo siguiente, se devuelve el ejemplar de vínculo "Snowdown Towers Sample Site" en el modelo arquitectónico de muestra. A continuación, se devuelve el documento del ejemplar de vínculo. +___ +## Archivo de ejemplo + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..77612ea67 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## En detalle +"LinkInstance.ElementById" recupera un elemento según el ID especificado a partir del ejemplar de vínculo especificado. + +En el ejemplo siguiente, se devuelve el elemento de información del proyecto a partir de un ejemplar de "Snowdon Towers Sample Site". +___ +## Archivo de ejemplo + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..9b710604e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## En detalle +"Material.AppearanceParameters" devuelve todos los parámetros de aspecto del material especificado. + +En el ejemplo siguiente, se devuelven los parámetros de aspecto del aluminio. +___ +## Archivo de ejemplo + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..2f83e1430 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## En detalle +"Material.MaterialCategory" devuelve la categoría en la que se clasifica el material especificado. + +En el siguiente ejemplo, el material "Aluminio" se recopila del documento de Revit actual. La categoría "Metal" se notifica con "Material.MaterialCategory". +___ +## Archivo de ejemplo + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..3420ca497 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## En detalle +"Material.StructuralParameters" devuelve todos los parámetros estructurales del material especificado. + +En el siguiente ejemplo, se devuelven los parámetros estructurales del aluminio. +___ +## Archivo de ejemplo + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..f2e4b8607 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## En detalle +"Material.ThermalParameters" devuelve todos los parámetros térmicos del material especificado. + +En el siguiente ejemplo, se devuelven los parámetros térmicos del aluminio. +___ +## Archivo de ejemplo + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..1a8a85ecf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## En detalle +"PathOfTravel.ByFloorPlanPoints" crea elementos de camino del recorrido en el documento actual de Revit y la vista de plano de planta especificada entre los puntos inicial y final especificados. Nota: Se devolverá un valor nulo si no se puede construir un elemento de camino del recorrido. + +En el siguiente ejemplo, todas las habitaciones se obtienen de la vista de plano "L1". A continuación, se construyen caminos de recorrido entre las habitaciones y una puerta exterior seleccionada. +___ +## Archivo de ejemplo + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..07c2f2548 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## En detalle +"ReferencePoint.ByCoordinates" crea un elemento de punto de referencia en el documento de familia de Revit activo en las coordenadas especificadas. Nota: El documento de familia debe ser un componente adaptativo o una familia de masas. + +En el siguiente ejemplo, se crea un nuevo punto de referencia en las coordenadas 0,0,1. +___ +## Archivo de ejemplo + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..233ef842c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## En detalle +"ReferencePoint.ByParametersOnFaceReference" crea un elemento de punto de referencia en el documento de familia de Revit activo en los parámetros especificados de la superficie seleccionada. + +Nota: El documento de familia debe ser un componente adaptativo o una familia de masas. + +En el siguiente ejemplo, se crea un punto de referencia en el centro de una superficie seleccionada en el documento de familia. + +___ +## Archivo de ejemplo + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..89c873b23 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## En detalle +"ReferencePoint.ByPoint" crea un elemento de punto de referencia en el documento de familia de Revit activo en la ubicación de punto especificada. Nota: El documento de familia debe ser un componente adaptativo o una familia de masas. Este nodo se diferencia de "ReferencePoint.ByCoordinates" en que utiliza un punto de Dynamo para la ubicación. Esto es útil porque el usuario final puede utilizar la manipulación directa para editar el punto de Dynamo, lo que también permite actualizar el punto de referencia. Para obtener más información sobre la manipulación directa, visite este [enlace](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +En el siguiente ejemplo, se crea un nuevo punto de referencia en las coordenadas 0,0,1. +___ +## Archivo de ejemplo + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..8017f66fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## En detalle +"ReferencePoint.Point" devuelve la geometría de punto del punto de referencia especificado. + +En el siguiente ejemplo, se crea un punto de referencia en el centro de una superficie seleccionada en el documento de familia. La geometría de punto del punto de referencia se devuelve a continuación con "ReferencePoint.Point". Además, se proporcionan los dos tipos de objeto para su revisión. + +___ +## Archivo de ejemplo + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..4b9abdc42 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## En detalle +"ReferencePoint.X" devuelve la coordenada X del punto de referencia especificado. + +En el siguiente ejemplo, se crea un punto de referencia en el centro de una superficie seleccionada en el documento de familia. La coordenada X del punto de referencia se devuelve a continuación con "ReferencePoint.X". + +___ +## Archivo de ejemplo + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..c4ed7544e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## En detalle +"ReferencePoint.XYPlane" devuelve el plano en la dirección X,Y del punto de referencia especificado. + +En el siguiente ejemplo, se crea un punto de referencia en el centro de una superficie seleccionada en el documento de familia. El plano en la dirección X,Y se devuelve a continuación con "ReferencePoint.XYPlane". + + +___ +## Archivo de ejemplo + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..a9077fd7c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## En detalle +"ReferencePoint.XZPlane" devuelve el plano en la dirección X,Z del punto de referencia especificado. + +En el siguiente ejemplo, se crea un punto de referencia en el centro de una superficie seleccionada en el documento de familia. El plano en la dirección X,Z se devuelve a continuación con "ReferencePoint.XZPlane". + + +___ +## Archivo de ejemplo + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..ecefb7393 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## En detalle +"ReferencePoint.Y" devuelve la coordenada Y del punto de referencia especificado. + +En el siguiente ejemplo, se crea un punto de referencia en el centro de una superficie seleccionada en el documento de familia. La coordenada Y del punto de referencia se devuelve a continuación con "ReferencePoint.Y". + +___ +## Archivo de ejemplo + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..5ea90d794 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## En detalle +"ReferencePoint.YZPlane" devuelve el plano en la dirección Y,Z del punto de referencia especificado. + +En el siguiente ejemplo, se crea un punto de referencia en el centro de una superficie seleccionada en el documento de familia. El plano en la dirección Y,Z se devuelve a continuación con "ReferencePoint.YZPlane". + + +___ +## Archivo de ejemplo + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..cd7190e51 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## En detalle +"ReferencePoint.Z" devuelve la coordenada Z del punto de referencia especificado. + +En el siguiente ejemplo, se crea un punto de referencia en el centro de una superficie seleccionada en el documento de familia. La coordenada Z del punto de referencia se devuelve a continuación con "ReferencePoint.Z". + +___ +## Archivo de ejemplo + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..89af41a16 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## En detalle +"RoofType.ByName" recupera un elemento de tipo de cubierta del documento de Revit actual que coincide con el nombre especificado, si está disponible. + +En el siguiente ejemplo, se devuelve el tipo de cubierta "Genérico - 9" a partir del documento de Revit actual. +___ +## Archivo de ejemplo + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..0a05974f5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## En detalle +"RoofType.GetThermalProperties" devuelve las propiedades térmicas del tipo de cubierta especificado. + +En el ejemplo siguiente, se devuelve el tipo de cubierta "Genérico - 9" y las propiedades térmicas se recuperan con "RoofType.GetThermalProperties". +___ +## Archivo de ejemplo + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..39a8191df --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## En detalle +"RoofType.Name" devuelve el nombre del tipo de cubierta especificado. + +En el siguiente ejemplo, se recopilan todos los tipos de cubierta del documento de Revit actual. Los nombres de los tipos de cubierta se devuelven con"'RoofType.Name". +___ +## Archivo de ejemplo + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..f9c24a16b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## En detalle +"Room.IsInsideRoom" devuelve un valor booleano que indica si el punto especificado se encuentra en la habitación especificada. + +En el siguiente ejemplo, se recopila todo el mobiliario del documento de Revit actual, junto con todas las habitaciones. A continuación, los puntos de ubicación del mobiliario se pasan a "Room.IsInsideRoom" para comprobar en qué habitación se encuentran los puntos especificados (si están disponibles). Por último, el mobiliario se filtra en busca de elementos con ubicaciones de habitación, y estos valores se combinan en listas. +___ +## Archivo de ejemplo + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..b6845b425 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## En detalle: +`Space.Area` devuelve el área del espacio especificado. Si no se ha insertado un espacio en Revit, se devuelve el valor 0. + +En el ejemplo siguiente, se devuelve el área de todos los espacios del documento de Revit actual. +___ +## Archivo de ejemplo + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..6c58ea07d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## En detalle: +`Space.CenterBoundary` devuelve una lista anidada que representa el contorno del eje del espacio especificado. En la lista devuelta, la primera sublista representa las curvas más externas, mientras que las listas siguientes representan bucles dentro del espacio. Los contornos del centro se sitúan en el eje del muro a través de todas las capas dentro del espacio de Revit. Para obtener más información sobre las líneas de ubicación de muros, en la Ayuda, consulte este [artículo](https://help.autodesk.com/view/RVT/2024/ESP/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Si se especifica un espacio sin delimitar o sin colocar, se devuelve un valor nulo. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual y de la vista seleccionada. A continuación, se devuelven los contornos del centro. +___ +## Archivo de ejemplo + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..449579504 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## En detalle: +`Space.CoreBoundary` devuelve una lista anidada que representa el contorno del núcleo del espacio especificado. En la lista devuelta, la primera sublista representa las curvas más externas, mientras que las listas posteriores representan los bucles dentro del espacio. Los contornos del núcleo se encuentran en la capa interior o exterior del núcleo más cercana a la habitación. Para obtener más información sobre las líneas de ubicación de muros, en la Ayuda, consulte este [artículo](https://help.autodesk.com/view/RVT/2024/ESP/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Si se especifica un espacio sin delimitar o sin colocar, se devuelve un valor nulo. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual y de la vista seleccionada. A continuación se devuelven los contornos del núcleo. + +___ +## Archivo de ejemplo + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..151dcec9f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## En detalle: +`Space.CoreCenterBoundary` devuelve una lista anidada que representa el contorno del centro del núcleo del espacio especificado. En la lista devuelta, la primera sublista representa las curvas más externas, mientras que las listas posteriores representan los bucles dentro del espacio. Los contornos del centro del núcleo se encuentran en el centro de los muros que se han definido como núcleo. Para obtener más información sobre las líneas de ubicación de muros, en la Ayuda, consulte este [artículo](https://help.autodesk.com/view/RVT/2024/ESP/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Si se especifica un espacio sin delimitar o sin colocar, se devuelve un valor nulo. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual y de la vista seleccionada. A continuación, se devuelven los contornos del centro del núcleo. + +___ +## Archivo de ejemplo + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..0d0995cf9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## En detalle: +`Space.FinishBoundary` devuelve una lista anidada que representa el contorno de acabado del espacio especificado. En la lista devuelta, la primera sublista representa las curvas más externas, mientras que las listas posteriores representan los bucles dentro del espacio. El contorno de espacio devuelto por este nodo se encuentra en la cara de acabado dentro del espacio de Revit. Para obtener más información sobre las líneas de ubicación de muros, en la Ayuda, consulte este [artículo](https://help.autodesk.com/view/RVT/2024/ESP/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Si se especifica un espacio sin delimitar o sin colocar, se devuelve un valor nulo. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual y de la vista seleccionada. A continuación, se devuelven los contornos de acabado. + +___ +## Archivo de ejemplo + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..8e5b84b42 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## En detalle: +`Space.Height` devuelve la altura del espacio especificado. Si no se ha insertado un espacio en Revit, se devuelve el valor 0. + +En el ejemplo siguiente, se devuelve la altura de todos los espacios del documento de Revit actual. +___ +## Archivo de ejemplo + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..347b32f6c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## En detalle: +`Space.IsPointInsideSpace`comprueba si un punto determinado se encuentra dentro de un espacio especificado. Esto puede ser útil al asignar valores de marca a elementos en Revit. + +En el ejemplo siguiente, se recopilan todos los terminales de aire de la vista especificada en el documento de Revit actual. A continuación, sus ubicaciones de puntos se comparan con los espacios de la vista indicada a través de `Space.IsPointInsideSpace`. Mediante la gestión de listas, se elaboran sublistas para filtrar los terminales de aire que se encuentran dentro de espacios. Para obtener más información sobre el uso de List@Level, consulte este [artículo](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level). +___ +## Archivo de ejemplo + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..ba9515b12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## En detalle: +`Space.Location` devuelve un punto de Dynamo que representa la ubicación de un espacio especificado. + +Si se especifica un espacio sin delimitar o sin colocar, se devuelve un valor nulo. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual y de la vista seleccionada. A continuación, se devuelven las ubicaciones de los espacios. Además, los nombres de los espacios se previsualizan en la ventana gráfica de Dynamo con el nodo `Label.ByPointAndString`. + +___ +## Archivo de ejemplo + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..3569febf2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## En detalle: +`Space.Name` devuelve el nombre del elemento de espacio especificado. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual desde la vista seleccionada. A continuación, se devuelven los nombres de los espacios. +___ +## Archivo de ejemplo + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..c7def2bf0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## En detalle: +`Space.Number` devuelve el número del elemento de espacio especificado en forma de cadena. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual desde la vista seleccionada. A continuación, se devuelven los números de los espacios. +___ +## Archivo de ejemplo + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..b349d6a81 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## En detalle: +`Space.SetName` modifica el nombre del elemento de espacio especificado. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual desde la vista seleccionada. A continuación, los nombres de los espacios se modifican con un prefijo "(E)" para indicar las condiciones existentes. + +___ +## Archivo de ejemplo + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..7b5aa9407 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## En detalle: +`Space.SetNumber` modifica el número del elemento de espacio especificado. + +En el ejemplo siguiente, se recopilan todos los espacios del documento actual desde la vista seleccionada. A continuación, los números de los espacios se modifican con un sufijo "e" para indicar las condiciones existentes. Este tipo de flujo de trabajo es útil cuando se vuelven a numerar los espacios en Revit. +___ +## Archivo de ejemplo + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..de255dfd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## En detalle: +`Space.Volume` devuelve el volumen del espacio especificado. Si no se ha insertado un espacio en Revit, se devuelve el valor 0. + +En el ejemplo siguiente, se devuelve el volumen de todos los espacios del documento de Revit actual. +___ +## Archivo de ejemplo + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..02b59a81f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## En detalle +"Tag.ByElement" coloca una etiqueta para el elemento especificado con los criterios especificados. + +En el siguiente ejemplo, se recopilan todos los muros de la vista especificada. A continuación, los muros se etiquetan con el tipo de etiqueta de muro por defecto y los criterios de alineación/directriz. +___ +## Archivo de ejemplo + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index 659a82383..2aff7fe6d 100644 --- a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## En detalle: -`Tag.GetLeaderEndCondition` devuelve la condición de extremo de la directriz especificada. - -Entre las posibles condiciones de extremo, se incluyen las siguientes: -- Enlazado -- Libre - -En el ejemplo siguiente, se recopilan todas las etiquetas de nota clave de la vista de detalle "North Wall Window Detail". A continuación, se devuelven las condiciones de extremo de la directriz de las etiquetas. +"Tag.GetLeaderEndCondition" devuelve la condición de extremo de la directriz del elemento de etiqueta especificado. +En el siguiente ejemplo, se recopilan todos los muros de la vista especificada. A continuación, los muros se etiquetan con el tipo de etiqueta de muro por defecto y los criterios de alineación/directriz. Después, se devuelven las condiciones de extremo con "Tag.GetLeaderEndCondition". ___ ## Archivo de ejemplo diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..1680d5ec9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## En detalle +"Tag.SetLeaderEndCondition" establece el extremo de la directriz del elemento de etiqueta especificado como enlazado o libre. + +En el siguiente ejemplo, se recopilan todos los muros de la vista especificada. A continuación, los muros se etiquetan con el tipo de etiqueta de muro por defecto y los criterios de alineación/directriz. Después, la condición final se establece con "Tag.SetLeaderEndCondition". +___ +## Archivo de ejemplo + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..ce2e2c603 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## En detalle +"TextNote.SetHorizontalAlignment" establece la alineación horizontal de la nota de texto especificada. + +Nota: La devolución de este nodo es de tipo void, lo que significa que el nodo confirma una acción en un elemento y devuelve un valor nulo. + +En el siguiente ejemplo, se selecciona una hoja de detalles. "A continuación, se recopilan todas las notas de texto de las vistas de detalle y su alineación horizontal se establece en el centro. +___ +## Archivo de ejemplo + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..b61ef327a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## En detalle +"TextNote.SetKeepRotatedTextReadable" establece el parámetro de ejemplar "Mantener legible" de la nota de texto especificada en el valor booleano especificado. + +Nota: La devolución de este nodo es de tipo void, lo que significa que el nodo confirma una acción en un elemento y devuelve un valor nulo. + +En el siguiente ejemplo, se selecciona una hoja de detalles. A continuación, se recopilan todas las notas de texto de las vistas de detalle y el parámetro "Mantener legible" se establece en "verdadero". +___ +## Archivo de ejemplo + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNoteType.Default.md index cc2732a2d..821508aae 100644 --- a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## En detalle: -`TextNoteType.Default` proporciona acceso al tipo de nota de texto por defecto en el documento de Revit actual. Este tipo de nota de texto es el mismo que el que se utiliza al crear texto en la interfaz de usuario de Revit. - -En el ejemplo siguiente, se crean una nueva vista de diseño y una nueva nota de texto en el origen del documento de Revit actual. +"TextNoteType.Default" devuelve el tipo de nota de texto por defecto en el documento de Revit actual. Este tipo de nota de texto es el mismo que el que se utiliza por defecto cuando el usuario crea una nueva nota de texto en la interfaz de usuario de Revit. +En el ejemplo siguiente, se devuelve el tipo de nota de texto por defecto, "1/4" Trebuchet MS" para el modelo Snowdon Towers Sample. ___ ## Archivo de ejemplo diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..645ca53d6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## En detalle +"Toposolid.ByOutlinePointsTypeAndLevel" crea un elemento de sólido topográfico en el documento de Revit actual con las entradas especificadas. + +En el siguiente ejemplo, se selecciona un suelo existente (con puntos modificados) para convertirlo en un sólido topográfico. Los puntos de forma, el contorno y el nivel del suelo se extraen para su uso en la creación del sólido topográfico. Por último, se crea un sólido topográfico para reemplazar el suelo y se suprime el elemento de suelo. +___ +## Archivo de ejemplo + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..e04531320 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## En detalle +"Toposolid.Points" devuelve los puntos con forma editada del sólido topográfico especificado, si está disponible. + +En el ejemplo siguiente, se devuelven todos los puntos del primer sólido topográfico encontrado en el vínculo de Revit seleccionado. +___ +## Archivo de ejemplo + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..6b00fa54e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## En detalle +"CeilingPlanView.ByLevel" crea una nueva vista de plano de techo a partir del nivel especificado. + +En el siguiente ejemplo, se crea una nueva vista de plano de techo para "L1 - Bloque 35". +___ +## Archivo de ejemplo + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..e4d1346fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## En detalle +"FloorPlanView.ByLevel" crea una nueva vista de plano de planta a partir del nivel especificado. + +En el siguiente ejemplo, se crea una nueva vista de plano de planta para "L1 - Bloque 35". +___ +## Archivo de ejemplo + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..d046c317e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## En detalle: +`View.CanViewBeDuplicated` proporciona un valor de tipo "true" (verdadero) o "false" (falso) que señala si la vista indicada puede duplicarse con las opciones especificadas. + +En el ejemplo siguiente, se recopilan todas las vistas de dibujo del documento de Revit actual. A continuación, se comprueba si las vistas de dibujo pueden duplicarse con la opción "With Detailing". +___ +## Archivo de ejemplo + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..b70216c86 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## En detalle: +`View.DuplicateView` intenta duplicar la vista especificada con la opción de duplicación indicada. Si la vista no se puede duplicar, se devuelve un valor nulo. + +En el ejemplo siguiente, se recopilan todas las vistas de dibujo del documento de Revit actual. A continuación, las vistas de dibujo se duplican con detallado y con el prefijo (N). +___ +## Archivo de ejemplo + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..26d35741f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## En detalle: +`View.ExportAsImage` exporta la vista indicada a la ruta especificada en forma de imagen. + +En el ejemplo siguiente, se selecciona para la exportación la vista 3D por defecto del documento actual. La ruta se crea extrayendo la carpeta "Pictures" del equipo del usuario actual, junto con el nombre de la vista. + +___ +## Archivo de ejemplo + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..35caf4f40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## En detalle: +`View.HideCategoriesTemporary` permite ocultar/aislar temporalmente la vista especificada. Las categorías proporcionadas permanecerán ocultas hasta que se restablezca el modo de ocultación/aislamiento temporal. + +En el ejemplo siguiente, se ocultan las categorías de puertas y mobiliario para la vista de plano "L1". +___ +## Archivo de ejemplo + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..bd5b5979e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## En detalle: +`View.HideElementsTemporary` activa el modo de vista de ocultación/aislamiento temporal para la vista especificada. Los elementos indicados se ocultarán hasta que se restablezcan el modo de vista de ocultación/aislamiento temporal. + +En el ejemplo siguiente, se recopilan todos los muros de la vista "L1" y se dividen en dos listas, los clasificados contra incendios y los no clasificados. Los muros no clasificados se ocultan temporalmente con `View.HideElementsTemporary`. +___ +## Archivo de ejemplo + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..79869c5b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## En detalle: +`View.IsolateCategoriesTemporary` permite ocultar/aislar temporalmente la vista especificada. Las categorías proporcionadas permanecerán aisladas hasta que se restablezca el modo de ocultación/aislamiento temporal. + +En el ejemplo siguiente, se aíslan las categorías de puertas y mobiliario para la vista de plano "L1". +___ +## Archivo de ejemplo + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..0eb908043 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## En detalle: +`View.IsolateElementsTemporary` activa el modo de vista de ocultación/aislamiento temporal para la vista especificada. Los elementos indicados se aislarán hasta que se restablezca el modo de vista de ocultación/aislamiento temporal. + +En el ejemplo siguiente, se recopilan todos los muros de la vista "L1" y se dividen en dos listas, los clasificados contra incendios y los no clasificados. Los muros no clasificados se aíslan temporalmente con `View.HideElementsTemporary`. +___ +## Archivo de ejemplo + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..873ec33e8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## En detalle +"View.SetCategoryOverrides" modifica los gráficos de visibilidad de la categoría especificada para la vista especificada. + +En el siguiente ejemplo, se recopilan todas las plantillas de vista de plano de planta del documento de Revit actual. A continuación, se aplica a las vistas un conjunto de modificaciones para ocultar las líneas de centro del conducto. +___ +## Archivo de ejemplo + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..74e28a72c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## En detalle +"View.SetCropBoxActive" alterna el estado del cuadro de recorte de la vista especificada entre activo o inactivo en función de la entrada booleana. + +En el siguiente ejemplo, se recopilan todas las vistas para el plano especificado y sus cuadros de recorte se establecen en activos. +___ +## Archivo de ejemplo + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..96286b2ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## En detalle: +`View.SetCropBoxVisible`activa o desactiva la visibilidad del cuadro de recorte de la vista especificada en función del valor booleano de entrada. + +En el ejemplo siguiente, se establecen los cuadros de recorte como ocultos para todas las vistas en todos los planos del documento de Revit actual. +___ +## Archivo de ejemplo + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..dc6c0f80c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## En detalle: +`View.SetScale` establece la vista especificada con el factor de escala indicado. Para obtener más información sobre cómo cambiar el factor de escala de una vista, consulte este [artículo](https://help.autodesk.com/view/RVTLT/2024/ESP/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +En el ejemplo siguiente, se recopilan todas las vistas de dibujo del documento de Revit actual. A continuación, la escala de las vistas se establece en 1/4" = 1'-0" (factor de escala de 48) con `View.SetScale`. +___ +## Archivo de ejemplo + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..c0fa03091 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## En detalle: +`Wall.ByCurveAndHeight` crea un muro del tipo especificado en la ubicación de línea indicada, alojado en el nivel especificado. + +En el ejemplo siguiente, se crea un ejemplar de muro "Exterior - CMU on Mtl. Stud" en el nivel R3 con una altura de 10' y una longitud de 10'. +___ +## Archivo de ejemplo + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..fed2620c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## En detalle +"Wall.ByFace" crea un muro en la cara de masa especificada. También deben especificarse el tipo y la línea de ubicación del muro. + +En el siguiente ejemplo, se crea un muro frontal en la superficie existente seleccionada en el documento de Revit actual. +___ +## Archivo de ejemplo + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..ce3c48f94 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## En detalle: +`WallType.ByName` selecciona un tipo de muro con el nombre indicado (si está disponible). Si no se encuentra ningún tipo de muro con el nombre especificado, se devuelve un valor nulo. + +En el ejemplo siguiente, se selecciona el tipo de muro "Exterior - CMU on Mtl. Stud" en el documento de Revit actual. +___ +## Archivo de ejemplo + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..10dd746e2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## En detalle: +`WallType.Function` devuelve la función del tipo de muro especificado. Para obtener más información sobre las funciones de muro, consulte este [artículo](https://help.autodesk.com/view/RVT/2025/ESP/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +En el ejemplo siguiente, se recopilan todos los tipos de muro del documento de Revit actual, junto con las funciones. +___ +## Archivo de ejemplo + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..5112cf5d4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## En detalle: +`WallType.GetThermalProperties` devuelve las propiedades térmicas del tipo de muro especificado. Para obtener más información sobre las propiedades térmicas de los muros, consulte este [artículo](https://help.autodesk.com/view/RVT/2024/ESP/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +En el ejemplo siguiente, se selecciona el tipo de muro "Exterior - CMU on Mtl. Stud" del documento de Revit actual. Se notifican las propiedades térmicas con `WallType.GetThermalProperties`. +___ +## Archivo de ejemplo + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..25e6faf6a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## En detalle: +`WallType.Name` devuelve el nombre del tipo de muro especificado en forma de cadena. + +En el ejemplo siguiente, se recopilan todos los tipos de muro del documento de Revit actual, junto con los nombres. +___ +## Archivo de ejemplo + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..3ecc9fa08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## En detalle: +`WallType.Width` devuelve la anchura del tipo de muro especificado en forma de número. + +En el ejemplo siguiente, se recopilan todos los tipos de muro del documento de Revit actual, junto con las anchuras (en unidades de proyecto). +___ +## Archivo de ejemplo + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..f8970afba --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## En detalle +"OverrideGraphicSettings.ByProperties" crea un conjunto de modificaciones de gráficos de visibilidad para su uso en vistas o plantillas de vista. + +En el siguiente ejemplo, se recopilan todas las plantillas de vista de plano de planta del documento de Revit actual. A continuación, se aplica a las vistas un conjunto de modificaciones para ocultar las líneas de centro del conducto. +___ +## Archivo de ejemplo + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..1607afa7e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## En detalle +"Transaction.End" completa la transacción de Dynamo actual y devuelve el elemento especificado. En Revit, las transacciones representan los cambios realizados en el documento de Revit. Cuando se produce un cambio, se puede ver que el botón de deshacer se habilita. Con "Transaction.End", los usuarios pueden añadir pasos al gráfico de Dynamo, con lo que se crea una acción de deshacer para cada paso en el que se utilice "Transaction.End". + +En el ejemplo siguiente, se coloca un ejemplar de familia en el documento de Revit. Se invoca a "Transaction.End" para completar la colocación antes de rotar el ejemplar de familia con "FamilyInstance.SetRotation". + +___ +## Archivo de ejemplo + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..a2712ae00 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/es-ES/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## En detalle + +"Toposolid.ByOutlinePointsTypeAndLevel" crea un elemento de sólido topográfico en el documento de Revit actual con las entradas especificadas. + +En el siguiente ejemplo, se selecciona un suelo existente (con puntos modificados) para convertirlo en un sólido topográfico. Los puntos de forma, el contorno y el nivel del suelo se extraen para su uso en la creación del sólido topográfico. Por último, se crea un sólido topográfico para reemplazar el suelo y se suprime el elemento de suelo. + +___ +## Archivo de ejemplo + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.AllWarningsOfType.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.AllWarningsOfType.md index 50f7d2e5c..67ef5aaf1 100644 --- a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.AllWarningsOfType.md +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.AllWarningsOfType.md @@ -1,5 +1,5 @@ ## Description approfondie -L'option « Tous les avertissements de type » regroupe toutes les occurrences d'un avertissement donné dans le fichier Revit actuel. +L'option "All Warnings of Type" regroupe toutes les occurrences d'un avertissement donné dans le fichier Revit actuel. Dans l'exemple ci-dessous, il existe une occurrence de sols qui se chevauchent. Les sols sont également collectés avec l'option « Warning.GetFailingElements ». ___ diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..34ed8b762 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## Description approfondie +L'option 'Cibles de motif de remplissage' permet d'accéder aux options de cibles de motif de remplissage disponibles dans Revit, notamment les suivantes: +- Dessin +- Modèle +- Aucun + +Dans l'exemple ci-dessous, le motif de remplissage de dessin "" est renvoyé pour le document Revit actif. +___ +## Exemple de fichier + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..0f7cfa066 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## Description approfondie +L'option 'Motifs de remplissage' permet de sélectionner un motif de remplissage parmi tous ceux disponibles dans le document Revit actif. + +Dans l'exemple ci-dessous, le motif de remplissage de dessin "\\" est renvoyé pour le document Revit actif. +___ +## Exemple de fichier + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..90c21f9f2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## Description approfondie +L'option 'Sélectionner l'alignement horizontal du texte' permet de sélectionner les options d'alignement suivantes pour les éléments de texte: +- Centre +- Gauche +- Droite + +Dans l'exemple ci-dessous, une nouvelle note textuelle est créée avec l'option d'alignement du texte au centre. +___ +## Exemple de fichier + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..cf87acf83 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## Description approfondie +L'option 'Motifs de ligne' permet de sélectionner un motif de ligne parmi tous ceux disponibles dans le document Revit actif. + +Dans l'exemple ci-dessous, l'élément de motif de ligne "Centre" est renvoyé pour le document Revit actif. +___ +## Exemple de fichier + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..7dcc69c8d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## Description approfondie +L'option 'Sélectionner l'alignement vertical du texte' permet de sélectionner les options d'alignement suivantes pour les éléments de texte: +- En bas +- Au milieu +- En haut + +Dans l'exemple ci-dessous, une nouvelle note textuelle est créée avec l'option d'alignement du texte au milieu. +___ +## Exemple de fichier + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..d61aca851 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## Description approfondie +L'option "View Duplicate Options" permet d'accéder à toutes les options de duplication disponibles dans Revit. + +Elles comprennent les éléments suivants: +- En tant que vue dépendante +- Avec les détails +- Dupliquer + +Dans l'exemple ci-dessous, la vue de détail "Détail de la fenêtre du mur nord" est dupliquée avec un préfixe de "-Révision 1" avec les détails. +___ +## Exemple de fichier + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..b4cb42456 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## Description approfondie +Document.FilePath renvoie le chemin d'accès au document Revit donné, s'il est disponible. Si le fichier n'est pas enregistré, une chaîne vide est renvoyée. Si le document donné est un fichier local (lié à un fichier central), le chemin d'accès au fichier local est fourni. + +Dans l'exemple ci-dessous, l'emplacement du fichier est fourni pour le document Revit actif. +___ +## Exemple de fichier + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..3ed8b512a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## Description approfondie +Document.GetLinkInstances renvoie une liste de toutes les occurrences de liens placés dans le document Revit actif. Les occurrences de lien sont utilisées pour récupérer des éléments à partir de fichiers liés. + +Dans l'exemple ci-dessous, toutes les occurrences de lien Revit sont renvoyées pour le document Revit actif. De plus, les noms des liens sont renvoyés avec Element.Name. +___ +## Exemple de fichier + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..b752d3137 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## Description approfondie +'Document.IsCloudPath' renvoie une valeur booléenne indiquant si le document Revit donné est hébergé ou non dans un emplacement cloud. Une valeur nulle est renvoyée pour un fichier non partagé. + +Dans l'exemple ci-dessous, toutes les occurrences de lien Revit sont collectées à partir du document Revit actif. Les documents des occurrences de lien sont ensuite vérifiés afin de déterminer s'ils constituent un chemin cloud. +___ +## Exemple de fichier + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..9c4c4037a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## Description approfondie +Document.Location renvoie l'emplacement de latitude et de longitude du document Revit donné. + +Dans l'exemple ci-dessous, l'emplacement du projet est fourni pour le document Revit actif. +___ +## Exemple de fichier + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..169add837 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## Description approfondie +'Document.WorksharingPath' renvoie le chemin de partage de projet du document donné. Une valeur nulle est renvoyée pour un fichier non partagé. + +Dans l'exemple ci-dessous, toutes les occurrences de lien Revit sont collectées à partir du document Revit actif. Le chemin de partage de projet des documents des occurrences de lien est ensuite vérifié. +___ +## Exemple de fichier + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..3e0ffa5df --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## Description approfondie +'CeilingType.ByName' récupère un élément de type de plafond à partir du document Revit actif qui correspond au nom donné, le cas échéant. + +Dans l'exemple ci-dessous, le type de plafond "Générique" est renvoyé à partir du document Revit actif. + +___ +## Exemple de fichier + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..af0c53694 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## Description approfondie +'CeilingType.GetThermalProperties' renvoie les propriétés thermiques du type de plafond donné. + +Dans l'exemple ci-dessous, le type de plafond "Générique" est renvoyé et les propriétés thermiques sont récupérées avec 'CeilingType.GetThermalProperties'. + +___ +## Exemple de fichier + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..c29126dd6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## Description approfondie +'CeilingType.Name' renvoie le nom du type de plafond donné. + +Dans l'exemple ci-dessous, tous les types de plafond sont collectés à partir du document Revit actif. Les noms des types de plafond sont renvoyés avec 'CeilingType.Name'. + +___ +## Exemple de fichier + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..1cc4cad26 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## Description approfondie +'Coordinates.BasePoint' renvoie le point de base du projet en tant que géométrie de point. Le point de base d'un projet est défini dans Revit et peut différer d'un projet à l'autre. Pour en savoir plus sur les points de base de projets dans Revit, consultez cet [article d'aide](https://help.autodesk.com/view/RVT/2025/FRA/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +Dans l'exemple ci-dessous, le point de base du projet est renvoyé. + +___ +## Exemple de fichier + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..eda30a237 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## Description approfondie +'Coordinates.ProjectRotation' renvoie la rotation du projet en degrés. La rotation du projet est une valeur modifiable par l'utilisateur et peut varier énormément. Pour en savoir plus sur la rotation des projets en Revit, consultez cet [article d'aide](https://help.autodesk.com/view/RVT/2025/FRA/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +Dans l'exemple ci-dessous, la valeur de rotation du projet est renvoyée. + +___ +## Exemple de fichier + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..8ecaf156f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## Description approfondie +'Coordinates.SurveyPoint' renvoie le point de topographie du projet en tant que géométrie de point. Le point de topographie est défini dans Revit et peut différer d'un projet à l'autre. Pour en savoir plus sur le point de topographie en Revit, consultez cet [article d'aide](https://help.autodesk.com/view/RVT/2025/FRA/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +Dans l'exemple ci-dessous, le point de topographie est renvoyé. + +___ +## Exemple de fichier + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..5be42e84e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## Description approfondie +'DirectShape.ByGeometry' crée un élément DirectShape dans Revit avec la géométrie donnée. En option, un matériau et un nom peuvent également lui être attribués lors de la création. + +Dans l'exemple ci-dessous, une structure en forme de dôme en mosaïque est créée dans l'exemple de modèle Revit sur l'auvent du toit. +___ +## Exemple de fichier + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..2a450221e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## Description approfondie +Element.GetJoinedElements renvoie tous les éléments attachés à l'élément d'entrée. + +Dans l'exemple ci-dessous, un sol est sélectionné dans le document Revit actif. Tous les éléments attachés au sol sélectionné sont renvoyés. +___ +## Exemple de fichier + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..59c1d2703 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## Description approfondie +Element.UnjoinAllGeometry détache toute la géométrie des éléments joints à l'élément donné. + +Dans l'exemple ci-dessous, un sol est sélectionné dans le document Revit actif et toute la géométrie attachée est détachée. +___ +## Exemple de fichier + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..dfcdaf085 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## Description approfondie +Element.UnjoinGeometry détache la géométrie des deux éléments donnés. + +Dans l'exemple ci-dessous, un sol est sélectionné dans le document Revit actif. Les éléments attachés sont collectés, puis détachés du sol d'entrée. +___ +## Exemple de fichier + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..ef4e80d31 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## Description approfondie +ElementType.CanBeCopied renvoie une valeur true/false indiquant si le type d'élément donné peut être ou non copié. + +Dans l'exemple ci-dessous, tous les types de murs sont collectés à partir du document Revit actif, et il est vérifié s'ils peuvent être copiés. +___ +## Exemple de fichier + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index f964d68bd..f6c472d43 100644 --- a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## Description approfondie -`ElementType.CanBeDeleted` détermine si le type d'élément peut être supprimé du fichier Revit. +ElementType.CanBeDeleted renvoie une valeur true/false qui indique si le type d'élément donné peut être ou non supprimé. -Dans l'exemple ci-dessous, toutes les vues en plan sont collectées à partir du fichier Revit actuel. Les vues en plan sont ensuite séparées en deux listes : "peut être supprimée" et "ne peut pas être supprimée". +Dans l'exemple ci-dessous, tous les types de murs sont collectés à partir du document Revit actif, et il est vérifié s'ils peuvent être supprimés. ___ ## Exemple de fichier diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..d7a19607a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## Description approfondie +ElementType.Duplicate tente de dupliquer le type d'élément donné avec le nom donné. Si le nom est déjà utilisé, une erreur s'affiche sur le noeud. + +Dans l'exemple ci-dessous, le type de mur "Générique - 4" est récupéré à partir du document Revit actif. Le type de mur est ensuite dupliqué avec le nom "Typique - 4". +___ +## Exemple de fichier + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..4a1b355c2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## Description approfondie +ElementType.FamilyName renvoie le nom de la famille propriétaire de l'élément donné. + +Dans l'exemple ci-dessous, tous les murs sont collectés à partir du document Revit actif. Les types de mur sont ensuite renvoyés pour chaque mur et le nom de famille est renvoyé. +___ +## Exemple de fichier + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..f1491b837 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## Description approfondie +ElementType.Name renvoie le nom du type d'élément donné. Le nom du type d'élément sert à rechercher des types d'éléments avec ElementType.ByName. + +Dans l'exemple ci-dessous, tous les types de murs sont collectés à partir du document Revit actif. Le nom des types de mur est renvoyé avec ElementType.Name. +___ +## Exemple de fichier + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..34488ab93 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## Description approfondie +'FamilyInstance.ByCoordinates' place une instance du FamilyType indiqué aux coordonnées données dans le document Revit actif. + +Dans l'exemple ci-dessous, une famille RPC est placée aux coordonnées données. + +___ +## Exemple de fichier + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..f08fe207f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## Description approfondie +'FamilyInstance.ByFamilyType' renvoie les occurrences d'un type de famille donné à partir du document Revit actif. + +Dans l'exemple ci-dessous, toutes les occurrences du type de famille sélectionné sont renvoyées. + +___ +## Exemple de fichier + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..e9f44b6ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## Description approfondie +FamilyInstance.Space renvoie l'espace dans lequel se trouve l'élément donné, s'il est disponible. Si aucun espace n'est trouvé, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, tous les éléments de la bouche d'aération sont collectés à partir du document Revit actif. Les emplacements d'espace sont ensuite renvoyés avec FamilyInstance.Space. +___ +## Exemple de fichier + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..12987a9d6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Description approfondie +'FillPatternElement.GetByName' renvoie un élément de motif de remplissage du nom et de la cible donnés, si l'élément en question est disponible dans le document Revit actif. + +Dans l'exemple ci-dessous, le motif de remplissage "\\" est renvoyé. +___ +## Exemple de fichier + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..b5fbc1821 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## Description approfondie +'FilledRegionType.ByName' renvoie un type de zone remplie qui correspond au nom donné, si la zone en question est disponible dans le document Revit actif. Si le type de zone remplie est introuvable, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, le type de zone remplie "Gris uni" est renvoyé. +___ +## Exemple de fichier + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..f860e0afe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## Description approfondie +'FilledRegionType.Name' renvoie le nom du type de zone remplie donné. + +Dans l'exemple ci-dessous, tous les types de zones remplies sont collectés à partir du document Revit actif et les noms sont renvoyés. +___ +## Exemple de fichier + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..91bc7a13b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## Description approfondie +'Floor.Points' permet d'obtenir les points de modification de forme pour le sol donné, s'il est disponible. + +Dans l'exemple ci-dessous, un élément de sol avec des points de forme modifiée est sélectionné. 'Floor.Points' est utilisé pour renvoyer les points. +___ +## Exemple de fichier + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..6ef10d4db --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## Description approfondie +Level.ByElevation crée un niveau à l'élévation donnée. Le nom reflète ce qui se passe dans l'interface utilisateur Revit, en fonction des entrées précédentes. + +Dans l'exemple ci-dessous, un niveau est créé à 3,5 pieds (selon les unités du projet). +___ +## Exemple de fichier + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..f6aceb4c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## Description approfondie +Level.ByElevationAndName crée un niveau à l'élévation donnée, avec le nom donné. Si le nom est déjà pris, le noeud renvoie une erreur. + +Dans l'exemple ci-dessous, un niveau nommé "Sous-plancher surélevé" est créé à 3,5 pieds (selon les unités du projet). +___ +## Exemple de fichier + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..dfbc923e9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## Description approfondie +Level.ByLevelAndOffset crée un élément de niveau décalé de la distance donnée, à partir du niveau donné. Le nom du nouveau niveau reflète ce qui se passe dans l'interface utilisateur Revit où un niveau est nommé en fonction des entrées précédentes. + +Dans l'exemple ci-dessous, un nouveau niveau est créé à 10 pieds au-dessus du niveau le plus élevé dans le document Revit actif. +___ +## Exemple de fichier + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..0f52044f1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## Description approfondie +Level.ByLevelOffsetAndName crée un élément de niveau décalé de la distance donnée, à partir du niveau donné, avec le nom fourni. + +Dans l'exemple ci-dessous, un nouveau niveau appelé "Parapet T.O." est créé à 10 pieds au-dessus du niveau le plus élevé dans le document Revit actif. +___ +## Exemple de fichier + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..ef45c9743 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## Description approfondie +Level.Elevation renvoie l'élévation du niveau donné en unités de projet. Level.Elevation indique la valeur au niveau du sol. Si l'élévation du projet est différente, elle peut être renvoyée avec Level.ProjectElevation. + +Dans l'exemple ci-dessous, tous les niveaux sont collectés dans le document Revit actif. Les valeurs d'élévation des niveaux sont renvoyées. De plus, les niveaux sont triés par hauteur avec List.SortByKey. +___ +## Exemple de fichier + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..033abd01e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## Description approfondie +Level.Name renvoie le nom du niveau donné. Level.Name diffère de Element.Name en ce qu'il permet d'obtenir le nom du niveau en recherchant la valeur du paramètre. + +Dans l'exemple ci-dessous, tous les niveaux sont collectés pour le document Revit actif et leurs noms sont renvoyés. +___ +## Exemple de fichier + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..5d0cff04d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## Description approfondie +Level.ProjectElevation renvoie l'élévation du niveau donné en unités de projet. Level.ProjectElevation indique la valeur d'origine du projet. Si l'élévation par rapport au niveau du sol est requise, cette valeur peut être obtenue avec Level.Elevation. + +Dans l'exemple ci-dessous, tous les niveaux sont collectés dans le document Revit actif. Les valeurs d'élévation du projet des niveaux sont renvoyées. De plus, les niveaux sont triés par hauteur avec List.SortByKey. +___ +## Exemple de fichier + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..4551c5461 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Description approfondie +'LinePatternElement.GetByName' renvoie un élément de motif de ligne du nom donné, s'il est disponible dans le document Revit actif. + +Dans l'exemple ci-dessous, l'élément de motif de ligne "Centre" est renvoyé pour le document Revit actif. +___ +## Exemple de fichier + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..3a3bfa80d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## Description approfondie +'LinkElement.BoundingBox' renvoie la zone de délimitation de l'élément de lien donné. + +Dans l'exemple ci-dessous, un élément de solide topographique est renvoyé à partir d'une occurrence de l'exemple de site Snowdon Towers. La zone de délimitation du solide topographique est ensuite renvoyée avec 'LinkElement.BoundingBox'. + +___ +## Exemple de fichier + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..485629f42 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## Description approfondie +LinkElement.GetGeometry renvoie la géométrie des éléments de lien donnés au niveau de détail facultatif. + +Dans l'exemple ci-dessous, la géométrie de tous les éléments de mur dans le lien "Site exemple Snowdon Towers" est renvoyée. + +___ +## Exemple de fichier + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..f9c2e6199 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## Description approfondie +LinkElement.GetLocation renvoie la géométrie représentant l'emplacement de l'élément de lien donné (si disponible). + +Dans l'exemple ci-dessous, l'emplacement de tous les murs dans le "Site exemple Snowdon Towers" est renvoyé sous forme de courbes. +___ +## Exemple de fichier + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..4a074e918 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## Description approfondie +LinkInstance.AllElementsOfCategory renvoie tous les éléments de la catégorie donnée à partir de l'occurrence de lien indiquée. + +Dans l'exemple ci-dessous, tous les éléments de solide topographique sont renvoyés à partir de l'occurrence de lien "Site exemple Snowdon Towers". +___ +## Exemple de fichier + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..809533d3b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## Description approfondie +LinkInstance.AllElementsOfCategoryInView renvoie tous les éléments de la catégorie donnée dans la vue donnée à partir du document Revit actif. + +Dans l'exemple ci-dessous, tous les solides topographiques du "Site exemple Snowdon Towers" visibles dans le plan d'étage L1 sont renvoyés. +___ +## Exemple de fichier + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..602a7b0e7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## Description approfondie +'LinkInstance.AllElementsOfClass' collecte tous les éléments de la classe donnée à partir de l'occurrence de lien Revit donnée. + +Dans l'exemple ci-dessous, tous les éléments de solide topographique sont renvoyés à partir d'une occurrence de l'exemple de site Snowdon Towers. +___ +## Exemple de fichier + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..51d6a2546 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## Description approfondie +'LinkInstance.ByName' récupère une occurrence de lien dont le paramètre name correspond au nom donné. Remarque: le nom de l'occurrence de lien est légèrement différent du nom du 'RevitLinkType'. Reportez-vous à l'exemple ci-dessous pour plus d'informations. + +Dans l'exemple ci-dessous, une occurrence de l'exemple de site Snowdon Towers est sélectionnée par son nom. +___ +## Exemple de fichier + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..28b768de4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## Description approfondie +LinkInstance.Document renvoie le document pour l'occurrence de lien donnée. Ce document peut être utilisé pour collecter des éléments à partir du lien et interroger le document pour obtenir d'autres informations. + +Dans l'exemple ci-dessous, l'occurrence de lien "Site exemple Snowdown Towers" est renvoyée dans l'exemple de modèle architectural. Le document de l'occurrence de lien est ensuite renvoyé. +___ +## Exemple de fichier + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..2f2ad7c08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## Description approfondie +'LinkInstance.ElementById' récupère un élément selon l'ID donné à partir de l'occurrence de lien indiquée. + +Dans l'exemple ci-dessous, l'élément d'information sur le projet est renvoyé à partir d'une occurrence de l'exemple de site Snowdon Towers. +___ +## Exemple de fichier + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..52c85f124 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## Description approfondie +'Material.AppearanceParameters' renvoie tous les paramètres d'apparence pour le matériau donné. + +Dans l'exemple ci-dessous, les paramètres d'apparence sont renvoyés pour le matériau Aluminium. +___ +## Exemple de fichier + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..244afee1c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## Description approfondie +'Material.MaterialCategory' renvoie la catégorie dans laquelle le matériau donné est classé. + +Dans l'exemple ci-dessous, le matériau "Aluminium" est collecté à partir du document Revit actif. La catégorie "Métal" est signalée avec "Material.MaterialCategory". +___ +## Exemple de fichier + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..0023299f8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## Description approfondie +'Material.StructuralParameters' renvoie tous les paramètres structurels du matériau donné. + +Dans l'exemple ci-dessous, les paramètres structurels sont renvoyés pour le matériau Aluminium. +___ +## Exemple de fichier + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..0cdb35960 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## Description approfondie +'Material.ThermalParameters' renvoie tous les paramètres thermiques du matériau donné. + +Dans l'exemple ci-dessous, les paramètres thermiques sont renvoyés pour le matériau Aluminium. +___ +## Exemple de fichier + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..dd7fe966b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## Description approfondie +'PathOfTravel.ByFloorPlanPoints' crée des éléments de trajectoire de déplacement dans le document Revit actif et dans une vue de plan de sol donnée entre les points de départ et d'arrivée donnés. Remarque: une valeur nulle est renvoyée si un élément de trajectoire de déplacement ne peut pas être créé. + +Dans l'exemple ci-dessous, toutes les pièces sont collectées à partir de la vue en plan "L1". Des trajectoires de déplacement sont ensuite créées entre les pièces et une porte extérieure sélectionnée. +___ +## Exemple de fichier + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..146c262c9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## Description approfondie +'ReferencePoint.ByCoordinates' crée un élément de point de référence dans le document de famille Revit actif aux coordonnées données. Remarque: le document de famille doit être un composant adaptatif ou une famille de volumes. + +Dans l'exemple ci-dessous, un nouveau point de référence est créé aux coordonnées 0,0,1. +___ +## Exemple de fichier + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..6e5ce6660 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## Description approfondie +'ReferencePoint.ByParametersOnFaceReference' crée un élément de point de référence dans le document de famille Revit actif en fonction des paramètres donnés sur la surface sélectionnée. + +Remarque: le document de famille doit être un composant adaptatif ou une famille de volumes. + +Dans l'exemple ci-dessous, un point de référence est créé au centre d'une surface sélectionnée dans le document de famille. + +___ +## Exemple de fichier + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..d94ff51b9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## Description approfondie +'ReferencePoint.ByPoint' crée un élément de point de référence dans le document de famille Revit actif à l'emplacement de point donné. Remarque: le document de famille doit être un composant adaptatif ou une famille de volumes.Ce noeud diffère de 'ReferencePoint.ByCoordinates' en ce qu'il utilise un point Dynamo pour l'emplacement. Cette option est utile, car l'utilisateur final peut utiliser la manipulation directe pour modifier le point Dynamo, ce qui entraîne également la mise à jour du point de référence. Pour en savoir plus sur la manipulation directe, visitez ce [lien](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +Dans l'exemple ci-dessous, un nouveau point de référence est créé aux coordonnées 0,0,1. +___ +## Exemple de fichier + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..c42fc6ef6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## Description approfondie +'ReferencePoint.Point' renvoie la géométrie du point de référence donné. + +Dans l'exemple ci-dessous, un point de référence est créé au centre d'une surface sélectionnée dans le document de famille. La géométrie du point de référence est ensuite renvoyée avec 'ReferencePoint.Point'. De plus, les deux types d'objets sont fournis pour être examinés. + +___ +## Exemple de fichier + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..14cae3828 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## Description approfondie +'ReferencePoint.X' renvoie la coordonnée X du point de référence donné. + +Dans l'exemple ci-dessous, un point de référence est créé au centre d'une surface sélectionnée dans le document de famille. La coordonnée X du point de référence est ensuite renvoyée avec 'ReferencePoint.X'. + +___ +## Exemple de fichier + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..1051d1aec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## Description approfondie +'ReferencePoint.XYPlane' renvoie le plan dans la direction X,Y du point de référence donné. + +Dans l'exemple ci-dessous, un point de référence est créé au centre d'une surface sélectionnée dans le document de famille. Le plan dans la direction X,Y est ensuite renvoyé avec 'ReferencePoint.XYPlane'. + + +___ +## Exemple de fichier + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..1e66fbf4a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## Description approfondie +'ReferencePoint.XZPlane' renvoie le plan dans la direction X,Z du point de référence donné. + +Dans l'exemple ci-dessous, un point de référence est créé au centre d'une surface sélectionnée dans le document de famille. Le plan dans la direction X,Z est ensuite renvoyé avec 'ReferencePoint.XZPlane'. + + +___ +## Exemple de fichier + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..41cc62c2f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## Description approfondie +'ReferencePoint.Y' renvoie la coordonnée Y du point de référence donné. + +Dans l'exemple ci-dessous, un point de référence est créé au centre d'une surface sélectionnée dans le document de famille. La coordonnée Y du point de référence est ensuite renvoyée avec 'ReferencePoint.Y'. + +___ +## Exemple de fichier + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..ce92fa814 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## Description approfondie +'ReferencePoint.YZPlane' renvoie le plan dans la direction Y,Z du point de référence donné. + +Dans l'exemple ci-dessous, un point de référence est créé au centre d'une surface sélectionnée dans le document de famille. Le plan dans la direction Y,Z est ensuite renvoyé avec 'ReferencePoint.YZPlane'. + + +___ +## Exemple de fichier + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..4f0163d67 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## Description approfondie +'ReferencePoint.Z' renvoie la coordonnée Z du point de référence donné. + +Dans l'exemple ci-dessous, un point de référence est créé au centre d'une surface sélectionnée dans le document de famille. La coordonnée Z du point de référence est ensuite renvoyée avec 'ReferencePoint.Z'. + +___ +## Exemple de fichier + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..52aed31f4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## Description approfondie +'RoofType.ByName' récupère un élément de type de toit du document Revit actif qui correspond au nom donné, le cas échéant. + +Dans l'exemple ci-dessous, le type de toit "Générique - 9" est renvoyé à partir du document Revit actif. +___ +## Exemple de fichier + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..c56c393fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Description approfondie +'RoofType.GetThermalProperties' renvoie les propriétés thermiques du type de toit donné. + +Dans l'exemple ci-dessous, le type de toit "Generic - 9" est renvoyé et les propriétés thermiques sont récupérées avec 'RoofType.GetThermalProperties'. +___ +## Exemple de fichier + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..4edbdd962 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## Description approfondie +'RoofType.Name' renvoie le nom du type de toit donné. + +Dans l'exemple ci-dessous, tous les types de toits sont collectés à partir du document Revit actif. Les noms des types de toits sont renvoyés avec 'RoofType.Name'. +___ +## Exemple de fichier + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..b126fac8f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## Description approfondie +'Room.IsInsideRoom' renvoie une valeur booléenne indiquant si le point donné est présent ou non dans la pièce donnée. + +Dans l'exemple ci-dessous, tous les meubles du document Revit actif sont collectés, ainsi que toutes les pièces. Les points d'emplacement du mobilier sont ensuite transmis dans 'Room.IsInsideRoom' pour vérifier dans quelle pièce se trouvent les points donnés (le cas échéant). Enfin, le mobilier est filtré selon les éléments disposant d'emplacements de pièce, et ces valeurs sont combinées dans des listes. +___ +## Exemple de fichier + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..123704baf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## Description approfondie +Space.Area renvoie la superficie de l'espace donné. Si un espace n'est pas placé dans Revit, la valeur 0 est renvoyée. + +Dans l'exemple ci-dessous, la superficie de tous les espaces du document Revit actif est renvoyée. +___ +## Exemple de fichier + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..9d89159f5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## Description approfondie +Space.CenterBoundary renvoie une liste imbriquée représentant la limite de la ligne centrale de l'espace donné. Dans la liste renvoyée, la première sous-liste représente les courbes les plus à l'extérieur, tandis que les listes suivantes représentent les boucles à l'intérieur de l'espace. Les limites du centre sont situées sur la ligne centrale du mur sur toutes les couches de l'espace Revit. Pour plus d'informations sur les lignes de justification des murs, consultez cet [article](https://help.autodesk.com/view/RVT/2024/FRA/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Si un espace non délimité ou non placé est indiqué, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, tous les espaces sont collectés à partir du document actif et de la vue sélectionnée. Les limites de centre sont ensuite renvoyées. +___ +## Exemple de fichier + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..8983e60a4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## Description approfondie +Space.CoreBoundary renvoie une liste imbriquée représentant la limite du porteur de l'espace donné. Dans la liste renvoyée, la première sous-liste représente les courbes les plus à l'extérieur, tandis que les listes suivantes représentent les boucles à l'intérieur de l'espace. Les limites du porteur se situent sur la couche intérieure ou extérieure du noyau la plus proche de la pièce. Pour plus d'informations sur les lignes d'emplacement des murs, consultez cet [article](https://help.autodesk.com/view/RVT/2024/FRA/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Si un espace non délimité ou non placé est indiqué, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, tous les espaces sont collectés à partir du document actif et de la vue sélectionnée. Les limites du porteur sont ensuite renvoyées. + +___ +## Exemple de fichier + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..b96cb42da --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## Description approfondie +Space.CoreCenterBoundary renvoie une liste imbriquée représentant la limite centrale du porteur de l'espace donné. Dans la liste renvoyée, la première sous-liste représente les courbes les plus à l'extérieur, tandis que les listes suivantes représentent les boucles à l'intérieur de l'espace. Les limites centrales du porteur sont situées au centre des murs définis en tant que porteur. Pour plus d'informations sur les lignes de justification des murs, consultez cet [article](https://help.autodesk.com/view/RVT/2024/FRA/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Si un espace non délimité ou non placé est indiqué, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, tous les espaces sont collectés à partir du document actif et de la vue sélectionnée. Les limites centrales du porteur sont ensuite renvoyées. + +___ +## Exemple de fichier + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..7f93dd24f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## Description approfondie +Space.FinishBoundary renvoie une liste imbriquée représentant la limite de finition de l'espace donné. Dans la liste renvoyée, la première sous-liste représente les courbes les plus à l'extérieur, tandis que les listes suivantes représentent les boucles à l'intérieur de l'espace. La limite d'espace renvoyée par ce nœud est située sur la face de finition à l'intérieur de l'espace Revit. Pour plus d'informations sur les lignes de justification des murs, consultez cet [article](https://help.autodesk.com/view/RVT/2024/FRA/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Si un espace non délimité ou non placé est indiqué, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, tous les espaces sont collectés à partir du document actif et de la vue sélectionnée. Les limites de finition sont ensuite renvoyérs. + +___ +## Exemple de fichier + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..23562340f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## Description approfondie +Space.Height renvoie la hauteur de l'espace donné. Si un espace n'est pas placé dans Revit, la valeur 0 est renvoyée. + +Dans l'exemple ci-dessous, la hauteur de tous les espaces du document Revit actif est renvoyée. +___ +## Exemple de fichier + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..d5c8262b2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## Description approfondie +Space.IsPointInsideSpace vérifie si un point donné se trouve à l'intérieur d'un espace donné. Cela peut être utile lors de l'affectation de valeurs de repère à des éléments dans Revit. + +Dans l'exemple ci-dessous, toutes les bouches d'aération de la vue donnée dans le document Revit actif sont collectées. L'emplacement de ces points est ensuite comparé aux espaces de la vue donnée avec Space.IsPointInsideSpace. À l'aide de la gestion des listes, des sous-listes sont développées pour filtrer les bouches d'aération qui se trouvent dans les espaces. Pour plus d'informations sur l'utilisation de List@Level, veuillez consulter cet [article](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level). +___ +## Exemple de fichier + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..1ddb42f92 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## Description approfondie +Space.Location renvoie un point Dynamo qui représente l'emplacement d'un espace donné. + +Si un espace non délimité ou non placé est indiqué, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, tous les espaces sont collectés à partir du document actif et de la vue sélectionnée. Les emplacements des espaces sont ensuite renvoyés. De plus, les noms d'espace sont prévisualisés dans la fenêtre Dynamo avec le nœud Label.ByPointAndString. + +___ +## Exemple de fichier + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..2b7e5b7f5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## Description approfondie +Space.Name renvoie le nom de l'élément d'espace donné. + +Dans l'exemple ci-dessous, tous les espaces sont collectés à partir du document actif à partir de la vue sélectionnée. Les noms des espaces sont ensuite renvoyés. +___ +## Exemple de fichier + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..b069054b6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## Description approfondie +Space.Number renvoie le numéro de l'élément d'espace donné sous forme de chaîne. + +Dans l'exemple ci-dessous, tous les espaces sont collectés dans le document actif à partir de la vue sélectionnée. Les numéros des espaces sont ensuite renvoyés. +___ +## Exemple de fichier + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..a9e4c7caf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## Description approfondie +Space.SetName modifie le nom de l'élément d'espace donné. + +Dans l'exemple ci-dessous, tous les espaces sont collectés dans le document actif à partir de la vue sélectionnée. Les noms des espaces sont ensuite modifiés avec un préfixe "(E)" pour indiquer les conditions existantes. + +___ +## Exemple de fichier + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..e6d155007 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## Description approfondie +Space.SetNumber modifie le numéro de l'élément d'espace donné. + +Dans l'exemple ci-dessous, tous les espaces sont collectés dans le document actif à partir de la vue sélectionnée. Les numéros des espaces sont ensuite modifiés avec un suffixe "e" pour indiquer les conditions existantes. Ce type de workflow est utile lors de la renumérotation des espaces dans Revit. +___ +## Exemple de fichier + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..fca7d8d28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## Description approfondie +Space.Volume renvoie le volume de l'espace donné. Si un espace n'est pas placé dans Revit, la valeur 0 est renvoyée. + +Dans l'exemple ci-dessous, le volume de tous les espaces du document Revit actif est renvoyé. +___ +## Exemple de fichier + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..c6ce9b0f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## Description approfondie +'Tag.ByElement' place une balise pour l'élément donné, avec les critères donnés. + +Dans l'exemple ci-dessous, tous les murs sont collectés à partir de la vue donnée. Les murs sont ensuite étiquetés avec le type d'étiquette de mur par défaut et les critères d'alignement/de ligne de repère. +___ +## Exemple de fichier + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index 027c7113c..9bbd54ad9 100644 --- a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## Description approfondie -'Tag.GetLeaderEndCondition' renvoie la condition donnée d'extrémité de repère des étiquettes. - -Conditions d'extrémité possibles: -- Attachée -- Libre - -Dans l'exemple ci-dessous, toutes les étiquettes de note d'identification sont collectées à partir de la vue de détail "Détail de la fenêtre du mur nord". Les conditions d'extrémité de repère des étiquettes sont ensuite renvoyées. +'Tag.GetLeaderEndCondition' renvoie la condition d'extrémité de repère de l'élément d'étiquette donné. +Dans l'exemple ci-dessous, tous les murs sont collectés à partir de la vue donnée. Les murs sont ensuite étiquetés avec le type d'étiquette de mur par défaut et les critères d'alignement/de ligne de repère. Les conditions d'extrémité sont ensuite renvoyées avec 'Tag.GetLeaderEndCondition'. ___ ## Exemple de fichier diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..27f835f6d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## Description approfondie +'Tag.SetLeaderEndCondition' définit l'extrémité de la ligne de repère de l'élément d'étiquette donné sur Attachée ou Libre. + +Dans l'exemple ci-dessous, tous les murs sont collectés à partir de la vue donnée. Les murs sont ensuite étiquetés avec le type d'étiquette de mur par défaut et les critères d'alignement/de ligne de repère. La condition d'extrémité est ensuite définie avec 'Tag.SetLeaderEndCondition'. +___ +## Exemple de fichier + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..7afe93bdf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## Description approfondie +'TextNote.SetHorizontalAlignment' définit l'alignement horizontal de la note textuelle donnée. + +Remarque: ce noeud a un type de renvoi de vide, ce qui signifie que le noeud valide une action sur un élément et renvoie une valeur nulle. + +Dans l'exemple ci-dessous, une feuille de détails est sélectionnée. Toutes les notes textuelles des vues de détail sont ensuite collectées et leur alignement horizontal est défini sur Centre. +___ +## Exemple de fichier + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..895d46edd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## Description approfondie +'TextNote.SetKeepRotatedTextReadable' définit le paramètre d'occurrence Conserver en lecture de la note textuelle donnée sur la valeur booléenne donnée. + +Remarque: ce noeud a un type de renvoi de vide, ce qui signifie que le noeud valide une action sur un élément et renvoie une valeur nulle. + +Dans l'exemple ci-dessous, une feuille de détails est sélectionnée. Toutes les notes textuelles des vues de détail sont ensuite collectées et leur paramètre Conserver en lecture est défini sur True. +___ +## Exemple de fichier + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNoteType.Default.md index 0f103edf6..6060306bb 100644 --- a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## Description approfondie -'TextNoteType.Default' permet d'accéder au type de note textuelle par défaut dans le document Revit actif. Ce type de note textuelle est identique à celui utilisé lors de la création de texte dans l'interface utilisateur de Revit. - -Dans l'exemple ci-dessous, une nouvelle vue de dessin est créée et une nouvelle note textuelle est créée à l'origine dans le document Revit actif. +'TextNoteType.Default' renvoie le type de note textuelle par défaut dans le document Revit actif. Ce paramètre correspond au type de texte par défaut utilisé lorsque l'utilisateur crée une note textuelle dans l'interface utilisateur de Revit. +Dans l'exemple ci-dessous, le type de note textuelle par défaut "1/4" Trebuchet MS" est renvoyé pour l'exemple de modèle Snowdon Towers. ___ ## Exemple de fichier diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..b4ff7233d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## Description approfondie +'Toposolid.ByOutlinePointsTypeAndLevel' crée un élément de solide topographique dans le document Revit actif, en fonction des entrées. + +Dans l'exemple ci-dessous, un sol existant (avec des points modifiés) est sélectionné pour être converti en solide topographique. Les points de forme, le contour et le niveau du sol sont extraits pour être utilisés lors de la création de solides topographiques. Enfin, un solide topographique est créé pour remplacer le sol et l'élément de sol est supprimé. +___ +## Exemple de fichier + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..59d3951fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## Description approfondie +'Toposolid.Points' renvoie les points de forme modifiée du solide topographique donné, le cas échéant. + +Dans l'exemple ci-dessous, tous les points sont renvoyés à partir du premier solide topographique trouvé sur le lien Revit sélectionné. +___ +## Exemple de fichier + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..57e01cad8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Description approfondie +'CeilingPlanView.ByLevel' crée une vue en plan de plafond à partir du niveau donné. + +Dans l'exemple ci-dessous, une vue en plan de plafond est créée pour "L1 – Bloc 35". +___ +## Exemple de fichier + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..0fa4234a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Description approfondie +'FloorPlanView.ByLevel' crée une vue en plan de sol à partir du niveau donné. + +Dans l'exemple ci-dessous, une vue en plan de sol est créée pour "L1 - Bloc 35". +___ +## Exemple de fichier + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..01246ab5d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## Description approfondie +View.CanViewBeDuplicated fournit une valeur true ou false indiquant si la vue donnée peut être dupliquée avec les options indiquées. + +Dans l'exemple ci-dessous, toutes les vues de dessin sont collectées à partir du document Revit actif. La capacité des vues de dessin à être dupliquées est ensuite vérifiée à l'aide de l'option "Avec les détails". +___ +## Exemple de fichier + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..7c62b14ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## Description approfondie +View.DuplicateView tente de dupliquer la vue donnée avec l'option de duplication indiquée. Si la vue ne peut pas être dupliquée, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, toutes les vues de dessin sont collectées à partir du document Revit actif. Les vues de dessin sont alors dupliquées "avec les détails" avec le préfixe "(N)". +___ +## Exemple de fichier + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..82964b1f9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## Description approfondie +View.ExportAsImage exporte la vue donnée vers le chemin donné sous forme d'image. + +Dans l'exemple ci-dessous, la vue 3D par défaut du document actif est sélectionnée pour l'exportation. Le chemin est composé en extrayant le dossier "Images" de la machine de l'utilisateur actuel, combiné avec le nom de la vue. + +___ +## Exemple de fichier + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..b51e6097c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Description approfondie +View.HideCategoriesTemporary active le masquage/l'isolation temporaire pour la vue donnée. Les catégories fournies seront masquées jusqu'à ce que le masquage/l'isolation temporaire soit réinitialisé. + +Dans l'exemple ci-dessous, les catégories Portes et Mobilier sont masquées pour la vue de plan "L1". +___ +## Exemple de fichier + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..ee05824d7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## Description approfondie +View.HideElementsTemporary active le mode masquage/isolation temporaire pour la vue donnée. Les éléments spécifiés sont masqués jusqu'à ce que le mode de masquage/isolation temporaire de la vue soit réinitialisé. + +Dans l'exemple ci-dessous, tous les murs de la vue "L1" sont collectés et divisés en deux listes, coupe-feu et non-classés. Les murs non classés sont temporairement masqués à l'aide de View.HideElementsTemporary. +___ +## Exemple de fichier + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..f519d5f6b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Description approfondie +View.IsolateCategoriesTemporary active le masquage/l'isolation temporaire de la vue donnée. Les catégories fournies seront isolées jusqu'à ce que le masquage/l'isolation temporaire soit réinitialisé. + +Dans l'exemple ci-dessous, les catégories Portes et Mobilier sont isolées pour la vue de plan "L1". +___ +## Exemple de fichier + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..1b9f3e6f1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## Description approfondie +View.IsolateElementsTemporary active le mode de masquage/isolation temporaire pour la vue donnée. Les éléments donnés sont isolés jusqu'à ce que le mode de masquage/isolation temporaire la vue soit réinitialisé. + +Dans l'exemple ci-dessous, tous les murs de la vue "L1" sont rassemblés et divisés en deux listes, coupe-feu et non-classés. Les murs non classés sont temporairement isolés à l'aide de View.HideElementsTemporary. +___ +## Exemple de fichier + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..fbc3b34a8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## Description approfondie +'View.SetCategoryOverrides' modifie les graphismes de visibilité de la catégorie donnée pour la vue donnée. + +Dans l'exemple ci-dessous, tous les gabarits de vue en plan de sol sont collectés à partir du document Revit actif. Un jeu de remplacements visant à masquer les lignes d'axe des gaines est ensuite appliqué aux vues. +___ +## Exemple de fichier + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..8a7d3a687 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## Description approfondie +'View.SetCropBoxActive' permet d'activer ou désactiver la zone de découpe de la vue donnée, en fonction de l'entrée booléenne. + +Dans l'exemple ci-dessous, toutes les vues sont collectées pour la feuille donnée et leurs zones de découpe sont définies comme actives. +___ +## Exemple de fichier + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..ae00129cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## Description approfondie +View.SetCropBoxVisible active ou désactive la visibilité de la zone de délimitation de la vue donnée en fonction de la valeur booléenne d'entrée. + +Dans l'exemple ci-dessous, les zones de délimitation sont définies sur cachées pour toutes les vues sur toutes les feuilles du document Revit actif. +___ +## Exemple de fichier + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..19eb396cf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## Description approfondie +View.SetScale définit la vue donnée selon le facteur d'échelle donné. Pour plus d'informations sur la modification du facteur d'échelle d'une vue, consultez cet [article](https://help.autodesk.com/view/RVTLT/2024/FRA/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +Dans l'exemple ci-dessous, toutes les vues de dessin sont collectées à partir du document Revit actif. L'échelle des vues est ensuite définie sur 1/4"= 1'-0'' (facteur d'échelle de 48) avec View.SetScale. +___ +## Exemple de fichier + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..e0a7354c5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## Description approfondie +Wall.ByCurveAndHeight crée un mur du type donné à l'emplacement de ligne donné, hébergé au niveau donné. + +Dans l'exemple ci-dessous, une occurrence de mur "Extérieur - CMU sur montant métallique" est créée au niveau R3 à une hauteur de 10' et une longueur de 10'. +___ +## Exemple de fichier + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..0ae03f8c7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## Description approfondie +'Wall.ByFace' crée un mur sur la face de volume donnée. La ligne d'emplacement et le type du mur doivent également être indiqués. + +Dans l'exemple ci-dessous, un mur de face est créé sur la surface existante sélectionnée dans le document Revit actif. +___ +## Exemple de fichier + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..aec116527 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## Description approfondie +WallType.ByName sélectionne un type de mur avec le nom donné (si disponible). Si aucun type de mur n'est trouvé par le nom donné, une valeur nulle est renvoyée. + +Dans l'exemple ci-dessous, le type de mur "Extérieur - CMU sur montant métallique" est sélectionné dans le document Revit actif. +___ +## Exemple de fichier + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..2f788b660 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## Description approfondie +WallType.Function renvoie la fonction du type de mur donné. Pour plus d'informations sur les fonctions des murs, consultez cet [article](https://help.autodesk.com/view/RVT/2025/FRA/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +Dans l'exemple ci-dessous, tous les types de murs sont collectés à partir du document Revit actif, ainsi que les fonctions. +___ +## Exemple de fichier + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..46b156a38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Description approfondie +WallType.GetThermalProperties renvoie les propriétés thermiques du type de mur donné. Pour plus d'informations sur les propriétés thermiques des murs, consultez cet [article](https://help.autodesk.com/view/RVT/2024/FRA/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +Dans l'exemple ci-dessous, le type de mur "Extérieur - CMU sur montant métallique" est sélectionné dans le document Revit actif. Les propriétés thermiques sont signalées avec WallType.GetThermalProperties. +___ +## Exemple de fichier + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..e4d19ccc8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## Description approfondie +WallType.Name renvoie le nom du type de mur donné sous forme de chaîne. + +Dans l'exemple ci-dessous, tous les types de murs sont collectés à partir du document Revit actif, ainsi que les noms. +___ +## Exemple de fichier + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..8ceaded3c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## Description approfondie +WallType.Width renvoie la largeur du type de mur donné sous forme de nombre. + +Dans l'exemple ci-dessous, tous les types de murs sont collectés à partir du document Revit actif, ainsi que les largeurs (en unités du projet). +___ +## Exemple de fichier + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..31f1ada9b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## Description approfondie +'OverrideGraphicSettings.ByProperties' crée un jeu de remplacements de graphisme de visibilité à utiliser dans les vues ou les gabarits de vue. + +Dans l'exemple ci-dessous, tous les gabarits de vue en plan de sol sont collectés à partir du document Revit actif. Un jeu de remplacements visant à masquer les lignes d'axe des gaines est ensuite appliqué aux vues. +___ +## Exemple de fichier + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..128bd8469 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## Description approfondie +'Transaction.End' termine la transaction Dynamo en cours et renvoie l'élément spécifié. Dans Revit, les transactions représentent les modifications apportées au document Revit. L'activation du bouton Annuler indique qu'une modification a été apportée. À l'aide de 'Transaction.End', les utilisateurs peuvent ajouter des étapes au graphique Dynamo, créant ainsi une action d'annulation pour chaque étape où 'Transaction.End' est utilisé. + +Dans l'exemple ci-dessous, une occurrence de famille est placée dans le document Revit. 'Transaction.End' est appelé pour terminer le placement avant de faire pivoter l'occurrence de famille avec 'FamilyInstance.SetRotation'. + +___ +## Exemple de fichier + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..433c7b096 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/fr-FR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## Description approfondie + +'Toposolid.ByOutlinePointsTypeAndLevel' crée un élément de solide topographique dans le document Revit actif, en fonction des entrées. + +Dans l'exemple ci-dessous, un sol existant (avec des points modifiés) est sélectionné pour être converti en solide topographique. Les points de forme, le contour et le niveau du sol sont extraits pour être utilisés lors de la création de solides topographiques. Enfin, un solide topographique est créé pour remplacer le sol et l'élément de sol est supprimé. + +___ +## Exemple de fichier + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..7e70cd8e2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## In profondità +`Fill Pattern Targets` consente di accedere alle opzioni di destinazione dei retini disponibili in Revit. Ciò include: +- Drafting +- Model +- None + +Nell'esempio seguente, viene restituito il retino di disegno "" per il documento di Revit corrente. +___ +## File di esempio + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..39015da0a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## In profondità +`Fill Patterns` consente di selezionare un retino da tutti i retini disponibili nel documento di Revit corrente. + +Nell'esempio seguente, viene restituito il retino di disegno "\\" per il documento di Revit corrente. +___ +## File di esempio + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..c3a9ff013 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## In profondità +`Select Horizontal Text Alignment` consente di selezionare le seguenti opzioni di allineamento per gli elementi di testo: +- Center +- Left +- Right + +Nell'esempio seguente, viene creata una nuova nota di testo con l'opzione di allineamento del testo al centro. +___ +## File di esempio + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..0c517a384 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## In profondità +`Line Patterns` consente di selezionare un modello di linea tra tutti i modelli di linea disponibili nel documento di Revit corrente. + +Nell'esempio seguente, viene restituito l'elemento modello di linea "Center" per il documento di Revit corrente. +___ +## File di esempio + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..31f470104 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## In profondità +`Select Vertical Text Alignment` consente di selezionare le seguenti opzioni di allineamento per gli elementi testo: +- Bottom +- Middle +- Top + +Nell'esempio seguente, viene creata una nuova nota di testo con l'opzione di allineamento del testo nel mezzo. +___ +## File di esempio + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..348cc1b91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## In profondità +`View Duplicate Options` fornisce l'accesso a tutte le opzioni di duplicazione disponibili in Revit. + +Queste includono: +- As Dependent +- With Detailing +- As Duplicate + +Nell'esempio seguente, la vista di dettaglio "North Wall Window Detail" viene duplicata con il prefisso "-Revision 1" con dettagli. +___ +## File di esempio + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..85fc8418d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## In profondità +`Document.FilePath` restituisce il percorso del file del documento di Revit specificato, se disponibile. Se il file non viene salvato, viene restituita una stringa vuota. Se il documento specificato è un file locale (collegato ad un file centrale), viene fornito il percorso del file locale. + +Nell'esempio seguente, viene fornita la posizione del file per il documento di Revit corrente. +___ +## File di esempio + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..5ad8b1a79 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## In profondità +`Document.GetLinkInstances` restituisce un elenco di tutte le istanze dei collegamenti posizionati nel documento di Revit corrente. Le istanze di collegamento vengono utilizzate per recuperare elementi da file collegati. + +Nell'esempio seguente, tutte le istanze di collegamento di Revit vengono restituite per il documento di Revit attivo. Inoltre, i nomi dei collegamenti vengono restituiti con `Element.Name`. +___ +## File di esempio + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..658737bc3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## In profondità +`Document.IsCloudPath` restituisce un valore booleano che indica se il documento di Revit specificato è ospitato o meno in una posizione cloud. Viene restituito un valore null per un file non condiviso. + +Nell'esempio seguente, vengono raccolte tutte le istanze di collegamento di Revit dal documento di Revit corrente. I documenti delle istanze di collegamento vengono quindi controllati per verificare se si tratta di un percorso cloud. +___ +## File di esempio + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..62a460c54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## In profondità +`Document.Location` restituisce la posizione di latitudine e longitudine del documento di Revit specificato. + +Nell'esempio seguente, viene fornita la posizione del progetto per il documento di Revit corrente. +___ +## File di esempio + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..874bab340 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## In profondità +`Document.WorksharingPath` restituisce il percorso di condivisione del lavoro del documento specificato. Viene restituito un valore null per un file non condiviso. + +Nell'esempio seguente, vengono raccolte tutte le istanze di collegamento di Revit dal documento di Revit corrente. I documenti delle istanze di collegamento vengono quindi controllati per verificare il loro percorso di condivisione del lavoro. +___ +## File di esempio + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..d4b468ce6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## In profondità +`CeilingType.ByName` recupera dal documento di Revit corrente un elemento tipo di controsoffitto che corrisponde al nome specificato, se disponibile. + +Nell'esempio seguente, viene restituito il tipo di controsoffitto "Generic" dal documento di Revit corrente. + +___ +## File di esempio + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..416a80126 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## In profondità +`CeilingType.GetThermalProperties` restituisce le proprietà termiche del tipo di controsoffitto specificato. + +Nell'esempio seguente, viene restituito il tipo di controsoffitto "Generic" e le proprietà termiche vengono recuperate con `CeilingType.GetThermalProperties`. + +___ +## File di esempio + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..2aacccf23 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## In profondità +`CeilingType.Name` restituisce il nome del tipo di controsoffitto specificato. + +Nell'esempio seguente, vengono raccolti tutti i tipi di controsoffitto dal documento di Revit corrente. I nomi dei tipi di controsoffitto vengono restituiti con `CeilingType.Name`. + +___ +## File di esempio + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..db143307c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## In profondità +`Coordinates.BasePoint` restituisce il punto base del progetto come geometria del punto. Il punto base del progetto viene impostato in Revit e può variare da progetto a progetto. Per ulteriori informazioni sul punto base del progetto in Revit, vedere questo [articolo della Guida](https://help.autodesk.com/view/RVT/2025/ITA/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +Nell'esempio seguente, viene restituito il punto base del progetto. + +___ +## File di esempio + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..37f9d4b57 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## In profondità +`Coordinates.ProjectRotation` restituisce la rotazione del progetto in gradi. La rotazione del progetto è un valore modificabile dall'utente e può variare notevolmente. Per ulteriori informazioni sulla rotazione del progetto in Revit, vedere questo [articolo della Guida](https://help.autodesk.com/view/RVT/2025/ITA/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +Nell'esempio seguente, viene restituito il valore di rotazione del progetto. + +___ +## File di esempio + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..57c6a5b28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## In profondità +`Coordinates.SurveyPoint` restituisce il punto rilevamento del progetto come geometria del punto. Il punto rilevamento viene impostato in Revit e può variare da progetto a progetto. Per ulteriori informazioni sul punto rilevamento in Revit, vedere questo [articolo della Guida](https://help.autodesk.com/view/RVT/2025/ITA/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +Nell'esempio seguente, viene restituito il punto rilevamento. + +___ +## File di esempio + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..a4ced30e5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## In profondità +`DirectShape.ByGeometry` crea un elemento DirectShape in Revit con la geometria specificata. Facoltativamente, è anche possibile assegnare un materiale e un nome al momento della creazione. + +Nell'esempio seguente, viene creata una struttura a cupola tassellata nel modello di esempio di Revit sulla tettoia. +___ +## File di esempio + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..ba239c552 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## In profondità +`Element.GetJoinedElements` restituisce tutti gli elementi uniti all'elemento di input. + +Nell'esempio seguente, viene selezionato un pavimento nel documento di Revit corrente. Vengono restituiti tutti gli elementi uniti al pavimento selezionato. +___ +## File di esempio + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..9af8d468c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## In profondità +`Element.UnjoinAllGeometry` disgiunge tutta la geometria degli elementi uniti all'elemento specificato. + +Nell'esempio seguente, viene selezionato un pavimento dal documento di Revit corrente e viene disgiunta tutta la geometria unita. +___ +## File di esempio + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..c1ae1be1a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## In profondità +`Element.UnjoinGeometry` disgiunge la geometria dei due elementi specificati. + +Nell'esempio seguente, viene selezionato un pavimento nel documento di Revit corrente. Gli elementi uniti vengono raccolti, quindi disgiunti dal pavimento di input. +___ +## File di esempio + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..7749400f5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## In profondità +`ElementType.CanBeCopied` restituisce un valore true/false che indica se il tipo di elemento specificato può essere copiato o meno. + +Nell'esempio seguente, tutti i tipi di muro vengono raccolti dal documento di Revit corrente e viene verificato se possono essere copiati. +___ +## File di esempio + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 33dea8d9c..90969a2d2 100644 --- a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## In profondità -`ElementType.CanBeDeleted` determina se il tipo di elemento può essere eliminato dal file di Revit. +`ElementType.CanBeDeleted` restituisce un valore true/false che indica se il tipo di elemento specificato può essere eliminato o meno. -Nell'esempio seguente, tutte le viste di pianta vengono raccolte dal file di Revit corrente. Le viste di pianta vengono quindi separate in 2 elenchi, "can be deleted" e "cannot be deleted". +Nell'esempio seguente, tutti i tipi di muro vengono raccolti dal documento di Revit corrente e viene verificato se possono essere eliminati. ___ ## File di esempio diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..c3652752a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## In profondità +`ElementType.Duplicate` tenta di duplicare il tipo di elemento specificato con il nome dato. Se il nome è già stato utilizzato, verrà visualizzato un errore sul nodo. + +Nell'esempio seguente, il tipo di muro `Generic - 4"` viene recuperato dal documento di Revit corrente. Il tipo di muro viene quindi duplicato con il nome `Typical - 4"`. +___ +## File di esempio + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..d8126a777 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## In profondità +`ElementType.FamilyName` restituisce il nome della famiglia proprietaria dell'elemento specificato. + +Nell'esempio seguente, tutti i muri vengono raccolti dal documento di Revit corrente. Per ogni muro vengono quindi restituiti i tipi di muro e viene restituito il nome della famiglia. +___ +## File di esempio + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..ec445acd5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## In profondità +`ElementType.Name` restituisce il nome del tipo di elemento specificato. Il nome del tipo di elemento è utile per la ricerca di tipi di elemento con `ElementType.ByName". + +Nell'esempio seguente, tutti i tipi di muro vengono raccolti dal documento di Revit corrente. Il nome dei tipi di muro viene restituito con `ElementType.Name`. +___ +## File di esempio + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..28a963c6b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## In profondità +`FamilyInstance.ByCoordinates` posiziona un'istanza dell'elemento FamilyType specificato in corrispondenza delle coordinate date nel documento di Revit corrente. + +Nell'esempio seguente, viene posizionata una famiglia RPC in corrispondenza delle coordinate specificate. + +___ +## File di esempio + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..108eaeb19 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## In profondità +`FamilyInstance.ByFamilyType` restituisce le istanze di un determinato tipo di famiglia dal documento di Revit corrente. + +Nell'esempio seguente, vengono restituite tutte le istanze del tipo di famiglia selezionato. + +___ +## File di esempio + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..b1a2b59a2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## In profondità +`FamilyInstance.Space` restituisce il vano all'interno del quale si trova l'elemento specificato, se disponibile. Se non viene trovato alcun vano, viene restituito un valore null. + +Nell'esempio seguente, tutti gli elementi bocchettone vengono raccolti dal documento di Revit corrente. Le posizioni dei vani vengono quindi restituite con `FamilyInstance.Space`. +___ +## File di esempio + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..2ba3e0941 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## In profondità +`FillPatternElement.GetByName` restituisce un elemento retino con il nome e la destinazione specificati, se disponibile nel documento di Revit corrente. + +Nell'esempio seguente, viene restituito il retino "\\". +___ +## File di esempio + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..ae7021542 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## In profondità +`FilledRegionType.ByName` restituisce un tipo di campitura che corrisponde al nome fornito, se disponibile nel documento di Revit corrente. Se non è possibile trovare il tipo di campitura, viene restituito un valore null. + +Nell'esempio seguente, viene restituito il tipo di campitura "Solid Gray". +___ +## File di esempio + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..176328675 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## In profondità +`FilledRegionType.Name` restituisce il nome del tipo di campitura specificato. + +Nell'esempio seguente, vengono raccolti tutti i tipi di campitura dal documento di Revit corrente e vengono restituiti i nomi. +___ +## File di esempio + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..a6d9c2121 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## In profondità +`Floor.Points` ottiene i punti di modifica della forma per il pavimento specificato, se disponibili. + +Nell'esempio seguente, viene selezionato un elemento pavimento con i punti dalla forma modificata. `Floor.Points` viene utilizzato per restituire i punti. +___ +## File di esempio + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..071ba0d22 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## In profondità +`Level.ByElevation` crea un livello alla quota altimetrica specificata. Il nome rispecchia ciò che accade nell'interfaccia utente di Revit, in base alle voci precedenti. + +Nell'esempio seguente, viene creato un livello a 3,5 piedi (questo dipende dalle unità di misura). +___ +## File di esempio + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..a6392988e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## In profondità +`Level.ByElevationAndName` crea un livello alla quota altimetrica specificata, con il nome fornito. Se il nome è già stato utilizzato, verrà visualizzato un errore sul nodo. + +Nell'esempio seguente, viene creato un livello denominato "Raised Subfloor" a 3,5 piedi (questo dipende dalle unità di misura). +___ +## File di esempio + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..6e06f100c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## In profondità +`Level.ByLevelAndOffset` crea un elemento livello con offset della distanza specificata, dal livello dato. Il nome del nuovo livello rispecchia ciò che accade nell'interfaccia utente di Revit, dove un livello viene denominato in base alle voci precedenti. + +Nell'esempio seguente, viene creato un nuovo livello 10' al di sopra del livello più alto nel documento di Revit corrente. +___ +## File di esempio + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..c41ae2029 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## In profondità +`Level.ByLevelOffsetAndName` crea un elemento livello con offset della distanza specificata, dal livello dato, con il nome fornito. + +Nell'esempio seguente, viene creato un nuovo livello denominato "T.O. Parapet" 10' al di sopra del livello più alto nel documento di Revit corrente. +___ +## File di esempio + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..2e36b1143 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## In profondità +`Level.Elevation` restituisce la quota altimetrica per il livello specificato in unità di misura. `Level.Elevation` riporta il valore dal livello del suolo. Se la quota altimetrica del progetto è diversa, questa può essere restituita con `Level.ProjectElevation`. + +Nell'esempio seguente, tutti i livelli vengono raccolti nel documento di Revit corrente. Viene restituito il valore di quota altimetrica dei livelli. Inoltre, i livelli vengono ordinati in base all'altezza con "List.SortByKey". +___ +## File di esempio + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..350d9596d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## In profondità +`Level.Name` restituisce il nome del livello specificato. `Level.Name` differisce da `Element.Name` perché ottiene il nome dal livello cercando il valore del parametro. + +Nell'esempio seguente, tutti i livelli vengono raccolti per il documento di Revit corrente e vengono restituiti i relativi nomi. +___ +## File di esempio + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..00b02e698 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## In profondità +`Level.ProjectElevation` restituisce la quota altimetrica per il livello specificato in unità di misura. `Level.ProjectElevation` riporta il valore dall'origine del progetto. Se la quota altimetrica dal livello del suolo è obbligatoria, questo valore può essere ottenuto con `Level.Elevation`. + +Nell'esempio seguente, tutti i livelli vengono raccolti nel documento di Revit corrente. Viene restituito il valore di quota altimetrica del progetto dei livelli. Inoltre, i livelli vengono ordinati in base all'altezza con "List.SortByKey". +___ +## File di esempio + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..242251acb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## In profondità +`LinePatternElement.GetByName` restituisce un elemento modello di linea con il nome specificato, se disponibile nel documento di Revit corrente. + +Nell'esempio seguente, viene restituito l'elemento modello di linea "Center" per il documento di Revit corrente. +___ +## File di esempio + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..426fc356e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## In profondità +`LinkElement.BoundingBox` restituisce il riquadro di delimitazione per l'elemento collegamento specificato. + +Nell'esempio seguente, viene restituito un elemento solido topografico da un'istanza di "Snowdon Towers Sample Site". Il riquadro di delimitazione del solido topografico viene quindi restituito con `LinkElement.BoundingBox`. + +___ +## File di esempio + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..54990611a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## In profondità +`LinkElement.GetGeometry` restituisce la geometria degli elementi collegamento specificati al livello di dettaglio facoltativo. + +Nell'esempio seguente, viene restituita la geometria per tutti gli elementi muro nel collegamento "Snowdon Towers Sample Site". + +___ +## File di esempio + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..17a5ede8c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## In profondità +`LinkElement.GetLocation` restituisce la geometria che rappresenta la posizione dell'elemento collegamento specificato (se disponibile). + +Nell'esempio seguente, la posizione di tutti i muri in "Snowdon Towers Sample Site" viene restituita come curve. +___ +## File di esempio + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..19b33e950 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## In profondità +`LinkInstance.AllElementsOfCategory` restituisce tutti gli elementi della categoria specificata dall'istanza di collegamento data. + +Nell'esempio seguente, tutti gli elementi solido topografico vengono restituiti dall'istanza di collegamento "Snowdon Towers Sample Site". +___ +## File di esempio + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..e497d4105 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## In profondità +`LinkInstance.AllElementsOfCategoryInView` restituisce tutti gli elementi della categoria specificata nella vista data dal documento di Revit corrente. + +Nell'esempio seguente, vengono restituiti tutti i solidi topografici in "Snowdon Towers Sample Site" visibili nella pianta del pavimento "L1". +___ +## File di esempio + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..6c487d5b5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## In profondità +`LinkInstance.AllElementsOfClass` raccoglie tutti gli elementi della classe specificata dall'istanza di collegamento di Revit data. + +Nell'esempio seguente, vengono restituiti tutti gli elementi solido topografico da un'istanza di "Snowdon Towers Sample Site". +___ +## File di esempio + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..ac670611f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## In profondità +`LinkInstance.ByName` recupera un'istanza di collegamento il cui parametro del nome corrisponde al nome specificato. Nota: il nome dell'istanza di collegamento è leggermente diverso dal nome di `RevitLinkType`. Per ulteriori informazioni, fare riferimento all'esempio riportato di seguito. + +Nell'esempio seguente, viene selezionata un'istanza di "Snowdon Towers Sample Site" in base al nome. +___ +## File di esempio + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..5f4516aa0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## In profondità +`LinkInstance.Document` restituisce il documento per l'istanza di collegamento specificata. Questo documento può essere utilizzato per raccogliere elementi dal collegamento e richiedere altre informazioni sul documento. + +Nell'esempio seguente, viene restituita l'istanza di collegamento "Snowdown Towers Sample Site" nel modello di esempio architettonico. Viene quindi restituito il documento dell'istanza di collegamento. +___ +## File di esempio + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..ada2701c1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## In profondità +`LinkInstance.ElementById` recupera un elemento dall'ID specificato dall'istanza di collegamento data. + +Nell'esempio seguente, viene restituito l'elemento informazioni sul progetto da un'istanza di "Snowdon Towers Sample Site". +___ +## File di esempio + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..1f26e6e0d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## In profondità +`Material.AppearanceParameters` restituisce tutti i parametri di aspetto per il materiale specificato. + +Nell'esempio seguente, vengono restituiti i parametri di aspetto per il materiale, Aluminum. +___ +## File di esempio + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..f48060c35 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## In profondità +`Material.MaterialCategory` restituisce la categoria in cui è classificato il materiale specificato. + +Nell'esempio seguente, viene raccolto il materiale "Aluminum" dal documento di Revit corrente. La categoria "Metal" è riportata con `Material.MaterialCategory`. +___ +## File di esempio + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..c9fea9efa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## In profondità +`Material.StructuralParameters` restituisce tutti i parametri strutturali per il materiale specificato. + +Nell'esempio seguente, vengono restituiti i parametri strutturali per il materiale, Aluminum. +___ +## File di esempio + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..f04e775e2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## In profondità +`Material.ThermalParameters` restituisce tutti i parametri termici per il materiale specificato. + +Nell'esempio seguente, vengono restituiti i parametri termici per il materiale, Aluminum. +___ +## File di esempio + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..da0abd579 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## In profondità +`PathOfTravel.ByFloorPlanPoints` crea elementi traiettoria di movimento nel documento di Revit corrente e nella vista di pianta del pavimento specificata tra i punti iniziale e finale dati. Nota: se non è possibile costruire un elemento traiettoria di movimento, verrà restituito un valore null. + +Nell'esempio seguente, vengono raccolti tutti i locali dalla vista di pianta "L1". Le traiettorie di movimento vengono quindi costruite tra i locali e una porta esterna selezionata. +___ +## File di esempio + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..b1fb4c133 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## In profondità +`ReferencePoint.ByCoordinates` crea un elemento punto di riferimento nel documento della famiglia di Revit attivo in corrispondenza delle coordinate specificate. Nota: il documento della famiglia deve essere un componente adattivo o una famiglia di masse. + +Nell'esempio seguente, viene creato un nuovo punto di riferimento in corrispondenza delle coordinate 0,0,1. +___ +## File di esempio + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..8024396cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## In profondità +`ReferencePoint.ByParametersOnFaceReference` crea un elemento punto di riferimento nel documento della famiglia di Revit attivo in corrispondenza dei parametri specificati sulla superficie selezionata. + +Nota: il documento della famiglia deve essere un componente adattivo o una famiglia di masse. + +Nell'esempio seguente, viene creato un punto di riferimento al centro della superficie selezionata nel documento della famiglia. + +___ +## File di esempio + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..2fe9f53de --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## In profondità +`ReferencePoint.ByPoint` crea un elemento punto di riferimento nel documento della famiglia di Revit attivo nella posizione del punto specificata. Nota: il documento della famiglia deve essere un componente adattivo o una famiglia di masse. Questo nodo differisce da "ReferencePoint.ByCoordinates" poiché utilizza un punto di Dynamo per la posizione. Ciò è utile perché l'utente finale può utilizzare la manipolazione diretta per modificare il punto di Dynamo, con conseguente aggiornamento anche del punto di riferimento. Per ulteriori informazioni sulla manipolazione diretta, vedere questo [collegamento](https://primer2.dynamobim.org/it/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points). + +Nell'esempio seguente, viene creato un nuovo punto di riferimento in corrispondenza delle coordinate 0,0,1. +___ +## File di esempio + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..7de5dd734 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## In profondità +`ReferencePoint.Point` restituisce la geometria del punto di riferimento specificato. + +Nell'esempio seguente, viene creato un punto di riferimento al centro della superficie selezionata nel documento della famiglia. La geometria del punto di riferimento viene quindi restituita con `ReferencePoint.Point`. Inoltre, i due tipi di oggetto vengono forniti per la revisione. + +___ +## File di esempio + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..a60805fba --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## In profondità +`ReferencePoint.X` restituisce la coordinata X del punto di riferimento specificato. + +Nell'esempio seguente, viene creato un punto di riferimento al centro della superficie selezionata nel documento della famiglia. La coordinata X del punto di riferimento viene quindi restituita con `ReferencePoint.X`. + +___ +## File di esempio + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..4969099e9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## In profondità +`ReferencePoint.XYPlane` restituisce il piano nella direzione X,Y del punto di riferimento specificato. + +Nell'esempio seguente, viene creato un punto di riferimento al centro della superficie selezionata nel documento della famiglia. Il piano nella direzione X,Y viene quindi restituito con `ReferencePoint.XYPlane`. + + +___ +## File di esempio + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..71eadcc77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## In profondità +`ReferencePoint.XZPlane` restituisce il piano nella direzione X,Z del punto di riferimento specificato. + +Nell'esempio seguente, viene creato un punto di riferimento al centro della superficie selezionata nel documento della famiglia. Il piano nella direzione X,Z viene quindi restituito con `ReferencePoint.XZPlane`. + + +___ +## File di esempio + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..f1498c95a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## In profondità +`ReferencePoint.Y` restituisce la coordinata Y del punto di riferimento specificato. + +Nell'esempio seguente, viene creato un punto di riferimento al centro della superficie selezionata nel documento della famiglia. La coordinata Y del punto di riferimento viene quindi restituita con `ReferencePoint.Y`. + +___ +## File di esempio + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..8e07e70c9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## In profondità +`ReferencePoint.YZPlane` restituisce il piano nella direzione Y,Z del punto di riferimento specificato. + +Nell'esempio seguente, viene creato un punto di riferimento al centro della superficie selezionata nel documento della famiglia. Il piano nella direzione Y,Z viene quindi restituito con `ReferencePoint.YZPlane`. + + +___ +## File di esempio + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..1445d8b44 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## In profondità +`ReferencePoint.Z` restituisce la coordinata Z del punto di riferimento specificato. + +Nell'esempio seguente, viene creato un punto di riferimento al centro della superficie selezionata nel documento della famiglia. La coordinata Z del punto di riferimento viene quindi restituita con `ReferencePoint.Z`. + +___ +## File di esempio + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..32f84ff3c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## In profondità +`RoofType.ByName` recupera dal documento di Revit corrente un elemento tipo di tetto che corrisponde al nome specificato, se disponibile. + +Nell'esempio seguente, viene restituito il tipo di tetto "Generic - 9" dal documento di Revit corrente. +___ +## File di esempio + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..c856455c1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## In profondità +`RoofType.GetThermalProperties` restituisce le proprietà termiche del tipo di tetto specificato. + +Nell'esempio seguente, viene restituito il tipo di tetto "Generic - 9" e le proprietà termiche vengono recuperate con `RoofType.GetThermalProperties`. +___ +## File di esempio + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..8b5daf041 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## In profondità +`RoofType.Name` restituisce il nome del tipo di tetto specificato. + +Nell'esempio seguente, vengono raccolti tutti i tipi di tetto dal documento di Revit corrente. I nomi dei tipi di tetto vengono restituiti con `RoofType.Name`. +___ +## File di esempio + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..6c21cecf8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## In profondità +`Room.IsInsideRoom` restituisce un valore booleano che indica se il punto specificato viene trovato o meno nel locale dato. + +Nell'esempio seguente, vengono raccolti tutti gli arredi nel documento di Revit corrente, insieme a tutti i locali. I punti di posizione degli arredi vengono quindi passati a `Room.IsInsideRoom` per verificare in quale locali si trovano i punti specificati (se disponibili). Infine, gli arredi vengono filtrati per trovare elementi con le posizioni dei locali e questi valori vengono combinati in elenchi. +___ +## File di esempio + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..2a4f48f62 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## In profondità +`Space.Area` restituisce l'area del vano specificato. Se in Revit un vano risulta non posizionato, viene restituito il valore 0. + +Nell'esempio seguente, viene restituita l'area di tutti i vani nel documento di Revit corrente. +___ +## File di esempio + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..ae47a664b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## In profondità +`Space.CenterBoundary` restituisce un elenco nidificato che rappresenta il contorno della linea d'asse del vano specificato. Nell'elenco restituito, il primo sottoelenco rappresenta le curve più esterne, mentre gli elenchi successivi rappresentano i perimetri all'interno del vano. I contorni centrali si trovano sulla linea d'asse del muro in tutti gli strati all'interno del vano di Revit. Per ulteriori informazioni sulle linee di ubicazione dei muri, vedere questa guida [articolo](https://help.autodesk.com/view/RVT/2024/ITA/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Se viene specificato un vano non delimitato o non posizionato, viene restituito un valore null. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente e dalla vista selezionata. Vengono quindi restituiti i contorni centrali. +___ +## File di esempio + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..367e7798b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## In profondità +`Space.CoreBoundary` restituisce un elenco nidificato che rappresenta il contorno del nucleo del vano specificato. Nell'elenco restituito, il primo sottoelenco rappresenta le curve più esterne, mentre gli elenchi successivi rappresentano i perimetri all'interno del vano. I contorni del nucleo si trovano in corrispondenza dello strato interno o esterno del nucleo più vicino al locale. Per ulteriori informazioni sulle linee di ubicazione dei muri, vedere questa guida [articolo](https://help.autodesk.com/view/RVT/2024/ITA/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Se viene specificato un vano non delimitato o non posizionato, viene restituito un valore null. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente e dalla vista selezionata. Vengono quindi restituiti i contorni del nucleo. + +___ +## File di esempio + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..a72c83113 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## In profondità +`Space.CoreCenterBoundary` restituisce un elenco nidificato che rappresenta il contorno centrale del nucleo del vano specificato. Nell'elenco restituito, il primo sottoelenco rappresenta le curve più esterne, mentre gli elenchi successivi rappresentano i perimetri all'interno del vano. I contorni centrali del nucleo si trovano al centro dei muri definiti come nucleo. Per ulteriori informazioni sulle linee di ubicazione dei muri, vedere questa guida [articolo](https://help.autodesk.com/view/RVT/2024/ITA/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Se viene specificato un vano non delimitato o non posizionato, viene restituito un valore null. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente e dalla vista selezionata. Vengono quindi restituiti i contorni centrali del nucleo. + +___ +## File di esempio + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..7011aad7f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## In profondità +`Space.FinishBoundary` restituisce un elenco nidificato che rappresenta il contorno di finitura del vano specificato. Nell'elenco restituito, il primo sottoelenco rappresenta le curve più esterne, mentre gli elenchi successivi rappresentano i perimetri all'interno del vano. Il contorno del vano restituito da questo nodo si trova in corrispondenza della superficie di finitura all'interno del vano di Revit. Per ulteriori informazioni sulle linee di ubicazione dei muri, vedere questa guida [articolo](https://help.autodesk.com/view/RVT/2024/ITA/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Se viene specificato un vano non delimitato o non posizionato, viene restituito un valore null. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente e dalla vista selezionata. Vengono quindi restituiti i contorni di finitura. + +___ +## File di esempio + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..286c83441 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## In profondità +`Space.Height` restituisce l'altezza del vano specificato. Se in Revit un vano risulta non posizionato, viene restituito il valore 0. + +Nell'esempio seguente, viene restituita l'altezza di tutti i vani nel documento di Revit corrente. +___ +## File di esempio + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..480f4b88e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## In profondità +`Space.IsPointInsideSpace` verifica se un determinato punto si trova all'interno di un dato vano. Ciò può essere utile quando si assegnano valori di contrassegno ad elementi all'interno di Revit. + +Nell'esempio seguente, vengono raccolti tutti i bocchettoni nella vista specificata nel documento di Revit corrente. Le posizioni dei punti vengono quindi confrontate con i vani nella vista specificata con `Space.IsPointInsideSpace`. Utilizzando la gestione degli elenchi, vengono sviluppati sottoelenchi per escludere tramite filtro i bocchettoni che si trovano all'interno dei vani. Per ulteriori informazioni sull'utilizzo di List@Level, vedere questo [articolo](https://primer2.dynamobim.org/it/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists). +___ +## File di esempio + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..f8f042782 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## In profondità +`Space.Location` restituisce un punto di Dynamo che rappresenta la posizione di un determinato vano. + +Se viene specificato un vano non delimitato o non posizionato, viene restituito un valore null. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente e dalla vista selezionata. Vengono quindi restituite le posizioni dei vani. Inoltre, i nomi dei vani vengono visualizzati in anteprima nella finestra di Dynamo con il nodo `Label.ByPointAndString`. + +___ +## File di esempio + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..b655b449a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## In profondità +`Space.Name` restituisce il nome dell'elemento vano specificato. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente della vista selezionata. Vengono quindi restituiti i nomi dei vani. +___ +## File di esempio + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..f6b99a529 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## In profondità +`Space.Number` restituisce il numero per l'elemento vano specificato come stringa. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente della vista selezionata. Vengono quindi restituiti i numeri dei vani. +___ +## File di esempio + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..2bf1766a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## In profondità +`Space.SetName` modifica il nome dell'elemento vano specificato. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente della vista selezionata. Vengono quindi modificati i nomi dei vani con il prefisso "(E)" per indicare le condizioni esistenti. + +___ +## File di esempio + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..445a39d49 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## In profondità +`Space.SetNumber` modifica il numero dell'elemento vano specificato. + +Nell'esempio seguente, tutti i vani vengono raccolti dal documento corrente della vista selezionata. Vengono quindi modificati i numeri dei vani con il suffisso "e" per indicare le condizioni esistenti. Questo tipo di workflow è utile quando si esegue la rinumerazione dei vani in Revit. +___ +## File di esempio + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..77194e688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## In profondità +'Space.Volume' restituisce il volume del vano specificato. Se in Revit un vano risulta non posizionato, viene restituito il valore 0. + +Nell'esempio seguente, viene restituito il volume di tutti i vani nel documento di Revit corrente. +___ +## File di esempio + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..47407637b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## In profondità +`Tag.ByElement` posiziona un'etichetta per l'elemento specificato, con i criteri dati. + +Nell'esempio seguente, vengono raccolti tutti i muri dalla vista specificata. I muri vengono quindi etichettati con il tipo di etichetta di default e con i criteri di allineamento/direttrice. +___ +## File di esempio + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index 70cff5655..7f4e6d5f6 100644 --- a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## In profondità -`Tag.GetLeaderEndCondition` restituisce la condizione dell'estremità della direttrice dell'etichetta specificata. - -Le possibili condizioni finali includono: -- Attached -- Free - -Nell'esempio seguente, vengono raccolte tutte le etichette della nota chiave dalla vista di dettaglio "North Wall Window Detail". Vengono quindi restituite le condizioni dell'estremità della direttrice delle etichette. +`Tag.GetLeaderEndCondition` restituisce la condizione dell'estremità della direttrice dell'elemento etichetta specificato. +Nell'esempio seguente, vengono raccolti tutti i muri dalla vista specificata. I muri vengono quindi etichettati con il tipo di etichetta di default e con i criteri di allineamento/direttrice. Le condizioni finali vengono restituite con `Tag.GetLeaderEndCondition`. ___ ## File di esempio diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..b949cdaf1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## In profondità +`Tag.SetLeaderEndCondition` imposta l'estremità della direttrice dell'elemento etichetta specificato su associata o libera. + +Nell'esempio seguente, vengono raccolti tutti i muri dalla vista specificata. I muri vengono quindi etichettati con il tipo di etichetta di default e con i criteri di allineamento/direttrice. La condizione finale viene quindi impostata con `Tag.SetLeaderEndCondition`. +___ +## File di esempio + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..9a934a0b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## In profondità +`TextNote.SetHorizontalAlignment` imposta l'allineamento orizzontale della nota di testo specificata. + +Nota: per questo nodo viene restituito il tipo void, il che significa che il nodo applica un'azione su un elemento e restituisce null. + +Nell'esempio seguente, viene selezionata una tavola di dettagli. Tutte le note di testo nelle viste di dettaglio vengono quindi raccolte e il relativo allineamento orizzontale viene impostato sul centro. +___ +## File di esempio + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..f991726b0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## In profondità +`TextNote.SetKeepRotatedTextReadable` imposta il parametro di istanza Mantieni leggibile della nota di testo specificata sul valore booleano dato. + +Nota: per questo nodo viene restituito il tipo void, il che significa che il nodo applica un'azione su un elemento e restituisce null. + +Nell'esempio seguente, viene selezionata una tavola di dettagli. Tutte le note di testo nelle viste di dettaglio vengono quindi raccolte e il relativo parametro "Mantieni leggibile" viene impostato su true. +___ +## File di esempio + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNoteType.Default.md index 107e44a47..20ffbb619 100644 --- a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## In profondità -`TextNoteType.Default` consente di accedere al tipo di nota di testo di default nel documento di Revit corrente. Questo tipo di nota di testo è identico a quello utilizzato durante la creazione del testo nell'interfaccia utente di Revit. - -Nell'esempio seguente, viene creata una nuova vista di disegno e viene creata una nuova nota di testo in corrispondenza dell'origine nel documento di Revit corrente. +`TextNoteType.Default` restituisce il tipo di nota di testo di default nel documento di Revit corrente. Corrisponde al tipo di testo di default che viene utilizzato durante la creazione di una nuova nota di testo nell'interfaccia utente di Revit da parte dell'utente. +Nell'esempio seguente, viene restituito il tipo di nota di testo di default, "1/4" Trebuchet MS" per il modello Snowdon Towers Sample. ___ ## File di esempio diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..26f49e94d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## In profondità +`Toposolid.ByOutlinePointsTypeAndLevel` crea un elemento solido topografico nel documento di Revit corrente, dati gli input. + +Nell'esempio seguente, viene selezionato un pavimento esistente (con punti modificati) per essere convertito in un solido topografico. I punti della forma, il contorno e il livello del pavimento vengono estratti per essere utilizzati nella creazione di solidi topografici. Infine, viene creato un solido topografico per sostituire il pavimento e l'elemento pavimento viene eliminato. +___ +## File di esempio + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..cac03905b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## In profondità +`Toposolid.Points` restituisce i punti dalla forma modificata del solido topografico specificato, se disponibili. + +Nell'esempio seguente, vengono restituiti tutti i punti dal primo solido topografico trovato nel collegamento di Revit selezionato. +___ +## File di esempio + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..a0ff5cacc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## In profondità +`CeilingPlanView.ByLevel` crea una nuova vista di pianta del controsoffitto dal livello specificato. + +Nell'esempio seguente, viene creata una nuova vista di pianta del controsoffitto per "L1 - Block 35". +___ +## File di esempio + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..19508c3a7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## In profondità +`FloorPlanView.ByLevel` crea una nuova vista di pianta del pavimento dal livello specificato. + +Nell'esempio seguente, viene creata una nuova vista di pianta del pavimento per "L1 - Block 35". +___ +## File di esempio + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..857844488 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## In profondità +`View.CanViewBeDuplicated` fornisce un valore true o false che indica se la vista specificata può essere duplicata con le opzioni date. + +Nell'esempio seguente, tutte le viste di disegno vengono raccolte dal documento di Revit corrente. Viene quindi verificata la possibilità di duplicare le viste di disegno con l'opzione "With Detailing". +___ +## File di esempio + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..e2c2ba0a9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## In profondità +`View.DuplicateView` tenta di duplicare la vista specificata con l'opzione di duplicazione data. Se la vista non può essere duplicata, viene restituito un valore null. + +Nell'esempio seguente, tutte le viste di disegno vengono raccolte dal documento di Revit corrente. Le viste di disegno vengono quindi duplicate con l'opzione "With Detailing" con il prefisso (N). +___ +## File di esempio + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..8c819aeca --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## In profondità +`View.ExportAsImage` esporta la vista specificata nel percorso dato come immagine. + +Nell'esempio seguente, la vista 3D di default del documento corrente viene selezionata per l'esportazione. Il percorso è composto dall'estrazione della cartella "Immagini" dal computer dell'utente corrente, combinata con il nome della vista. + +___ +## File di esempio + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..6b16fc2de --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## In profondità +`View.HideCategoriesTemporary` consente di nascondere/isolare temporaneamente le categorie per la vista specificata. Le categorie fornite rimarranno nascoste fino a quando non verrà ripristinata la modalità Nascondi/Isola temporaneamente. + +Nell'esempio seguente, le categorie Porte e Arredi vengono nascoste per la vista di pianta "L1". +___ +## File di esempio + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..e5198f68d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## In profondità +`View.HideElementsTemporary` attiva la modalità Nascondi/Isola temporaneamente per la vista specificata. Gli elementi specificati vengono nascosti finché non viene ripristinata la modalità della vista Nascondi/Isola temporaneamente. + +Nell'esempio seguente, tutti i muri per la vista "L1" vengono raccolti e suddivisi in due elenchi, con e senza classificazione di resistenza al fuoco. I muri senza classificazione di resistenza al fuoco vengono temporaneamente nascosti con `View.HideElementsTemporary`. +___ +## File di esempio + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..d5cfe2c97 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## In profondità +`View.IsolateCategoriesTemporary` consente di nascondere/isolare temporaneamente le categorie per la vista specificata. Le categorie fornite verranno isolate fino a quando non verrà ripristinata la modalità Nascondi/Isola temporaneamente. + +Nell'esempio seguente, le categorie Porte e Arredi vengono isolate per la vista di pianta "L1". +___ +## File di esempio + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..071ad5ea9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## In profondità +`View.IsolateElementsTemporary` attiva la modalità Nascondi/Isola temporaneamente per la vista specificata. Gli elementi specificati vengono isolati finché non viene ripristinata la modalità della vista Nascondi/Isola temporaneamente. + +Nell'esempio seguente, tutti i muri per la vista "L1" vengono raccolti e suddivisi in due elenchi, con e senza classificazione di resistenza al fuoco. I muri senza classificazione di resistenza al fuoco vengono temporaneamente isolati con `View.HideElementsTemporary`. +___ +## File di esempio + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..dcf7be73d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## In profondità +`View.SetCategoryOverrides` modifica la grafica della visibilità per la categoria specificata per la vista data. + +Nell'esempio seguente, vengono raccolti tutti i modelli di vista di pianta del pavimento dal documento di Revit corrente. Una serie di sostituzioni per nascondere le linee d'asse dei condotti viene quindi applicata alle viste. +___ +## File di esempio + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..67eaf80f7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## In profondità +`View.SetCropBoxActive` attiva o disattiva le caselle CropBox della vista specificata, a seconda dell'input booleano. + +Nell'esempio seguente, vengono raccolte tutte le viste per la tavola specificata e le relative caselle di ritaglio vengono impostate su attive. +___ +## File di esempio + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..8e556c00e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## In profondità +`View.SetCropBoxVisible` attiva/disattiva la visibilità di CropBox della vista specificata in base al valore booleano di input. + +Nell'esempio seguente, le caselle CropBox sono impostate su nascoste per tutte le viste su tutte le tavole del documento di Revit corrente. +___ +## File di esempio + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..61d1b3a73 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## In profondità +`View.SetScale` imposta la vista specificata sul fattore di scala dato. Per ulteriori informazioni sulla modifica del fattore di scala di una vista, vedere questo [articolo](https://help.autodesk.com/view/RVTLT/2024/ITA/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +Nell'esempio seguente, tutte le viste di disegno vengono raccolte dal documento di Revit corrente. La scala delle viste viene quindi impostata su 1/4" = 1'-0" (fattore di scala 48) con `View.SetScale`. +___ +## File di esempio + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..2d00798f2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## In profondità +`Wall.ByCurveAndHeight` crea un muro del tipo specificato nella linea di ubicazione data, ospitato nel livello indicato. + +Nell'esempio seguente, viene creata un'istanza di muro "Exterior - CMU on Mtl. Stud" al livello R3 ad un'altezza di 10' e una lunghezza di 10'. +___ +## File di esempio + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..8ec9431d6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## In profondità +`Wall.ByFace` crea un muro sulla superficie della massa specificata. È necessario specificare anche il tipo e la linea di ubicazione del muro. + +Nell'esempio seguente, viene creato un muro di superficie sulla superficie esistente selezionata nel documento di Revit corrente. +___ +## File di esempio + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..16f7a0000 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## In profondità +`WallType.ByName` seleziona un tipo di muro con il nome specificato (se disponibile). Se non viene trovato alcun tipo di muro con il nome specificato, viene restituito un valore null. + +Nell'esempio seguente, viene selezionato il tipo di muro "Exterior - CMU on Mtl. Stud" dal documento di Revit corrente. +___ +## File di esempio + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..5ec9531fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## In profondità +`WallType.Function` restituisce la funzione del tipo di muro specificato. Per ulteriori informazioni sulle funzioni del muro, vedere questo [articolo](https://help.autodesk.com/view/RVT/2025/ITA/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +Nell'esempio seguente, tutti i tipi di muro vengono raccolti dal documento di Revit corrente, insieme alle funzioni. +___ +## File di esempio + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..0d4cc19ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## In profondità +`WallType.GetThermalProperties` restituisce le proprietà termiche del tipo di muro specificato. Per ulteriori informazioni sulle proprietà termiche dei muri, vedere questo [articolo](https://help.autodesk.com/view/RVT/2024/ITA/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +Nell'esempio seguente, viene selezionato il tipo di muro "Exterior - CMU on Mtl. Stud" dal documento di Revit corrente. Le proprietà termiche vengono riportate con `WallType.GetThermalProperties`. +___ +## File di esempio + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..b5c0065a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## In profondità +`WallType.Name` restituisce il nome del tipo di muro specificato come stringa. + +Nell'esempio seguente, tutti i tipi di muro vengono raccolti dal documento di Revit corrente, insieme ai nomi. +___ +## File di esempio + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..90b3f4a34 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## In profondità +`WallType.Width` restituisce la larghezza del tipo di muro specificato come numero. + +Nell'esempio seguente, tutti i tipi di muro vengono raccolti dal documento di Revit corrente, insieme alle larghezze (in unità di misura). +___ +## File di esempio + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..b3445a749 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## In profondità +`OverrideGraphicSettings.ByProperties` crea un serie di sostituzioni di visibilità/grafica da utilizzare all'interno di viste o modelli di vista. + +Nell'esempio seguente, vengono raccolti tutti i modelli di vista di pianta del pavimento dal documento di Revit corrente. Una serie di sostituzioni per nascondere le linee d'asse dei condotti viene quindi applicata alle viste. +___ +## File di esempio + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..33f878007 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## In profondità +`Transaction.End` completa la transazione di Dynamo corrente e restituisce l'elemento specificato. In Revit, le transazioni rappresentano le modifiche apportate al documento di Revit. Quando si verifica una modifica, può essere visualizzata dal pulsante di annullamento attivato. Utilizzando `Transaction.End`, gli utenti possono aggiungere passaggi al grafico di Dynamo, creando un'azione di annullamento per ogni passaggio in cui viene utilizzato `Transaction.End`. + +Nell'esempio seguente, viene posizionata un'istanza di famiglia nel documento di Revit. `Transaction.End` viene chiamato per completare il posizionamento prima di ruotare l'istanza di famiglia con `FamilyInstance.SetRotation`. + +___ +## File di esempio + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..80d6aae94 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/it-IT/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## In profondità + +`Toposolid.ByOutlinePointsTypeAndLevel` crea un elemento solido topografico nel documento di Revit corrente, dati gli input. + +Nell'esempio seguente, viene selezionato un pavimento esistente (con punti modificati) per essere convertito in un solido topografico. I punti della forma, il contorno e il livello del pavimento vengono estratti per essere utilizzati nella creazione di solidi topografici. Infine, viene creato un solido topografico per sostituire il pavimento e l'elemento pavimento viene eliminato. + +___ +## File di esempio + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..ac5b6801e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## 詳細 +`Fill Pattern Targets` は、Revit で使用可能な塗り潰しパターン ターゲット オプションへのアクセスを提供します。これには以下が含まれます。 +- 製図 +- モデル +- なし + +次の例では、現在の Revit ドキュメントに対して「」の製図塗り潰しパターンを返します。 +___ +## サンプル ファイル + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..9d3ea9a20 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## 詳細 +`Fill Patterns` は、現在の Revit ドキュメントで使用可能なすべての塗り潰しパターンから塗り潰しパターンを選択できます。 + +次の例では、現在の Revit ドキュメントに対して「\\」の製図塗り潰しパターンを返します。 +___ +## サンプル ファイル + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..d61543795 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## 詳細 +`Select Horizontal Text Alignment` は、文字要素に対して次の位置合わせオプションを選択できます。 +- 中心 +- 左 +- 右 + +次の例では、新しい文字注記が中心の文字配置オプションを使用して作成されます。 +___ +## サンプル ファイル + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..c9c4d4953 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## 詳細 +`Line Patterns` は、現在の Revit ドキュメントで使用可能なすべての線種パターンから線種パターンを選択できます。 + +次の例では、現在の Revit ドキュメントの「中心」の線種パターン要素が返されます。 +___ +## サンプル ファイル + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..a9c96f358 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## 詳細 +`Select Vertical Text Alignment` は、文字要素に対して次の位置合わせオプションを選択できます。 +- 下 +- 中央 +- 上 + +次の例では、新しい文字注記が中央のテキスト配置オプションで作成されます。 +___ +## サンプル ファイル + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..45581693d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## 詳細 +`View Duplicate Options` では、Revit で使用可能なすべての複製オプションにアクセスできます。 + +これらには、次が含まれます。 +- 従属として +- 詳細あり +- 複製として + +次の例では、詳細ビュー「北壁の窓の詳細」が複製され、詳細に接頭辞「-Revision 1」が付いて表示されます。 +___ +## サンプル ファイル + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Dynamo.Nodes.DSFaceSelection.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Dynamo.Nodes.DSFaceSelection.md index bbfd312df..1ed611f9b 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Dynamo.Nodes.DSFaceSelection.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Dynamo.Nodes.DSFaceSelection.md @@ -1,7 +1,7 @@ ## 詳細 `Select Face` は、単一の面を選択できる Revit のカーソルを表示するユーザ インタフェース ノードです。 -次の例では、壁の面が Revit で選択され、対応するサーフェス ジオメトリが返されます。さらに、'Select Face' は、選択された面の所有要素 ID を報告します。 +次の例では、壁の面を Revit で選択し、対応するサーフェス ジオメトリを返します。さらに、`Select Face` は、選択された面の所有要素 ID を報告します。 ___ ## サンプル ファイル diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..a75ea6149 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## 詳細 +`Document.FilePath` は、指定された Revit ドキュメントのファイル パスを返します(利用可能な場合)。ファイルが保存されていない場合は、空白の文字列が返されます。指定されたドキュメントがローカル ファイル(中央ファイルに関連付けられている)の場合、ローカル ファイル パスが提供されます。 + +次の例では、ファイルの場所が現在の Revit ドキュメントに指定されています。 +___ +## サンプル ファイル + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..ef43682ec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## 詳細 +`Document.GetLinkInstances` は、現在の Revit ドキュメントに配置されたリンクのすべてのインスタンスのリストを返します。リンク インスタンスは、リンク ファイルから要素を取得するために使用されます。 + +次の例では、アクティブな Revit ドキュメントのすべての Revit リンク インスタンスが返されます。さらに、リンクの名前は `Element.Name` で返されます。 +___ +## サンプル ファイル + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..9450be040 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## 詳細 +`Document.IsCloudPath` は、指定された Revit ドキュメントがクラウドの場所でホストされているかどうかを示すブール値を返します。ワークシェアされていないファイルは NULL 値が返されます。 + +次の例では、すべての Revit リンク インスタンスが現在の Revit ドキュメントから収集されます。次に、リンク インスタンスのドキュメントがクラウド パスであるかどうかを確認します。 +___ +## サンプル ファイル + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..ff86057f6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## 詳細 +`Document.Location` は、指定された Revit ドキュメントの緯度と経度の位置情報を返します。 + +次の例では、プロジェクトの位置情報が現在の Revit ドキュメントに指定されています。 +___ +## サンプル ファイル + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..1c07392c5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## 詳細 +`Document.WorksharingPath` は、指定されたドキュメントのワークシェアリング パスを返します。ワークシェアされていないファイルには NULL 値が返されます。 + +次の例では、すべての Revit リンク インスタンスが現在の Revit ドキュメントから収集されます。次に、リンク インスタンスのドキュメントのワークシェアリング パスを確認します。 +___ +## サンプル ファイル + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.FamilyDocument.SetFormula.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.FamilyDocument.SetFormula.md index 71e683e6f..dc71b04f4 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.FamilyDocument.SetFormula.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Application.FamilyDocument.SetFormula.md @@ -1,7 +1,7 @@ ## 詳細 `FamilyDocument.SetFormula` は、指定されたパラメータを、提供されたファミリ ドキュメント内の指定された式に設定します。 -次の例では、「Chairs」パラメータは「Diameter / 1'」という式に設定されており、その結果、テーブル サイズに基づいたパラメトリックな椅子の数が得られます。 +次の例では、「Chairs」パラメータが「Diameter / 1'」という式に設定され、その結果、テーブル サイズに基づいたパラメトリックな椅子の数が得られます。 ___ ## サンプル ファイル diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..93890be6f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## 詳細 +`CeilingType.ByName` は、指定された名前と一致する天井タイプ要素を現在の Revit ドキュメントから取得します(使用可能な場合)。 + +次の例では、天井タイプ「Generic」が現在の Revit ドキュメントから返されます。 + +___ +## サンプル ファイル + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..30c320818 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## 詳細 +`CeilingType.GetThermalProperties` は、指定された天井タイプの断熱プロパティを返します。 + +次の例では、天井タイプ「Generic」が返され、断熱プロパティが `CeilingType.GetThermalProperties` で取得されます。 + +___ +## サンプル ファイル + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..4834117e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## 詳細 +`CeilingType.Name` は、指定された天井タイプの名前を返します。 + +次の例では、すべての天井タイプが現在の Revit ドキュメントから収集されます。天井タイプの名前は `CeilingType.Name` で返されます。 + +___ +## サンプル ファイル + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..36c6dd7b2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## 詳細 +`Coordinates.BasePoint` は、プロジェクト基準点を点ジオメトリとして返します。プロジェクト基準点は Revit で設定されますが、プロジェクトによって異なる場合があります。Revit のプロジェクト基準点の詳細については、こちらの[ヘルプ記事](https://help.autodesk.com/view/RVT/2025/JPN/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65)を参照してください。 + +次の例では、プロジェクト基準点が返されます。 + +___ +## サンプル ファイル + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..94e99b790 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## 詳細 +`Coordinates.ProjectRotation` はプロジェクトの回転を角度で返します。プロジェクトの回転はユーザが変更できる値であるため、大きく異なる場合があります。Revit でのプロジェクトの回転の詳細については、こちらの[ヘルプ記事](https://help.autodesk.com/view/RVT/2025/JPN/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C)を参照してください。 + +次の例では、プロジェクトの回転の値が返されます。 + +___ +## サンプル ファイル + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..50fcb6169 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## 詳細 +`Coordinates.SurveyPoint` は、プロジェクト測量点を点ジオメトリとして返します。測量点は Revit で設定されますが、プロジェクトによって異なる場合があります。Revit の測量点の詳細については、こちらの[ヘルプ記事](https://help.autodesk.com/view/RVT/2025/JPN/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F)を参照してください。 + +次の例では、測量点が返されます。 + +___ +## サンプル ファイル + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CurtainPanel.IsRectangular.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CurtainPanel.IsRectangular.md index fe6783799..09e77721b 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CurtainPanel.IsRectangular.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CurtainPanel.IsRectangular.md @@ -1,5 +1,5 @@ ## 詳細 -'CurtainPanel.IsRectangular' は、指定されたカーテン パネルが長方形かどうかを示す true または false の値を返します。 +`CurtainPanel.IsRectangular` は、指定されたカーテン パネルが長方形かどうかを示す true または false の値を返します。 次の例では、選択されたカーテン ウォール要素からすべてのカーテン パネルが収集されています。次に、パネルが長方形かどうかクエリ―されます。 ___ diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md index 07498f78d..82371c23f 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md @@ -1,7 +1,7 @@ ## 詳細 `CurtainSystemType.ByName` は、指定された名前の現在の Revit ドキュメントからカーテン システム タイプを選択します。 -次の例では、カーテン システム タイプ「5' x 10'」が返されます。 +次の例では、カーテン システム タイプ `5' x 10'` が返されます。 ___ ## サンプル ファイル diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..0fcfa9aa3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## 詳細 +`DirectShape.ByGeometry` は、指定されたジオメトリを使用して Revit で DirectShape 要素を作成します。必要に応じて、作成時にマテリアルと名前を割り当てることもできます。 + +次の例では、Revit のサンプル モデルの屋上キャノピーにテッセレーションされたドーム構造が作成されます。 +___ +## サンプル ファイル + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..7be3f3e07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## 詳細 +`Element.GetJoinedElements` は、入力要素に結合されているすべての要素を返します。 + +次の例では、現在の Revit ドキュメントで床が選択されています。選択した床に結合されたすべての要素が返されます。 +___ +## サンプル ファイル + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..7e8094ead --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## 詳細 +`Element.UnjoinAllGeometry` は、指定した要素に結合された要素のすべてのジオメトリを結合解除します。 + +次の例では、現在の Revit ドキュメントから床が選択され、結合されたすべてのジオメトリが結合解除されます。 +___ +## サンプル ファイル + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..7104d84d3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## 詳細 +`Element.UnjoinGeometry` は、指定された 2 つの要素のジオメトリを結合解除します。 + +次の例では、現在の Revit ドキュメントで床が選択されています。結合された要素が収集され、入力床から結合解除されます。 +___ +## サンプル ファイル + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..3ccadac69 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## 詳細 +`ElementType.CanBeCopied` は、指定した要素タイプをコピーできるかどうかを示す true または false の値を返します。 + +次の例では、すべての壁タイプが現在の Revit ドキュメントから収集され、コピーできるかどうかを確認できます。 +___ +## サンプル ファイル + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index ea9ed4948..b27d8b369 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## 詳細 -`ElementType.CanBeDeleted` は、要素タイプを Revit ファイルから削除できるかどうかを判断します。 +`ElementType.CanBeDeleted` は、指定した要素タイプが削除できるかどうかを示す true または false の値を返します。 -次の例では、すべての平面図ビューを現在の Revit ファイルから収集します。次に、平面図ビューを「削除可能」と「削除不可」の 2 つのリストに分けます。 +次の例では、すべての壁タイプが現在の Revit ドキュメントから収集され、削除できるかどうかを確認できます。 ___ ## サンプル ファイル diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..7694d452c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## 詳細 +`ElementType.Duplicate` は、指定した名前を持つ指定した要素タイプの複製を試みます。名前が既に取得されている場合は、ノードにエラーが表示されます。 + +次の例では、壁タイプ `Generic - 4"` が現在の Revit ドキュメントから取得されます。その後壁タイプは `Typical - 4"` という名前で複製されます。 +___ +## サンプル ファイル + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..fbd88b96e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## 詳細 +`ElementType.FamilyName` は、指定した要素の所有ファミリの名前を返します。 + +次の例では、すべての壁が現在の Revit ドキュメントから収集されます。その後、各壁の壁タイプとファミリ名が返されます。 +___ +## サンプル ファイル + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..2bacfe07a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## 詳細 +`ElementType.Name` は、指定された要素タイプの名前を返します。要素タイプ名は、`ElementType.ByName` を使用して要素タイプを検索する場合に便利です。 + +次の例では、現在の Revit ドキュメントからすべての壁タイプが収集されます。壁タイプの名前は `ElementType.Name` で返されます。 +___ +## サンプル ファイル + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..2714be03f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## 詳細 +`FamilyInstance.ByCoordinates` は、現在の Revit ドキュメント内の指定した座標に、指定した FamilyType のインスタンスを配置します。 + +次の例では、RPC ファミリが指定した座標に配置されます。 + +___ +## サンプル ファイル + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..2c978f4dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## 詳細 +`FamilyInstance.ByFamilyType` は、現在の Revit ドキュメントから指定されたファミリ タイプのインスタンスを返します。 + +次の例では、選択したファミリ タイプのすべてのインスタンスが返されます。 + +___ +## サンプル ファイル + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..cf05016fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## 詳細 +`FamilyInstance.Space` は、指定された要素が配置されているスペースを返します(利用可能な場合)。スペースが見つからない場合は、null 値が返されます。 + +次の例では、現在の Revit ドキュメントからすべての制気口要素が収集されます。次にスペースの位置情報が `FamilyInstance.Space` で返されます。 +___ +## サンプル ファイル + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..de76a694f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## 詳細 +`FillPatternElement.GetByName` は、現在の Revit ドキュメントで使用可能な場合、指定された名前とターゲットの塗り潰しパターン要素を返します。 + +次の例では、「\\」の塗り潰しパターンが返されます。 +___ +## サンプル ファイル + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..fac8cf463 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## 詳細 +`FilledRegionType.ByName` は、現在の Revit ドキュメントで使用可能な場合、指定された名前に一致する塗り潰し領域タイプを返します。塗り潰し領域タイプが見つからない場合は、NULL 値が返されます。 + +次の例では、塗りつぶされた領域タイプ「Solid Gray」が返されます。 +___ +## サンプル ファイル + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..a415bf45c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## 詳細 +`FilledRegionType.Name` は、指定された塗り潰し領域タイプの名前を返します。 + +次の例では、現在の Revit ドキュメントからすべての塗り潰し領域タイプが収集され、その名前が返されます。 +___ +## サンプル ファイル + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..d63f0e320 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## 詳細 +`Floor.Points` は、指定された床の形状編集点を取得します(使用可能な場合)。 + +次の例では、形状編集された点を持つ床要素が選択されています。`Floor.Points` が点を返すために使用されます。 +___ +## サンプル ファイル + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.GlobalParameter.GroupType.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.GlobalParameter.GroupType.md index a59364df9..b3ac5a327 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.GlobalParameter.GroupType.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.GlobalParameter.GroupType.md @@ -1,7 +1,7 @@ ## 詳細 -'GlobalParameter.GroupType' は、指定されたパラメータのグループ タイプを返します。グループ タイプに関する情報は、こちら(https://help.autodesk.com/view/RVT/2025/JPN/?guid=GUID-94EA2B8E-2C00-4D29-8D5A-C7C6664DE9CE)のドキュメントに記載されています。 +`GlobalParameter.GroupType` は、指定されたパラメータのグループ タイプを返します。グループ タイプに関する情報は、[こちら](https://help.autodesk.com/view/RVT/2025/JPN/?guid=GUID-94EA2B8E-2C00-4D29-8D5A-C7C6664DE9CE)のドキュメントに記載されています。 -次の例では、すべてのグローバル パラメータが現在の Revit ドキュメントから返されます。次に、グループ タイプが 'GlobalParameter.GroupType' によって返されます。 +次の例では、すべてのグローバル パラメータが現在の Revit ドキュメントから返されます。次に、グループ タイプが `GlobalParameter.GroupType` で返されます。 ___ ## サンプル ファイル diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..f5f203f7f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## 詳細 +`Level.ByElevation` は、指定した高さにレベルを作成します。名前は、前のエントリに基づいて Revit UI での内容を反映します。 + +次の例では、レベルが 3.5 フィート(プロジェクトの単位によって異なります)に作成されます。 +___ +## サンプル ファイル + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..e754022d8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## 詳細 +`Level.ByElevationAndName` は、指定された高さのレベルを指定された名前で作成します。名前がすでに取得されている場合、ノードはエラーを提示します。 + +次の例では、「Raised Subfloor」という名前のレベルが 3.5 フィート(プロジェクトの単位によって異なります)に作成されます。 +___ +## サンプル ファイル + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..f80a1328d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## 詳細 +`Level.ByLevelAndOffset` は、指定されたレベルから指定された距離だけオフセットされたレベル要素を作成します。新しいレベルの名前は、以前のエントリに基づいてレベルに名前を付ける Revit UI での内容を反映します。 + +次の例では、現在の Revit ドキュメントで最上位レベルの 10 インチ上に新しいレベルが作成されます。 +___ +## サンプル ファイル + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..efbc535e2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## 詳細 +`Level.ByLevelOffsetAndName` は、指定した名前で、指定したレベルから指定した距離だけオフセットするレベル要素を作成します。 + +次の例では、現在の Revit ドキュメントで最上位レベルの 10 インチ上に「T.O. Parapet」という新しいレベルが作成されます。 +___ +## サンプル ファイル + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..6e539f94c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## 詳細 +`Level.Elevation` は、指定されたレベルの高さをプロジェクト単位で返します。`Level.Elevation` は地盤面からの値を報告します。プロジェクトの高さが異なる場合は、`Level.ProjectElevation` で返すことができます。 + +次の例では、すべてのレベルが現在の Revit ドキュメントに収集されています。レベルの高さの値が返されます。さらに、レベルは「List.SortByKey」を使用して高さで並べ替えることができます。 +___ +## サンプル ファイル + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..d80becb45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## 詳細 +`Level.Name` は指定されたレベルの名前を返します。`Level.Name` が `Element.Name` と異なる点は、パラメータ値を検索してレベルから名前を取得することです。 + +次の例では、現在の Revit ドキュメントのすべてのレベルが収集され、その名前が返されます。 +___ +## サンプル ファイル + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..a2fa69d89 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## 詳細 +`Level.ProjectElevation` は、指定されたレベルの高さをプロジェクト単位で返します。`Level.ProjectElevation` はプロジェクトの基準点からの値を報告します。地盤面からの高さが必要な場合、この値は `Level.Elevation` で取得できます。 + +次の例では、すべてのレベルが現在の Revit ドキュメントに収集されています。レベルのプロジェクト高さの値が返されます。さらに、レベルは「List.SortByKey」を使用して高さで並べ替えることができます。 +___ +## サンプル ファイル + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..fb48cd7b8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## 詳細 +`LinePatternElement.GetByName` は、現在の Revit ドキュメントで使用可能な場合、指定された名前の線種パターン要素を返します。 + +次の例では、現在の Revit ドキュメントの「中心」の線種パターン要素が返されます。 +___ +## サンプル ファイル + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..f68170323 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## 詳細 +`LinkElement.BoundingBox` は、指定したリンク要素の境界ボックスを返します。 + +次の例では、「Snowdon Towers Sample Site」のインスタンスから地形ソリッド要素が返されます。次に地形ソリッドの境界ボックスが `LinkElement.BoundingBox` で返されます。 + +___ +## サンプル ファイル + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..6a9e39bba --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## 詳細 +`LinkElement.GetGeometry` は、オプションの詳細レベルで指定されたリンク要素のジオメトリを返します。 + +次の例では、「Snowdon Towers Sample Site」リンク内のすべての壁要素のジオメトリが返されます。 + +___ +## サンプル ファイル + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..1d26ecee8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## 詳細 +`LinkElement.GetLocation` は、指定されたリンク要素(利用可能な場合)の位置を表すジオメトリを返します。 + +次の例では、「Snowdon Towers Sample Site」内のすべての壁の位置が曲線として返されます。 +___ +## サンプル ファイル + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..990269e49 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## 詳細 +`LinkInstance.AllElementsOfCategory` は、指定されたリンク インスタンスから、指定されたカテゴリのすべての要素を返します。 + +次の例では、すべての地形ソリッド要素が「Snowdon Towers Sample Site」リンク インスタンスから返されます。 +___ +## サンプル ファイル + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..02efb404f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## 詳細 +`LinkInstance.AllElementsOfCategoryInView` は、現在の Revit ドキュメントから指定したビュー内で指定したカテゴリのすべての要素を返します。 + +次の例では、平面図「L1」に表示される「Snowdon Towers Sample Site」のすべての地形ソリッドが返されます。 +___ +## サンプル ファイル + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..6b89f314c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## 詳細 +`LinkInstance.AllElementsOfClass` は、指定された Revit リンク インスタンスから指定されたクラスのすべての要素を収集します。 + +次の例では、すべての地形ソリッド要素が「Snowdon Towers Sample Site」のインスタンスから返されます。 +___ +## サンプル ファイル + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..3d54b4c4a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## 詳細 +`LinkInstance.ByName` は、名前パラメータが指定された名前と一致するリンク インスタンスを取得します。注: リンク インスタンス名は `RevitLinkType` の名前とは少し異なります。詳細については、以下のサンプルを参照してください。 + +次の例では、「Snowdon Towers Sample Site」のインスタンスが名前で選択されています。 +___ +## サンプル ファイル + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..5522a59b1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## 詳細 +`LinkInstance.Document` は、指定されたリンク インスタンスのドキュメントを返します。このドキュメントを使用して、リンクから要素を収集し、他の情報についてドキュメントをクエリーできます。 + +次の例では、「Snowdown Towers Sample Site」リンク インスタンスがアーキテクチャ サンプル モデルに返されます。その後、リンク インスタンスのドキュメントが返されます。 +___ +## サンプル ファイル + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..a94734e8d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## 詳細 +`LinkInstance.ElementById` は、指定されたリンク インスタンスから指定された ID で要素を取得します。 + +次の例では、プロジェクト情報要素が「Snowdon Towers Sample Site」のインスタンスから返されます。 +___ +## サンプル ファイル + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..d34ef4af0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## 詳細 +`Material.AppearanceParameters` は、指定されたマテリアルのすべての外観パラメータを返します。 + +次の例では、マテリアルの外観パラメータ「Aluminum」が返されます。 +___ +## サンプル ファイル + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..61e5cccdb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## 詳細 +`Material.MaterialCategory` は、指定されたマテリアルが分類されるカテゴリを返します。 + +次の例では、現在の Revit ドキュメントから「Aluminum」マテリアルが収集されます。カテゴリ「Metal」は `Material.MaterialCategory` で報告されます。 +___ +## サンプル ファイル + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..c9e426744 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## 詳細 +`Material.StructuralParameters` は、指定されたマテリアルのすべての構造パラメータを返します。 + +次の例では、マテリアル「Aluminum」の構造パラメータが返されます。 +___ +## サンプル ファイル + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..cde1ea47b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## 詳細 +`Material.ThermalParameters` は、指定されたマテリアルのすべての熱パラメータを返します。 + +次の例では、マテリアル「Aluminum」の熱パラメータが返されます。 +___ +## サンプル ファイル + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..39d63421d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## 詳細 +`PathOfTravel.ByFloorPlanPoints` は、現在の Revit ドキュメント内の移動経路の要素と、指定した始点と終点の間に指定した平面図ビューを作成します。注: 移動経路の要素を構築できない場合は NULL 値が返されます。 + +次の例では、すべての部屋が平面図ビュー「L1」から収集されます。その後、移動経路が部屋と選択した外部ドアの間に作成されます。 +___ +## サンプル ファイル + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..2d37fb3f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## 詳細 +`ReferencePoint.ByCoordinates` は、アクティブな Revit ファミリ ドキュメントの指定された座標に参照点要素を作成します。注: ファミリ ドキュメントは、アダプティブ コンポーネントまたはマス ファミリである必要があります。 + +次の例では、座標 0,0,1 に新しい参照点が作成されます。 +___ +## サンプル ファイル + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..c9de46b50 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## 詳細 +`ReferencePoint.ByParametersOnFaceReference` は、選択したサーフェス上の指定されたパラメータでアクティブな Revit ファミリ ドキュメントの参照点要素を作成します。 + +注: ファミリ ドキュメントは、アダプティブ コンポーネントまたはマス ファミリである必要があります。 + +次の例では、ファミリ ドキュメントで選択したサーフェスの中心に参照点が作成されます。 + +___ +## サンプル ファイル + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..e2912f095 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## 詳細 +`ReferencePoint.ByPoint` は、指定された点の位置にアクティブな Revit ファミリ ドキュメントの参照点要素を作成します。注: ファミリ ドキュメントは、アダプティブ コンポーネントまたはマス ファミリである必要があります。このノードは、位置に Dynamo の点を使用する「ReferencePoint.ByCoordinates」とは異なります。こちらは、Dynamo の点を編集するのにエンド ユーザが直接操作でき、その結果参照点も更新されるため便利です。直接操作の詳細については、こちらの[リンク](https://primer2.dynamobim.org/ja/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#dewosuru)をご覧ください。 + +次の例では、座標 0,0,1 に新しい参照点が作成されます。 +___ +## サンプル ファイル + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..8ed92b889 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## 詳細 +`ReferencePoint.Point` は、指定された参照点の点ジオメトリを返します。 + +次の例では、ファミリ ドキュメントで選択したサーフェスの中心に参照点が作成されます。参照点の点ジオメトリは、`ReferencePoint.Point` で返されます。さらに、この 2 つのオブジェクト・タイプがレビュー用に提供されます。 + +___ +## サンプル ファイル + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..522af9610 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## 詳細 +`ReferencePoint.X` は、指定された参照点の X 座標を返します。 + +次の例では、ファミリ ドキュメントで選択したサーフェスの中心に参照点が作成されます。参照点の X 座標は `ReferencePoint.X` で返されます。 + +___ +## サンプル ファイル + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..e058a8d8f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## 詳細 +`ReferencePoint.XYPlane` は、指定された参照点の X、Y 方向の平面を返します。 + +次の例では、ファミリ ドキュメントで選択したサーフェスの中心に参照点が作成されます。X、Y 方向の平面は、`ReferencePoint.XYPlane` で返されます。 + + +___ +## サンプル ファイル + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..4059e0529 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## 詳細 +`ReferencePoint.XZPlane` は、指定された参照点の X、Z 方向の平面を返します。 + +次の例では、ファミリ ドキュメントで選択したサーフェスの中心に参照点が作成されます。X、Z 方向の平面は、`ReferencePoint.XZPlane` で返されます。 + + +___ +## サンプル ファイル + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..8ad2d2f8d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## 詳細 +`ReferencePoint.Y` は、指定された参照点の Y 座標を返します。 + +次の例では、ファミリ ドキュメントで選択したサーフェスの中心に参照点が作成されます。参照点の Y 座標は `ReferencePoint.Y` で返されます。 + +___ +## サンプル ファイル + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..e15e9f511 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## 詳細 +`ReferencePoint.YZPlane` は、指定された参照点の Y、Z 方向の平面を返します。 + +次の例では、ファミリ ドキュメントで選択したサーフェスの中心に参照点が作成されます。Y、Z 方向の平面は `ReferencePoint.YZPlane` で返されます。 + + +___ +## サンプル ファイル + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..1f01cc5b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## 詳細 +`ReferencePoint.Z` は、指定された参照点の Z 座標を返します。 + +次の例では、ファミリ ドキュメントで選択したサーフェスの中心に参照点が作成されます。参照点の Z 座標は `ReferencePoint.Z` で返されます。 + +___ +## サンプル ファイル + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..3ddf9be01 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## 詳細 +`RoofType.ByName` は、指定された名前と一致する屋根タイプ要素を現在の Revit ドキュメントから取得します(利用可能な場合)。 + +次の例では、屋根タイプ「Generic - 9"」が現在の Revit ドキュメントから返されます。 +___ +## サンプル ファイル + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..ce2af41c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## 詳細 +`RoofType.GetThermalProperties` は、指定された屋根タイプの断熱プロパティを返します。 + +次の例では、屋根タイプ「Generic - 9"」が返され、断熱プロパティが `RoofType.GetThermalProperties` で取得されます。 +___ +## サンプル ファイル + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..674acd205 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## 詳細 +`RoofType.Name` は、指定された屋根タイプの名前を返します。 + +次の例では、すべての屋根タイプが現在の Revit ドキュメントから収集されます。屋根タイプの名前は `RoofType.Name` で返されます。 +___ +## サンプル ファイル + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Room.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Room.CoreCenterBoundary.md index 914c66b85..900d73274 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Room.CoreCenterBoundary.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Room.CoreCenterBoundary.md @@ -1,5 +1,5 @@ ## 詳細 -'Room.CoreCenterBoundary' は、指定された部屋の躯体中心境界を表すネストされたリストを返します。返されたリストでは、最初のサブリストは最も外側の曲線を表し、後続のリストは部屋内のループを表します。躯体の中心境界は、躯体として定義されている壁の中心に配置されます。壁の配置基準線の詳細については、こちらのヘルプ記事(https://help.autodesk.com/view/RVT/2024/JPN/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)を参照してください。 +`Room.CoreCenterBoundary` は、指定された部屋の躯体中心境界を表すネストされたリストを返します。返されたリストでは、最初のサブリストは最も外側の曲線を表し、後続のリストは部屋内のループを表します。躯体中心境界は、躯体として定義されている壁の中心に配置されます。壁の配置基準線の詳細については、こちらのヘルプ[記事](https://help.autodesk.com/view/RVT/2024/JPN/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)を参照してください。 境界のない部屋、または配置されていない部屋が指定されている場合は、null 値が返されます。 diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..510aed6f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## 詳細 +`Room.IsInsideRoom` は、指定した点が指定した部屋で見つかったかどうかを示すブール値を返します。 + +次の例では、現在の Revit ドキュメント内のすべての家具がすべての部屋とともに収集されます。次に、家具の位置の点が `Room.IsInsideRoom` に渡され、指定された点がどの部屋で発生したかを確認します(利用可能な場合)。最後に、家具が部屋の位置を使用する要素に対してフィルタ処理され、これらの値がリストに結合されます。 +___ +## サンプル ファイル + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..257292470 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## 詳細 +`Space.Area` は、指定されたスペースの面積を返します。Revit でスペースが配置されていない場合は、値 0 が返されます。 + +次の例では、現在の Revit ドキュメント内のすべてのスペースの面積が返されます。 +___ +## サンプル ファイル + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..fe3e472ec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## 詳細 +`Space.CenterBoundary` は、指定されたスペースの中心線の境界を表すネストされたリストを返します。返されたリストでは、最初のサブリストは最も外側の曲線を表し、後続のリストはスペース内のループを表します。中心境界は、Revit スペース内のすべてのレイヤの壁の中心線上に配置されます。壁の配置基準線の詳細については、こちらのヘルプ[記事](https://help.autodesk.com/view/RVT/2024/JPN/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)を参照してください。 + +境界のないスペースまたは未配置のスペースが指定されている場合、null 値が返されます。 + +次の例では、現在のドキュメントと選択したビューからすべてのスペースが収集されます。その後、中心の境界が返されます。 +___ +## サンプル ファイル + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..0c6a59ad1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## 詳細 +`Space.CoreBoundary` は、指定されたスペースの躯体境界を表すネストされたリストを返します。返されたリストでは、最初のサブリストは最も外側の曲線を表し、後続のリストはスペース内のループを表します。躯体境界は、部屋に最も近い躯体の内部レイヤまたは外部レイヤに配置されます。壁の配置基準線の詳細については、こちらのヘルプ[記事](https://help.autodesk.com/view/RVT/2024/JPN/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)を参照してください。 + +境界のないスペースまたは未配置のスペースが指定されている場合、null 値が返されます。 + +次の例では、現在のドキュメントと選択したビューからすべてのスペースが収集されます。その後、躯体境界が返されます。 + +___ +## サンプル ファイル + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..6412476b2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## 詳細 +`Space.CoreCenterBoundary` は、指定されたスペースの躯体中心境界を表すネストされたリストを返します。返されたリストでは、最初のサブリストは最も外側の曲線を表し、後続のリストはスペース内のループを表します。躯体中心境界は、躯体として定義されている壁の中心に配置されます。壁の配置基準線の詳細については、こちらのヘルプ[記事](https://help.autodesk.com/view/RVT/2024/JPN/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)を参照してください。 + +境界のないスペースまたは未配置のスペースが指定されている場合、null 値が返されます。 + +次の例では、現在のドキュメントと選択したビューからすべてのスペースが収集されます。その後、躯体中心境界が返されます。 + +___ +## サンプル ファイル + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..91907a078 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## 詳細 +`Space.FinishBoundary` は、指定されたスペースの仕上げ面境界を表すネストされたリストを返します。返されたリストでは、最初のサブリストは最も外側の曲線を表し、後続のリストはスペース内のループを表します。このノードによって返されるスペース境界は、Revit スペース内の仕上げ面に配置されます。壁の配置基準線の詳細については、こちらのヘルプ[記事](https://help.autodesk.com/view/RVT/2024/JPN/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)を参照してください。 + +境界のないスペースまたは未配置のスペースが指定されている場合、null 値が返されます。 + +次の例では、現在のドキュメントと選択したビューからすべてのスペースが収集されます。その後、仕上げ面境界が返されます。 + +___ +## サンプル ファイル + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..15add48a9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## 詳細 +`Space.Height` は、指定されたスペースの高さを返します。Revit でスペースが配置されていない場合は、値 0 が返されます。 + +次の例では、現在の Revit ドキュメント内のすべてのスペースの高さが返されます。 +___ +## サンプル ファイル + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..871095f6b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## 詳細 +`Space.IsPointInsideSpace` は、指定された点が指定されたスペースの内側にあるかどうかを確認します。これは、Revit 内の要素にマーク値を割り当てる際に便利です。 + +次の例では、現在の Revit ドキュメント内の指定されたビュー内のすべての制気口が収集されます。次に、これらの点の位置が `Space.IsPointInsideSpace` を使用して指定されたビューのスペースと比較されます。リスト管理を使用して、スペース内で発生する制気口を除外するためのサブリストが作成されます。List@Level の使用に関する詳細については、こちら[記事](https://primer2.dynamobim.org/ja/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists)をご覧ください。 +___ +## サンプル ファイル + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..4e3fc0f54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## 詳細 +`Space.Location` は、指定されたスペースの位置を表す Dynamo の点を返します。 + +境界のないスペースまたは未配置のスペースが指定されている場合、null 値が返されます。 + +次の例では、現在のドキュメントと選択したビューからすべてのスペースが収集されます。その後、スペースの位置が返されます。また、スペースの名前は、`Label.ByPointAndString` ノードを使用して Dynamo ビューポートにプレビューされます。 + +___ +## サンプル ファイル + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..b37677770 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## 詳細 +`Space.Name` は、指定されたスペース要素の名前を返します。 + +次の例では、選択したビューの現在のドキュメントからすべてのスペースが収集されます。その後、スペースの名前が返されます。 +___ +## サンプル ファイル + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..7b204dc8f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## 詳細 +`Space.Number` は、指定されたスペース要素の番号を文字列として返します。 + +次の例では、選択したビューの現在のドキュメントからすべてのスペースが収集されます。その後、スペースの番号が返されます。 +___ +## サンプル ファイル + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..b01855fe4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## 詳細 +`Space.SetName` は、指定されたスペース要素の名前を変更します。 + +次の例では、選択したビューの現在のドキュメントからすべてのスペースが収集されます。次にスペースの名前は、既存の条件を示す接頭辞「(E)」を付けて変更されます。 + +___ +## サンプル ファイル + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..52ed00600 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## 詳細 +`Space.SetNumber` は、指定されたスペース要素の番号を変更します。 + +次の例では、選択したビューの現在のドキュメントからすべてのスペースが収集されます。次に、スペースの番号は既存の条件を示す接尾辞「e」を付けて変更されます。このタイプのワークフローは、Revit でスペースの再番号付けを行う際に役立ちます。 +___ +## サンプル ファイル + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..013a22b02 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## 詳細 +`Space.Volume` は、指定されたスペースの体積を返します。Revit でスペースが配置されていない場合は、値 0 が返されます。 + +次の例では、現在の Revit ドキュメント内のすべてのスペースの体積が返されます。 +___ +## サンプル ファイル + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..9203099cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## 詳細 +`Tag.ByElement` は、指定された基準で指定された要素にタグを配置します。 + +次の例では、すべての壁が指定されたビューから収集されます。その後、既定の壁タグ タイプおよび位置合わせ/引出線の基準を使用して、壁がタグ付けされます。 +___ +## サンプル ファイル + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index de8b877ef..8b862f2da 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## 詳細 -`Tag.GetLeaderEndCondition` は、指定されたタグの引出線の端部の状態を返します。 - -可能性のある端部の状態は次のとおりです。 -- アタッチされた端部 -- 自由な端部 - -次の例では、すべてのキーノート タグが「北壁窓の詳細」の詳細ビューから収集されます。次に、タグの引出線の端部の状態が返されます。 +`Tag.GetLeaderEndCondition` は、指定されたタグの引出線の終点の状態を返します。 +以下の例では、すべての壁が指定されたビューから収集されます。次に、既定の壁タグ タイプと位置合わせ/引出線の基準を使用して、壁がタグ付けされます。その後、終点の状態が `Tag.GetLeaderEndCondition` で返されます。 ___ ## サンプル ファイル diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..800d5daf9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## 詳細 +`Tag.SetLeaderEndCondition` は、指定されたタグ要素の引出線の終点をアタッチまたは自由に設定します。 + +次の例では、すべての壁が特定のビューから収集されます。次に、既定の壁タグ タイプおよび位置合わせ/引出線の基準を使用して壁がタグ付けされます。その後、終点の状態が `Tag.SetLeaderEndCondition` で設定されます。 +___ +## サンプル ファイル + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..0c4d13213 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## 詳細 +`TextNote.SetHorizontalAlignment` は、指定された文字注記の水平方向の位置合わせを設定します。 + +注: このノードの戻り値の型は VOID です。これは、ノードが要素に対するアクションをコミットして NULL を返すことを意味します。 + +次の例では、詳細のシートが選択されています。この後、詳細ビュー内のすべての文字注記が収集され、その水平方向の位置合わせが中心に設定されます。 +___ +## サンプル ファイル + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..7cb267e6b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## 詳細 +`TextNote.SetKeepRotatedTextReadable` は、指定された文字注記の判読可能な状態を維持するインスタンス パラメータを、指定されたブール値に設定します。 + +注: このノードの戻り値の型は VOID です。これは、ノードが要素に対するアクションをコミットして NULL を返すことを意味します。 + +次の例では、詳細のシートが選択されています。その後、詳細ビュー内のすべての文字注記が収集され、その「判読可能な状態を維持する」パラメータが true に設定されます。 +___ +## サンプル ファイル + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNoteType.Default.md index dda5f2e5a..b7363ba86 100644 --- a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## 詳細 -`TextNoteType.Default` は、現在の Revit ドキュメント内にある既定の文字注記タイプへのアクセスを提供します。この文字注記タイプは、Revit UI で文字を作成するときに使用するものと同じです。 - -次の例では、新しい製図ビューが作成され、新しい文字注記が現在の Revit ドキュメントの基準点に作成されます。 +`TextNoteType.Default` は、現在の Revit ドキュメント内にある既定の文字注記タイプを返します。これは、ユーザが Revit UI で文字注記を新規に作成する際に使用される既定の文字注記タイプと一致します。 +次の例では、Snowdon Towers Sample モデルの既定の文字注記タイプ「1/4" Trebuchet MS」が返されます。 ___ ## サンプル ファイル diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..0576770d4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## 詳細 +`Toposolid.ByOutlinePointsTypeAndLevel` は、指定された入力で、現在の Revit ドキュメントに地形ソリッド要素を作成します。 + +次の例では、既存の床(変更された点を含む)が選択されて地形ソリッドに変換されます。床の形状の点、輪郭、レベルが抽出され、地形ソリッドの作成に使用されます。最後に、床を置き換える地形ソリッドが作成され、床要素が削除されます。 +___ +## サンプル ファイル + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..9d39796ec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## 詳細 +`Toposolid.Points` は、指定された地形ソリッドの形状編集点を返します(利用可能な場合)。 + +次の例では、選択した Revit リンクで見つかった最初の地形ソリッドからすべての点が返されます。 +___ +## サンプル ファイル + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..cf1340ce3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## 詳細 +`CeilingPlanView.ByLevel` は、指定したレベルから新しい天井伏図ビューを作成します。 + +次の例では、「L1 - Block 35」の新しい天井伏図ビューが作成されます。 +___ +## サンプル ファイル + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..5b8fef344 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## 詳細 +`FloorPlanView.ByLevel` は、指定したレベルから新しい平面図ビューを作成します。 + +次の例では、「L1 - Block 35」の新しい平面図ビューが作成されます。 +___ +## サンプル ファイル + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..d472560d7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## 詳細 +`View.CanViewBeDuplicated` は、指定されたオプションを使用して指定されたビューを複製できるかどうかを示す true または false の値を提供します。 + +次の例では、すべての製図ビューが現在の Revit ドキュメントから収集されます。次に、製図ビューが[詳細あり]オプションを使用して複製できるかどうかが確認されます。 +___ +## サンプル ファイル + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..80193c1ec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## 詳細 +`View.DuplicateView` は、指定された複製オプションを使用して、指定されたビューの複製を試みます。ビューを複製できない場合は、null 値が返されます。 + +次の例では、すべての製図ビューが現在の Revit ドキュメントから収集されます。製図ビューは、接頭辞(N)を付けて、「詳細あり」で複製されます。 +___ +## サンプル ファイル + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..bffb35ad9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## 詳細 +`View.ExportAsImage` は、指定したビューを指定したパスにイメージとして書き出します。 + +次の例では、現在のドキュメントの既定の 3D ビューがエクスポート用に選択されています。パスは、現在のユーザのコンピュータから「ピクチャ」フォルダを抽出し、ビュー名と組み合わせて構成されます。 + +___ +## サンプル ファイル + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..00e4a458c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## 詳細 +`View.HideCategoriesTemporary` は、指定したビューの一時的な非表示/選択表示を有効にします。指定したカテゴリは、一時的な非表示/選択表示がリセットされるまで非表示になります。 + +次の例では、「L1」平面図ビューで「ドア」カテゴリと「家具」カテゴリが非表示になっています。 +___ +## サンプル ファイル + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..e142eb05c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## 詳細 +`View.HideElementsTemporary` は、指定したビューの一時的な非表示/選択表示モードを有効にします。指定した要素は、一時的な非表示/選択表示ビュー モードがリセットされるまで非表示になります。 + +次の例では、ビュー「L1」のすべての壁が収集され、耐火等級と非耐火等級の 2 つのリストに分割されます。非耐火等級の壁は、`View.HideElementsTemporary` を使用して一時的に非表示になります。 +___ +## サンプル ファイル + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..8613871aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## 詳細 +`View.IsolateCategoriesTemporary` は、指定したビューの一時的な非表示/選択表示を有効にします。指定したカテゴリは、一時的な非表示/選択表示がリセットされるまで選択表示になります。 + +次の例では、「ドア」カテゴリと「家具」カテゴリが「L1」平面図ビューに対して選択表示になります。 +___ +## サンプル ファイル + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..6b2bbe2f4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## 詳細 +`View.IsolateElementsTemporary` は、指定したビューの一時的な非表示/選択表示モードを有効にします。指定した要素は、一時的な非表示/選択表示ビュー モードがリセットされるまで選択表示になります。 + +次の例では、ビュー「L1」のすべての壁が収集され、耐火等級と非耐火等級の 2 つのリストに分割されます。非耐火等級の壁は、`View.HideElementsTemporary` を使用して一時的に選択表示になります。 +___ +## サンプル ファイル + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..086a14ed9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## 詳細 +`View.SetCategoryOverrides` は、指定されたビューの指定されたカテゴリの表示グラフィックスを修正します。 + +次の例では、すべての平面図ビュー テンプレートが現在の Revit ドキュメントから収集されます。その後、ダクトの中心線を非表示にする上書き設定がビューに適用されます。 +___ +## サンプル ファイル + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..aa1aff5a4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## 詳細 +`View.SetCropBoxActive` は、ブール演算入力に応じて、指定されたビューの CropBox をアクティブまたは非アクティブに切り替えます。 + +以下の例では、指定されたシートのすべてのビューが収集され、その CropBox がアクティブに設定されます。 +___ +## サンプル ファイル + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..0e2303516 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## 詳細 +`View.SetCropBoxVisible` は、入力されたブール値に基づいて、指定されたビューの CropBox の表示を切り替えます。 + +次の例では、現在の Revit ドキュメント内のすべてのシートのすべてのビューで、CropBox が非表示に設定されています。 +___ +## サンプル ファイル + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..532f89079 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## 詳細 +`View.SetScale` は、指定されたビューを指定されたスケール係数に設定します。ビューのスケール係数の変更の詳細については、こちら[記事](https://help.autodesk.com/view/RVTLT/2024/JPN/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7)を参照してください。 + +次の例では、すべての製図ビューが現在の Revit ドキュメントから収集されます。次に、`View.SetScale` を使用してビューの尺度を 1/4" = 1'-0" (尺度 48)に設定します。 +___ +## サンプル ファイル + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..fc8590393 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## 詳細 +`Wall.ByCurveAndHeight` は、指定した線分の位置に指定したタイプの壁を作成し、指定したレベルにホストします。 + +次の例では、レベル R3 に高さ 10 インチ、長さ 10 インチで「Exterior - CMU on Mtl. Stud」の壁インスタンスが作成されています。 +___ +## サンプル ファイル + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..fcc4ed36f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## 詳細 +`Wall.ByFace` は、指定されたマス面に壁を作成します。壁の配置基準線とタイプも指定する必要があります。 + +次の例では、現在の Revit ドキュメントで選択した既存のサーフェスに面の壁が作成されます。 +___ +## サンプル ファイル + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..c999a73ab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## 詳細 +`WallType.ByName` は、指定された名前(使用可能な場合)の壁タイプを選択します。指定した名前の壁タイプが見つからない場合は、null 値が返されます。 + +次の例では、現在の Revit ドキュメントから壁タイプ「Exterior - CMU on Mtl. Stud」が選択されています。 +___ +## サンプル ファイル + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..9aad6bbaa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## 詳細 +`WallType.Function` は、指定された壁タイプの関数を返します。壁の関数の詳細については、こちら[記事](https://help.autodesk.com/view/RVT/2025/JPN/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33)を参照してください。 + +次の例では、すべての壁タイプが関数とともに現在の Revit ドキュメントから収集されます。 +___ +## サンプル ファイル + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..d504c31ec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## 詳細 +`WallType.GetThermalProperties` は、指定された壁タイプの断熱プロパティを返します。壁の断熱プロパティの詳細については、この[記事](https://help.autodesk.com/view/RVT/2024/JPN/?guid=GUID-3C378374-D360-4207-A558-3500922A452E)を参照してください。 + +次の例では、現在の Revit ドキュメントから壁タイプ「Exterior - CMU on Mtl. Stud」が選択されています。断熱プロパティは `WallType.GetThermalProperties` を使用して報告されます。 +___ +## サンプル ファイル + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..392c940a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## 詳細 +`WallType.Name` は、指定した壁タイプの名前を文字列として返します。 + +次の例では、現在の Revit ドキュメントからすべての壁タイプが名前とともに収集されます。 +___ +## サンプル ファイル + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..5059d97ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## 詳細 +`WallType.Width` は、指定された壁タイプの幅を数値として返します。 + +次の例では、すべての壁タイプが現在の Revit ドキュメントから幅(プロジェクトの単位)とともに収集されます。 +___ +## サンプル ファイル + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..52d33c299 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## 詳細 +`OverrideGraphicSettings.ByProperties` は、ビューまたはビュー テンプレート内で使用する一連の表示/グラフィックスの上書き設定を作成します。 + +次の例では、すべての平面図ビュー テンプレートが現在の Revit ドキュメントから収集されます。その後、ダクトの中心線を非表示にする上書き設定がビューに適用されます。 +___ +## サンプル ファイル + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..3af3d3235 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## 詳細 +`Transaction.End` は現在の Dynamo トランザクションを完了し、指定された要素を返します。Revit では、トランザクションは Revit ドキュメントに加えられた変更内容を表します。変更が発生すると、有効になっている[元に戻す]ボタンで確認できます。`Transaction.End` を使用すると、Dynamo グラフにステップを追加し、`Transaction.End` が使用されているステップごとに[元に戻す]アクションを作成できます。 + +次の例では、ファミリ インスタンスが Revit ドキュメントに配置されます。`Transaction.End` は、`FamilyInstance.SetRotation` でファミリ インスタンスを回転する前に配置を完了するために呼び出されます。 + +___ +## サンプル ファイル + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..54e63420d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ja-JP/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## 詳細 + +`Toposolid.ByOutlinePointsTypeAndLevel` は、指定された入力で、現在の Revit ドキュメントに地形ソリッド要素を作成します。 + +次の例では、既存の床(変更された点を含む)が選択されて地形ソリッドに変換されます。床の形状の点、輪郭、レベルが抽出され、地形ソリッドの作成に使用されます。最後に、床を置き換える地形ソリッドが作成され、床要素が削除されます。 + +___ +## サンプル ファイル + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..467fe8f9f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## 상세 +`Fill Pattern Targets`는 Revit에서 사용 가능한 채우기 패턴 대상 옵션에 대한 액세스를 제공합니다. 여기에는 다음이 포함됩니다. +- 드래프팅 +- 모델 +- 없음 + +아래 예제에서는 현재 Revit 문서에 대해 "<솔리드 채우기>" 드래프팅 채우기 패턴이 반환됩니다. +___ +## 예제 파일 + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..9f89a5c2b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## 상세 +`Fill Patterns`는 현재 Revit 문서에서 사용 가능한 모든 채우기 패턴 증에서 원하는 채우기 패턴을 선택할 수 있게 해줍니다. + +아래 예제에서는 현재 Revit 문서에 대해 "\<솔리드 채우기>\" 드래프팅 채우기 패턴이 반환됩니다. +___ +## 예제 파일 + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..06985b47a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## 상세 +`Select Horizontal Text Alignment`는 문자 요소에 대해 다음 정렬 옵션을 선택할 수 있게 해줍니다. +- 중앙 +- 왼쪽 +- 오른쪽 + +아래 예제에서는 중앙 문자 정렬 옵션을 사용하여 새 문자 참고가 작성됩니다. +___ +## 예제 파일 + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..714d236ad --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## 상세 +`Line Patterns`는 현재 Revit 문서에서 사용 가능한 모든 선 패턴 중에서 원하는 선 패턴을 선택할 수 있게 해줍니다. + +아래 예제에서는 현재 Revit 문서에 대해 "중심" 선 패턴 요소가 반환됩니다. +___ +## 예제 파일 + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..b38a39c92 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## 상세 +`Select Vertical Text Alignment`는 문자 요소에 대해 다음 정렬 옵션을 선택할 수 있게 해줍니다. +- 하단 +- 중간 +- 상단 + +아래 예제에서는 중간 문자 정렬 옵션을 사용하여 새 문자 참고가 작성됩니다. +___ +## 예제 파일 + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..2ecba93a1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## 상세 +`View Duplicate Options`는 Revit에서 사용할 수 있는 모든 복제 옵션에 대한 액세스를 제공합니다. + +여기에는 다음이 포함됩니다. +- 의존 항목으로 복제 +- 상세 정보를 포함하여 복제 +- 중복으로 복제 + +아래 예제에서는 상세 뷰 "North Wall Window Detail"이 "-Revision 1" 접두어와 함께 상세 정보를 포함하여 복제됩니다. +___ +## 예제 파일 + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..1b5ec1688 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## 상세 +`Document.FilePath`는 지정된 Revit 문서의 파일(사용 가능한 경우) 경로를 반환합니다. 파일을 저장하지 않으면 빈 문자열이 반환됩니다. 지정된 문서가 로컬 파일(중앙 파일에 연결됨)인 경우 로컬 파일 경로가 제공됩니다. + +아래 예제에서는 현재 Revit 문서에 대한 파일 위치가 제공됩니다. +___ +## 예제 파일 + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..52b7ba40e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## 상세 +`Document.GetLinkInstances`는 현재 Revit 문서에 배치된 링크의 모든 인스턴스 리스트를 반환합니다. 링크 인스턴스는 링크된 파일에서 요소를 검색하는 데 사용됩니다. + +아래 예제에서는 모든 Revit 링크 인스턴스가 활성 Revit 문서에 대해 반환됩니다. 또한 링크의 이름이 `Element.Name`을 사용하여 반환됩니다. +___ +## 예제 파일 + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..83b7b7ff6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## 상세 +`Document.IsCloudPath`는 지정된 Revit 문서가 클라우드 위치에서 호스트되는지 여부를 나타내는 부울을 반환합니다. 비공동 작업 파일에 대해서는 null 값이 반환됩니다. + +아래 예제에서는 모든 Revit 링크 인스턴스가 현재 Revit 문서에서 수집됩니다. 그런 다음 링크 인스턴스의 문서가 클라우드 경로인지 확인됩니다. +___ +## 예제 파일 + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..48ebb4da9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## 상세 +`Document.Location`은 지정된 Revit 문서의 위도 및 경도 위치를 반환합니다. + +아래 예제에서는 현재 Revit 문서에 대한 프로젝트 위치가 제공됩니다. +___ +## 예제 파일 + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..b4d46fdf2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## 상세 +`Document.WorksharingPath`는 지정된 문서의 작업 공유 경로를 반환합니다. 비공동 작업 파일에 대해서는 null 값이 반환됩니다. + +아래 예제에서는 모든 Revit 링크 인스턴스가 현재 Revit 문서에서 수집됩니다. 그런 다음 링크 인스턴스의 문서가 작업 공유 경로인지 확인됩니다. +___ +## 예제 파일 + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..f5f0e2a1d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## 상세 +`CeilingType.ByName`은 현재 Revit 문서에서 지정된 이름과 일치하는 천장 유형 요소를 검색합니다(사용 가능한 경우). + +아래 예제에서는 천장 유형 "일반"이 현재 Revit 문서에서 반환됩니다. + +___ +## 예제 파일 + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..4b614277d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## 상세 +`CeilingType.GetThermalProperties`는 지정된 천장 유형의 열 특성을 반환합니다. + +아래 예제에서는 천장 유형 "일반"이 반환되고 열 특성이 `CeilingType.GetThermalProperties`를 사용하여 검색됩니다. + +___ +## 예제 파일 + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..e0fd77d34 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## 상세 +`CeilingType.Name`은 지정된 천장 유형의 이름을 반환합니다. + +아래 예제에서는 모든 천장 유형이 현재 Revit 문서에서 수집됩니다. 천장 유형의 이름이 `CeilingType.Name`을 사용하여 반환됩니다. + +___ +## 예제 파일 + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..d7dfa6d73 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## 상세 +`Coordinates.BasePoint`는 프로젝트 기준점을 점 형상으로 반환합니다. 프로젝트 기준점은 Revit에서 설정되며 프로젝트마다 다를 수 있습니다. Revit의 프로젝트 기준점에 대한 자세한 내용은 이 [도움말 문서](https://help.autodesk.com/view/RVT/2025/KOR/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65)를 참조하십시오. + +아래 예제에서는 프로젝트 기준점이 반환됩니다. + +___ +## 예제 파일 + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..213cc7eec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## 상세 +`Coordinates.ProjectRotation`은 프로젝트 회전을 도 단위로 반환합니다. 프로젝트 회전은 사용자가 수정할 수 있는 값이며 크게 달라질 수 있습니다. Revit의 프로젝트 회전에 대한 자세한 내용은 이 [도움말 문서](https://help.autodesk.com/view/RVT/2025/KOR/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C)를 참조하십시오. + +아래 예제에서는 프로젝트 회전 값이 반환됩니다. + +___ +## 예제 파일 + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..bf00a1d10 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## 상세 +`Coordinates.SurveyPoint`는 프로젝트 측량 기준점을 점 형상으로 반환합니다. 측량 기준점은 Revit에서 설정되며 프로젝트마다 다를 수 있습니다. Revit의 측량 기준점에 대한 자세한 내용은 이 [도움말 문서](https://help.autodesk.com/view/RVT/2025/KOR/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F)를 참조하십시오. + +아래 예제에서는 측량 기준점이 반환됩니다. + +___ +## 예제 파일 + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..4cb71c65b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## 상세 +`DirectShape.ByGeometry`는 지정된 형상으로 Revit에서 directshape 요소를 작성합니다. 작성 시, 선택적으로 재료와 이름도 할당할 수 있습니다. + +아래 예제에서는 테셀레이트된 돔 구조가 지붕 캐노피의 Revit 샘플 모델에 작성됩니다. +___ +## 예제 파일 + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..af6ebb2d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## 상세 +`Element.GetJoinedElements`는 입력 요소에 결합된 모든 요소를 반환합니다. + +아래 예제에서는 바닥이 현재 Revit 문서에서 선택됩니다. 선택된 바닥에 결합된 모든 요소가 반환됩니다. +___ +## 예제 파일 + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..6c22cb73c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## 상세 +`Element.UnjoinAllGeometry`는 지정된 요소에 결합된 요소의 모든 형상을 결합 해제합니다. + +아래 예제에서는 바닥이 현재 Revit 문서에서 선택되고 결합된 모든 형상이 결합 해제됩니다. +___ +## 예제 파일 + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..2a7aa7455 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## 상세 +`Element.UnjoinGeometry`는 지정된 두 요소의 형상을 결합 해제합니다. + +아래 예제에서는 바닥이 현재 Revit 문서에서 선택됩니다. 결합된 요소가 수집된 다음 입력 바닥에서 결합 해제됩니다. +___ +## 예제 파일 + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..f445474b0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## 상세 +`ElementType.CanBeCopied`는 지정된 요소 유형을 복사할 수 있는지 여부를 나타내는 true/false 값을 반환합니다. + +아래 예제에서는 모든 벽 유형이 현재 Revit 문서에서 수집되고 복사 가능 여부가 확인됩니다. +___ +## 예제 파일 + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index bbce1f771..84667cae5 100644 --- a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## 상세 -`ElementType.CanBeDeleted`는 Revit 파일에서 요소 유형을 삭제할 수 있는지 여부를 확인합니다. +`ElementType.CanBeDeleted`는 지정된 요소 유형을 삭제할 수 있는지 여부를 나타내는 true/false 값을 반환합니다. -아래 예에서는 모든 평면 뷰가 현재 Revit 파일에서 수집됩니다. 그런 다음 평면 뷰는 두 개의 리스트, 즉 "삭제할 수 있음"과 "삭제할 수 없음"으로 분리됩니다. +아래 예제에서는 모든 벽 유형이 현재 Revit 문서에서 수집되고 삭제 가능 여부가 확인됩니다. ___ ## 예제 파일 diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..b2e2f3259 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## 상세 +`ElementType.Duplicate`는 지정된 이름을 사용하여 지정된 요소 유형을 복제하려고 시도합니다. 이름이 이미 사용 중인 경우 노드에서 오류가 표시됩니다. + +아래 예제에서는 벽 유형 `Generic - 4"`가 현재 Revit 문서에서 검색됩니다. 그런 다음 벽 유형이 `Typical - 4"`라는 이름으로 복제됩니다. +___ +## 예제 파일 + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..2f86998de --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## 상세 +`ElementType.FamilyName`은 지정된 요소의 소유 패밀리 이름을 반환합니다. + +아래 예제에서는 모든 벽이 현재 Revit 문서에서 수집됩니다. 그런 다음 각 벽에 대한 벽 유형이 반환되고 패밀리 이름이 반환됩니다. . +___ +## 예제 파일 + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..80aaa6eb8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## 상세 +`ElementType.Name`은 지정된 요소 유형의 이름을 반환합니다. 요소 유형 이름은 `ElementType.ByName`으로 요소 유형을 조회하는 데 유용합니다. + +아래 예제에서는 모든 벽 유형이 현재 Revit 문서에서 수집됩니다. 벽 유형의 이름이 `ElementType.Name`을 사용하여 반환됩니다. +___ +## 예제 파일 + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..c0ce1adcb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## 상세 +`FamilyInstance.ByCoordinates`는 현재 Revit 문서에서 지정된 좌표에 지정된 FamilyType의 인스턴스를 배치합니다. + +아래 예제에서는 RPC 패밀리가 지정된 좌표에 배치됩니다. + +___ +## 예제 파일 + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..b2a90a527 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## 상세 +`FamilyInstance.ByFamilyType`은 현재 Revit 문서에서 지정된 패밀리 유형의 인스턴스를 반환합니다. + +아래 예제에서는 선택한 패밀리 유형의 모든 인스턴스가 반환됩니다. + +___ +## 예제 파일 + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..4d2f11687 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## 상세 +`FamilyInstance.Space`는 지정된 요소가 있는 공간(존재하는 경우)을 반환합니다. 공간이 없으면 null 값이 반환됩니다. + +아래 예제에서는 모든 공기 터미널 요소가 현재 Revit 문서에서 수집됩니다. 그런 다음 공간 위치가 `FamilyInstance.Space`를 사용하여 반환됩니다. +___ +## 예제 파일 + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..bc372835e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## 상세 +`FillPatternElement.GetByName`은 현재 Revit 문서에서 사용 가능한 경우 지정된 이름 및 대상의 채우기 패턴 요소를 반환합니다. + +아래 예제에서는 "\<솔리드 채우기>\" 채우기 패턴이 반환됩니다. +___ +## 예제 파일 + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..88822ce80 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## 상세 +`FilledRegionType.ByName`은 지정된 이름과 일치하는 채워진 영역 유형을 반환합니다(현재 Revit 문서에서 사용 가능한 경우). 채워진 영역 유형을 찾을 수 없는 경우 null 값이 반환됩니다. + +아래 예제에서는 채워진 영역 유형 "솔리드 회색"이 반환됩니다. +___ +## 예제 파일 + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..5120b3c02 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## 상세 +`FilledRegionType.Name`는 지정된 채워진 영역 유형의 이름을 반환합니다. + +아래 예제에서는 모든 채워진 영역 유형이 현재 Revit 문서에서 수집되고 이름이 반환됩니다. +___ +## 예제 파일 + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..f59c81632 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## 상세 +`Floor.Points`는 사용 가능한 경우 지정된 바닥에 대한 모양 편집 점을 가져옵니다. + +아래 예제에서는 모양 편집 점이 있는 바닥 요소가 선택됩니다. `Floor.Points`가 점을 반환하는 데 사용됩니다. +___ +## 예제 파일 + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..2640a8e95 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## 상세 +`Level.ByElevation`은 지정된 고도에 레벨을 생성합니다. 이름은 이전 입력 항목을 기반으로 Revit UI에서 발생하는 동작을 반영합니다. + +아래 예제에서는 레벨이 3.5피트에 생성됩니다(프로젝트 단위에 따라 다름). +___ +## 예제 파일 + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..7d719875f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## 상세 +`Level.ByElevationAndName`은 지정된 고도에 지정된 이름으로 레벨을 생성합니다. 이름이 이미 사용 중인 경우 노드에서 오류를 제공합니다. + +아래 예제에서는 "Raised Subfloor"라는 레벨이 3.5피트에 생성됩니다(프로젝트 단위에 따라 다름). +___ +## 예제 파일 + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..ee05128b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## 상세 +`Level.ByLevelAndOffset`은 지정된 레벨에서 지정된 거리만큼 레벨 요소 간격띄우기를 생성합니다. 새 레벨의 이름은 이전 입력 항목을 기반으로 레벨 이름이 지정되는 Revit UI의 동작을 반영합니다. + +아래 예제에서는 새 레벨이 현재 Revit 문서에서 가장 높은 레벨보다 10피트 위에 생성됩니다. +___ +## 예제 파일 + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..57265b8f8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## 상세 +`Level.ByLevelOffsetAndName`은 제공된 이름을 사용하여 지정된 레벨에서 지정된 거리만큼 레벨 요소 간격띄우기를 생성합니다. + +아래 예제에서는 "T.O. Parapet"이라는 새로운 레벨이 현재 Revit 문서에서 가장 높은 레벨보다 10피트 위에 생성됩니다. +___ +## 예제 파일 + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..890f98e7d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## 상세 +`Level.Elevation`은 지정된 레벨에 대한 고도를 프로젝트 단위로 반환합니다. `Level.Elevation`은 지면 레벨의 값을 보고합니다. 프로젝트의 고도가 다른 경우 `Level.ProjectElevation`을 사용하여 해당 고도를 반환할 수 있습니다. + +아래 예제에서는 모든 레벨이 현재 Revit 문서에 수집됩니다. 레벨의 고도 값이 반환됩니다. 또한 레벨이 "List.SortByKey"를 사용하여 높이별로 정렬됩니다. +___ +## 예제 파일 + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..3d2ab015a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## 상세 +`Level.Name`은 지정된 레벨의 이름을 반환합니다. `Level.Name`은 매개변수 값을 조회하여 레벨에서 이름을 얻는다는 점에서 `Element.Name`과 다릅니다. + +아래 예제에서는 현재 Revit 문서에 대한 모든 레벨이 수집되고 해당 이름이 반환됩니다. +___ +## 예제 파일 + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..768916a59 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## 상세 +`Level.ProjectElevation`은 지정된 레벨에 대한 고도를 프로젝트 단위로 반환합니다. `Level.ProjectElevation`은 프로젝트 원점의 값을 보고합니다. 지면 수준에서 고도가 필요한 경우 `Level.Elevation`을 사용하여 이 값을 구할 수 있습니다. + +아래 예제에서는 모든 레벨이 현재 Revit 문서에 수집됩니다. 레벨의 프로젝트 고도 값이 반환됩니다. 또한 레벨이 "List.SortByKey"를 사용하여 높이별로 정렬됩니다. +___ +## 예제 파일 + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..651a30e21 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## 상세 +`LinePatternElement.GetByName`은 현재 Revit 문서에서 사용 가능한 경우 지정된 이름의 선 패턴 요소를 반환합니다. + +아래 예제에서는 현재 Revit 문서에 대해 "중심" 선 패턴 요소가 반환됩니다. +___ +## 예제 파일 + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..5c94af26c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## 상세 +`LinkElement.BoundingBox`는 지정된 링크 요소에 대한 경계 상자를 반환합니다. + +아래 예제에서는 지형 솔리드 요소가 "Snowdon Towers Sample Site"의 인스턴스에서 반환됩니다. 그런 다음 지형 솔리드의 경계 상자가 `LinkElement.BoundingBox`를 사용하여 반환됩니다. + +___ +## 예제 파일 + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..e9bc88a96 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## 상세 +`LinkElement.GetGeometry`는 선택적 상세 레벨에서 지정된 링크 요소의 형상을 반환합니다. + +아래 예제에서는 "Snowdon Towers Sample Site" 링크에 있는 모든 벽 요소에 대한 형상이 반환됩니다. + +___ +## 예제 파일 + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..c70e848d2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## 상세 +`LinkElement.GetLocation`은 지정된 링크 요소(사용 가능한 경우)의 위치를 나타내는 형상을 반환합니다. + +아래 예제에서는 "Snowdon Towers Sample Site"에 있는 모든 벽의 위치가 곡선으로 반환됩니다. +___ +## 예제 파일 + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..fcc2ea55e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## 상세 +`LinkInstance.AllElementsOfCategory`는 지정된 링크 인스턴스에서 지정된 카테고리의 모든 요소를 반환합니다. + +아래 예제에서는 모든 지형 솔리드 요소가 "Snowdon Towers Sample Site" 링크 인스턴스에서 반환됩니다. +___ +## 예제 파일 + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..5bf590365 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## 상세 +`LinkInstance.AllElementsOfCategoryInView`는 현재 Revit 문서에서 지정된 뷰에 있는 지정된 카테고리의 모든 요소를 반환합니다. + +아래 예제에서는 평면도 "L1"에서 보이는 "Snowdon Towers Sample Site"의 모든 지형 솔리드가 반환됩니다. +___ +## 예제 파일 + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..78a596c6c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## 상세 +`LinkInstance.AllElementsOfClass`는 지정된 Revit 링크 인스턴스에서 지정된 클래스의 모든 요소를 수집합니다. + +아래 예제에서는 모든 지형 솔리드 요소가 "Snowdon Towers Sample Site"의 인스턴스에서 반환됩니다. +___ +## 예제 파일 + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..119159a60 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## 상세 +`LinkInstance.ByName`은 이름 매개변수가 지정된 이름과 일치하는 링크 인스턴스를 검색합니다. 참고: 링크 인스턴스 이름은 `RevitLinkType`의 이름과 약간 다릅니다. 자세한 내용은 아래 샘플을 참조하십시오. + +아래 예제에서는 "Snowdon Towers Sample Site"의 인스턴스가 이름을 사용하여 선택됩니다. +___ +## 예제 파일 + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..eaa2f3307 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## 상세 +`LinkInstance.Document`는 지정된 링크 인스턴스에 대한 문서를 반환합니다. 이 문서는 링크에서 요소를 수집하고 문서에서 다른 정보를 조회하는 데 사용될 수 있습니다. + +아래 예제에서는 "Snowdown Towers Sample Site" 링크 인스턴스가 아키텍처 샘플 모델에서 반환됩니다. 그런 다음 링크 인스턴스의 문서가 반환됩니다. +___ +## 예제 파일 + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..47f6bc9f3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## 상세 +`LinkInstance.ElementById`는 지정된 링크 인스턴스에서 지정된 ID로 요소를 검색합니다. + +아래 예제에서는 프로젝트 정보 요소가 "Snowdon Towers Sample Site"의 인스턴스에서 반환됩니다. +___ +## 예제 파일 + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..217840342 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## 상세 +`Material.AppearanceParameters`는 지정된 재료에 대한 모든 모양 매개변수를 반환합니다. + +아래 예제에서는 알루미늄 재료에 대한 모양 매개변수가 반환됩니다. +___ +## 예제 파일 + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..77e9758b3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## 상세 +`Material.MaterialCategory`는 지정된 재료가 분류되는 카테고리를 반환합니다. + +아래 예제에서는 현재 Revit 문서에서 "알루미늄" 재료가 수집됩니다. 카테고리 "금속"이 `Material.MaterialCategory`를 사용하여 보고됩니다. +___ +## 예제 파일 + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..dee939de5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## 상세 +`Material.StructuralParameters`는 지정된 재료에 대한 모든 구조 매개변수를 반환합니다. + +아래 예제에서는 알루미늄 재료에 대한 구조 매개변수가 반환됩니다. +___ +## 예제 파일 + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..4e1b17303 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## 상세 +`Material.ThermalParameters`는 지정된 재료에 대한 모든 열 매개변수를 반환합니다. + +아래 예제에서는 알루미늄 재료에 대한 열 매개변수가 반환됩니다. +___ +## 예제 파일 + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..3c220f63f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## 상세 +`PathOfTravel.ByFloorPlanPoints`는 이동 경로 요소를 현재 Revit 문서와 지정된 평면도 뷰에서 지정된 시작점과 끝점 사이에 작성합니다. 참고: 이동 경로 요소를 생성할 수 없는 경우 null 값이 반환됩니다. + +아래 예제에서는 모든 룸이 평면 뷰 "L1"에서 수집됩니다. 그런 다음 이동 경로가 룸과 선택된 외부 문 사이에 생성됩니다. +___ +## 예제 파일 + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..e126d5903 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## 상세 +`ReferencePoint.ByCoordinates`는 활성 Revit 패밀리 문서에서 지정된 좌표에 참조 점 요소를 작성합니다. 참고: 패밀리 문서는 가변 구성요소 또는 매스 패밀리여야 합니다. + +아래 예제에서는 새 참조 점이 좌표 0,0,1에 작성됩니다. +___ +## 예제 파일 + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..3e07ac860 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## 상세 +`ReferencePoint.ByParametersOnFaceReference`는 활성 Revit 패밀리 문서에서 선택된 표면의 지정된 매개변수에 참조 점 요소를 작성합니다. + +참고: 패밀리 문서는 가변 구성요소 또는 매스 패밀리여야 합니다. + +아래 예제에서는 참조 점이 패밀리 문서에서 선택된 표면의 중심에 작성됩니다. + +___ +## 예제 파일 + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..45d24ae24 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## 상세 +`ReferencePoint.ByPoint`는 활성 Revit 패밀리 문서에서 지정된 점 위치에 참조 점 요소를 작성합니다. 참고: 패밀리 문서는 가변 구성요소 또는 매스 패밀리여야 합니다. 이 노드는 위치에 Dynamo 점을 사용하므로 "ReferencePoint.ByCoordinates"와 다릅니다. 이 노드는 최종 사용자가 직접 조작을 사용하여 Dynamo 점을 편집할 수 있고 참조 점을 업데이트할 수도 있으므로 유용합니다. 직접 조작에 대한 자세한 내용은 이 [링크](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation)를 참조하십시오. + +아래 예제에서는 새 참조 점이 좌표 0,0,1에 작성됩니다. +___ +## 예제 파일 + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..40cf3278f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## 상세 +`ReferencePoint.Point`는 지정된 참조 점의 점 형상을 반환합니다. + +아래 예제에서는 참조 점이 패밀리 문서에서 선택된 표면의 중심에 작성됩니다. 그런 다음 참조 점의 점 형상이`ReferencePoint.Point`를 사용하여 반환됩니다. 또한 검토를 위해 두 개의 객체 유형이 제공됩니다. + +___ +## 예제 파일 + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..127f5ac88 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## 상세 +`ReferencePoint.X`는 지정된 참조 점의 X 좌표를 반환합니다. + +아래 예제에서는 참조 점이 패밀리 문서에서 선택된 표면의 중심에 작성됩니다. 그런 다음 참조 점의 X 좌표가 `ReferencePoint.X`를 사용하여 반환됩니다. + +___ +## 예제 파일 + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..a7da3e193 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## 상세 +`ReferencePoint.XYPlane`은 지정된 참조 점의 X,Y 방향으로 평면을 반환합니다. + +아래 예제에서는 참조 점이 패밀리 문서에서 선택된 표면의 중심에 작성됩니다. 그런 다음 X,Y 방향의 평면이`ReferencePoint.XYPlane`을 사용하여 반환됩니다. + + +___ +## 예제 파일 + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..7a7d6c2e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## 상세 +`ReferencePoint.XZPlane`은 지정된 참조 점의 X,Z 방향으로 평면을 반환합니다. + +아래 예제에서는 참조 점이 패밀리 문서에서 선택된 표면의 중심에 작성됩니다. 그런 다음 X,Z 방향의 평면이 `ReferencePoint.XZPlane`을 사용하여 반환됩니다. + + +___ +## 예제 파일 + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..c98ef6b31 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## 상세 +`ReferencePoint.Y`는 지정된 참조 점의 Y 좌표를 반환합니다. + +아래 예제에서는 참조 점이 패밀리 문서에서 선택된 표면의 중심에 작성됩니다. 그런 다음 참조 점의 Y 좌표가 `ReferencePoint.Y`를 사용하여 반환됩니다. + +___ +## 예제 파일 + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..4ee91ce4b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## 상세 +`ReferencePoint.YZPlane`은 지정된 참조 점의 Y,Z 방향으로 평면을 반환합니다. + +아래 예제에서는 참조 점이 패밀리 문서에서 선택된 표면의 중심에 작성됩니다. 그런 다음 Y,Z 방향의 평면이 `ReferencePoint.YZPlane`을 사용하여 반환됩니다. + + +___ +## 예제 파일 + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..a141b3807 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## 상세 +`ReferencePoint.Z`는 지정된 참조 점의 Z 좌표를 반환합니다. + +아래 예제에서는 참조 점이 패밀리 문서에서 선택된 표면의 중심에 작성됩니다. 그런 다음 참조 점의 Z 좌표가 `ReferencePoint.Z`를 사용하여 반환됩니다. + +___ +## 예제 파일 + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..d2c561da7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## 상세 +`RoofType.ByName`은 현재 Revit 문서에서 지정된 이름과 일치하는 지붕 유형 요소를 검색합니다(사용 가능한 경우). + +아래 예제에서는 지붕 유형 "일반 - 9"가 현재 Revit 문서에서 반환됩니다. +___ +## 예제 파일 + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..3832bde4d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## 상세 +`RoofType.GetThermalProperties`는 지정된 지붕 유형의 열 특성을 반환합니다. + +아래 예제에서는 지붕 유형 "일반 - 9"가 반환되고 열 특성이 `RoofType.GetThermalProperties`를 사용하여 검색됩니다. +___ +## 예제 파일 + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..4e2779b5b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## 상세 +`RoofType.Name`은 지정된 지붕 유형의 이름을 반환합니다. + +아래 예제에서는 모든 지붕 유형이 현재 Revit 문서에서 수집됩니다. 지붕 유형의 이름이 `RoofType.Name`을 사용하여 반환됩니다. +___ +## 예제 파일 + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..93941b420 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## 상세 +`Room.IsInsideRoom`은 지정된 룸에서 지정된 점을 찾을 수 있는지 여부를 나타내는 부울 값을 반환합니다. + +아래 예제에서는 현재 Revit 문서의 모든 가구가 모든 룸과 함께 수집됩니다. 그런 다음 가구의 위치 점이 `Room.IsInsideRoom`으로 전달되어 지정된 점이 있는 룸을 확인합니다(사용 가능한 경우). 마지막으로 가구가 룸 위치가 있는 요소에 대해 필터링되고 이러한 값이 리스트로 결합됩니다. +___ +## 예제 파일 + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..e2401a5ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## 상세 +`Space.Area`는 지정된 공간의 면적을 반환합니다. Revit에 공간이 배치되지 않은 경우 0의 값이 반환됩니다. + +아래 예제에서는 현재 Revit 문서에 있는 모든 공간의 면적이 반환됩니다. +___ +## 예제 파일 + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..5e94270dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## 상세 +`Space.CenterBoundary`는 지정된 공간의 중심선 경계를 나타내는 내포된 리스트를 반환합니다. 반환된 리스트에서 첫 번째 하위 리스트는 가장 바깥쪽 곡선을 나타내고 후속 리스트는 공간 내의 루프를 나타냅니다. 중심 경계는 Revit 공간 내의 모든 레이어에 걸쳐 있는 벽의 중심선에 있습니다. 벽 위치 선에 대한 자세한 내용은 이 도움말 [문서](https://help.autodesk.com/view/RVT/2024/KOR/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)를 참조하십시오. + +경계가 없거나 배치되지 않은 공백이 제공되면 null 값이 반환됩니다. + +아래 예제에서는 모든 공간이 현재 문서와 선택된 뷰에서 수집됩니다. 그런 다음 중심 경계가 반환됩니다. +___ +## 예제 파일 + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..2962edb81 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## 상세 +`Space.CoreBoundary`는 지정된 공간의 코어 경계를 나타내는 내포된 리스트를 반환합니다. 반환된 리스트에서 첫 번째 하위 리스트는 가장 바깥쪽 곡선을 나타내고 후속 리스트는 공간 내의 루프를 나타냅니다. 코어 경계는 룸에서 가장 가까운 코어의 내부 또는 외부 레이어에 있습니다. 벽 위치 선에 대한 자세한 내용은 이 도움말 [문서](https://help.autodesk.com/view/RVT/2024/KOR/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)를 참조하십시오. + +경계가 없거나 배치되지 않은 공백이 제공되면 null 값이 반환됩니다. + +아래 예제에서는 모든 공간이 현재 문서와 선택된 뷰에서 수집됩니다. 그런 다음 코어 경계가 반환됩니다. + +___ +## 예제 파일 + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..0cf46bf74 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## 상세 +`Space.CoreCenterBoundary`는 지정된 공간의 코어 중심 경계를 나타내는 내포된 리스트를 반환합니다. 반환된 리스트에서 첫 번째 하위 리스트는 가장 바깥쪽 곡선을 나타내고 후속 리스트는 공간 내의 루프를 나타냅니다. 코어 중심 경계는 코어로 정의된 벽의 중심에 있습니다. 벽 위치 선에 대한 자세한 내용은 이 도움말 [문서](https://help.autodesk.com/view/RVT/2024/KOR/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)를 참조하십시오. + +경계가 없거나 배치되지 않은 공백이 제공되면 null 값이 반환됩니다. + +아래 예제에서는 모든 공간이 현재 문서와 선택된 뷰에서 수집됩니다. 그런 다음 코어 중심 경계가 반환됩니다. + +___ +## 예제 파일 + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..2145cfed1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## 상세 +`Space.FinishBoundary`는 지정된 공간의 마감 경계를 나타내는 내포된 리스트를 반환합니다. 반환된 리스트에서 첫 번째 하위 리스트는 가장 바깥쪽 곡선을 나타내고 후속 리스트는 공간 내의 루프를 나타냅니다. 이 노드에서 반환된 공간 경계는 Revit 공간 내부의 마감 면에 있습니다. 벽 위치 선에 대한 자세한 내용은 이 도움말 [문서](https://help.autodesk.com/view/RVT/2024/KOR/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)를 참조하십시오. + +경계가 없거나 배치되지 않은 공백이 제공되면 null 값이 반환됩니다. + +아래 예제에서는 모든 공간이 현재 문서와 선택된 뷰에서 수집됩니다. 그런 다음 마감 경계가 반환됩니다. + +___ +## 예제 파일 + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..90f74bb62 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## 상세 +`Space.Height`는 지정된 공간의 높이를 반환합니다. Revit에 공간이 배치되지 않은 경우 0의 값이 반환됩니다. + +아래 예제에서는 현재 Revit 문서에 있는 모든 공간 높이가 반환됩니다. +___ +## 예제 파일 + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..8d483f404 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## 상세 +`Space.IsPointInsideSpace`는 지정된 점이 지정된 공간 안에 있는지 확인합니다. 이는 Revit 내에서 요소에 마크 값을 할당할 때 유용할 수 있습니다. + +아래 예제에서는 현재 Revit 문서의 지정된 뷰에 있는 모든 공기 터미널이 수집됩니다. 그런 다음 해당 점 위치가 `Space.IsPointInsideSpace`를 사용하여 지정된 뷰의 공간과 비교됩니다. 리스트 관리를 사용하여 공간 내에 위치한 공기 터미널을 필터링하기 위한 하위 리스트가 개발됩니다. List@Level 사용에 대한 자세한 내용은 이 [문서](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level)를 참조하십시오. +___ +## 예제 파일 + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..0f0856045 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## 상세 +`Space.Location`은 지정된 공간의 위치를 나타내는 Dynamo 점을 반환합니다. + +경계가 없거나 배치되지 않은 공백이 제공되면 null 값이 반환됩니다. + +아래 예제에서는 모든 공간이 현재 문서와 선택된 뷰에서 수집됩니다. 그런 다음 공백의 위치가 반환됩니다. 또한 공간 이름은 `Label.ByPointAndString` 노드를 사용하여 Dynamo 뷰포트에서 미리 볼 수 있습니다. + +___ +## 예제 파일 + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..b7048482f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## 상세 +`Space.Name`은 지정된 공간 요소의 이름을 반환합니다. + +아래 예제에서는 선택된 뷰의 현재 문서에서 모든 공간이 수집됩니다. 그런 다음 공백 이름이 반환됩니다. +___ +## 예제 파일 + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..a1c23eec7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## 상세 +`Space.Number`는 지정된 공간 요소의 번호를 문자열로 반환합니다. + +아래 예제에서는 선택된 뷰의 현재 문서에서 모든 공간이 수집됩니다. 그런 다음 공백 번호가 반환됩니다. +___ +## 예제 파일 + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..350953105 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## 상세 +`Space.SetName`은 지정된 공간 요소의 이름을 수정합니다. + +아래 예제에서는 선택된 뷰의 현재 문서에서 모든 공간이 수집됩니다. 그런 다음 공간 이름이 기존 조건을 나타내기 위해 접두어 "(E)"를 사용하여 수정됩니다. + +___ +## 예제 파일 + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..7ccd4f78c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## 상세 +`Space.SetNumber`는 지정된 공간 요소의 번호를 수정합니다. + +아래 예제에서는 선택된 뷰의 현재 문서에서 모든 공간이 수집됩니다. 그런 다음 공간 번호가 기존 조건을 나타내기 위해 접미어 "e"를 사용하여 수정됩니다. 이 유형의 워크플로우는 Revit에서 공간 번호를 다시 지정할 때 유용합니다. +___ +## 예제 파일 + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..ea2eb8b9c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## 상세 +`Space.Volume`은 지정된 공간의 체적을 반환합니다. Revit에서 공간이 배치되지 않은 경우 0의 값이 반환됩니다. + +아래 예제에서는 현재 Revit 문서에 있는 모든 공간의 체적이 반환됩니다. +___ +## 예제 파일 + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..292951dfb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## 상세 +`Tag.ByElement`는 지정된 요소에 대해 지정된 조건에 따라 태그를 배치합니다. + +아래 예제에서는 모든 벽이 지정된 뷰에서 수집됩니다. 그런 다음 기본 벽 태그 유형과 정렬/지시선 조건에 따라 벽에 태그가 지정됩니다. +___ +## 예제 파일 + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index ea7a38487..a271bf436 100644 --- a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## 상세 -`Tag.GetLeaderEndCondition`은 지정된 태그 지시선 끝 조건을 반환합니다. - -가능한 끝 조건은 다음과 같습니다. -- 부착됨 -- 자유 - -아래 예에서는 모든 키노트 태그가 "North Wall Window Detail" 상세 뷰에서 수집됩니다. 그런 다음 태그의 지시선 끝 조건이 반환됩니다. +`Tag.GetLeaderEndCondition`은 지정된 태그 요소의 지시선 끝 조건을 반환합니다. +아래 예제에서는 모든 벽이 지정된 뷰에서 수집됩니다. 그런 다음 기본 벽 태그 유형과 정렬/리더 조건에 따라 벽에 태그가 지정됩니다. 마지막으로 끝 조건이 `Tag.GetLeaderEndCondition`을 사용하여 반환됩니다. ___ ## 예제 파일 diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..5c01015fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## 상세 +`Tag.SetLeaderEndCondition`은 지정된 태그 요소의 지시선 끝을 부착됨 또는 자유로 설정합니다. + +아래 예제에서는 모든 벽이 지정된 뷰에서 수집됩니다. 그런 다음 기본 벽 태그 유형과 정렬/지시선 조건에 따라 벽에 태그가 지정됩니다. 마지막으로 끝 조건이 `Tag.SetLeaderEndCondition`을 사용하여 설정됩니다. +___ +## 예제 파일 + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..d7ab4db18 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## 상세 +`TextNote.SetHorizontalAlignment`는 지정된 문자 참고의 수평 정렬을 설정합니다. + +참고: 이 노드는 반환 유형이 void이며, 이는 노드가 요소에 대해 작업을 수행하고 null을 반환함을 의미합니다. + +아래 예제에서는 상세 정보 시트가 선택됩니다. 그런 다음 상세 뷰의 모든 문자 참고가 수집되고 해당 수평 정렬이 중심으로 설정됩니다. +___ +## 예제 파일 + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..1b77a1590 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## 상세 +`TextNote.SetKeepRotatedTextReadable`은 지정된 문자 참고의 읽기 가능으로 유지 인스턴스 매개변수를 지정된 부울 값으로 설정합니다. + +참고: 이 노드는 반환 유형이 void이며, 이는 노드가 요소에 대해 작업을 수행하고 null을 반환함을 의미합니다. + +아래 예제에서는 상세 정보 시트가 선택됩니다. 그런 다음 상세 뷰의 모든 문자 참고가 수집되고 "읽기 가능으로 유지" 매개변수가 true로 설정됩니다. +___ +## 예제 파일 + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNoteType.Default.md index 8b4b0e136..997c2e85a 100644 --- a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## 상세 -`TextNoteType.Default`는 현재 Revit 문서에서 기본 문자 참고 유형에 대한 액세스를 제공합니다. 이 문자 참고 유형은 Revit UI에서 문자를 작성할 때 사용되는 유형과 동일합니다. - -아래 예에서는 새 드래프팅 뷰가 작성되고 현재 Revit 문서에서 원점에 새 문자 참고가 작성됩니다. +`TextNoteType.Default`는 현재 Revit 문서에서 기본 문자 참고 유형을 반환합니다. 이는 사용자가 Revit UI에서 새 문자 참고를 작성할 때 사용하는 기본 문자 유형과 일치합니다. +아래 예제에서는 Snowdon Towers Sample 모델에 대해 기본 문자 참고 유형인 "1/4" Trebuchet MS"가 반환됩니다. ___ ## 예제 파일 diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..a14a2f2c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## 상세 +`Toposolid.ByOutlinePointsTypeAndLevel`은 현재 Revit 문서에 지정된 입력을 기반으로 지형 솔리드 요소를 작성합니다. + +아래 예제에서는 (수정된 점이 있는) 기존 바닥이 선택되어 지형 솔리드로 변환됩니다. 바닥의 모양 점, 윤곽 및 레벨이 지형 솔리드 작성에 사용되기 위해 추출됩니다. 마지막으로 지형 솔리드가 바닥을 대체하기 위해 작성되고 바닥 요소가 삭제됩니다. +___ +## 예제 파일 + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..b3adf584a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## 상세 +`Toposolid.Points`는 지정된 지형 솔리드의 모양 편집 점을 반환합니다(사용 가능한 경우). + +아래 예제에서는 모든 점이 선택된 Revit 링크에 있는 첫 번째 지형 솔리드에서 반환됩니다. +___ +## 예제 파일 + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..ed64f62b9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## 상세 +`CeilingPlanView.ByLevel`은 지정된 레벨에서 새 천장 평면 뷰를 작성합니다. + +아래 예제에서는 "L1 - Block 35"에 대해 새 천장 평면 뷰가 작성됩니다. +___ +## 예제 파일 + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..b9c987608 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## 상세 +`FloorPlanView.ByLevel`은 지정된 레벨에서 새 평면도 뷰를 작성합니다. + +아래 예제에서는 "L1 - Block 35"에 대해 새 평면도 뷰가 작성됩니다. +___ +## 예제 파일 + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..bd18ebdaf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## 상세 +`View.CanViewBeDuplicated`는 지정된 뷰를 지정된 옵션으로 복제할 수 있는지 여부를 나타내는 true 또는 false 값을 제공합니다. + +아래 예제에서는 모든 드래프팅 뷰가 현재 Revit 문서에서 수집됩니다. 그런 다음 드래프팅 뷰가 "상세 정보를 포함하여 복제" 옵션으로 복제할 수 있는지 확인됩니다. +___ +## 예제 파일 + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..6c4b478f4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## 상세 +`View.DuplicateView`는 지정된 복제 옵션을 사용하여 지정된 뷰를 복제하려고 시도합니다. 뷰를 복제할 수 없는 경우 null 값이 반환됩니다. + +아래 예제에서는 모든 드래프팅 뷰가 현재 Revit 문서에서 수집됩니다. 그런 다음 드래프팅 뷰가 접두어 (N)을 사용하여 "상세 정보를 포함하여 복제" 옵션으로 복제됩니다. +___ +## 예제 파일 + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..4f8e75a9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## 상세 +`View.ExportAsImage`는 지정된 뷰를 지정된 경로에 이미지로 내보냅니다. + +아래 예에서는 현재 문서의 기본 3D 뷰가 내보내기를 위해 선택됩니다. 경로는 현재 사용자의 컴퓨터에서 "사진" 폴더를 추출하고 뷰 이름을 결합하여 구성됩니다. + +___ +## 예제 파일 + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..cb0273225 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## 상세 +`View.HideCategoriesTemporary`는 지정된 뷰에 대해 임시 숨기기/분리를 활성화합니다. 제공된 카테고리는 임시 숨기기/분리가 재설정될 때까지 숨겨집니다. + +아래 예제에서는 "L1" 평면도에서 문 및 가구 카테고리가 숨겨집니다. +___ +## 예제 파일 + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..1fc1d4280 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## 상세 +`View.HideElementsTemporary`는 지정된 뷰에 대해 임시 숨기기/분리 뷰 모드를 활성화합니다. 지정된 요소는 임시 숨기기/분리 뷰 모드가 재설정될 때까지 숨겨집니다. + +아래 예제에서는 "L1" 뷰에 대한 모든 벽이 수집되어 두 개의 리스트, 즉 방화 벽과 비방화 벽으로 분할됩니다. 비방화 벽은 `View.HideElementsTemporary`를 사용하여 임시로 숨겨집니다. +___ +## 예제 파일 + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..747a325e6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## 상세 +`View.IsolateCategoriesTemporary`는 지정된 뷰에 대해 임시 숨기기/분리를 활성화합니다. 제공된 카테고리는 임시 숨기기/분리가 재설정될 때까지 분리됩니다. + +아래 예제에서는 문 및 가구 카테고리가 "L1" 평면도에서 분리됩니다. +___ +## 예제 파일 + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..b211b96e3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## 상세 +`View.IsolateElementsTemporary`는 지정된 뷰에 대해 임시 숨기기/분리 뷰 모드를 활성화합니다. 지정된 요소는 임시 숨기기/분리 뷰 모드가 재설정될 때까지 분리됩니다. + +아래 예제에서는 "L1" 뷰에 대한 모든 벽이 수집되어 두 개의 리스트, 즉 방화 벽과 비방화 벽으로 분할됩니다. 비방화 벽은 `View.HideElementsTemporary`를 사용하여 임시로 분리됩니다. +___ +## 예제 파일 + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..1df988010 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## 상세 +`View.SetCategoryOverrides는 지정된 뷰에서 지정된 카테고리의 가시성 그래픽을 수정합니다. + +아래 예제에서는 모든 평면도 뷰 템플릿이 현재 Revit 문서에서 수집됩니다. 그런 다음 덕트 중심선을 숨기기 위한 재지정 세트가 뷰에 적용됩니다. +___ +## 예제 파일 + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..717dc1aa3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## 상세 +`View.SetCropBoxActive`는 부울 입력에 따라 지정된 뷰의 자르기 상자를 활성 또는 비활성으로 전환합니다. + +아래 예제에서는 모든 뷰가 지정된 시트에 대해 수집되고 해당 자르기 상자가 활성으로 설정됩니다. +___ +## 예제 파일 + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..0273565b1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## 상세 +`View.SetCropBoxVisible`은 입력 부울을 기준으로 지정된 뷰의 자르기 상자 가시성을 전환합니다. + +아래 예제에서는 현재 Revit 문서의 모든 시트에 있는 모든 뷰에 대해 자르기 상자가 숨김으로 설정됩니다. +___ +## 예제 파일 + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..65e26ef54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## 상세 +`View.SetScale`은 지정된 뷰를 지정된 축척 비율로 설정합니다. 뷰의 배율 인수를 변경하는 방법에 대한 자세한 내용은 이 [문서](https://help.autodesk.com/view/RVTLT/2024/KOR/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7)를 참조하십시오. + +아래 예제에서는 모든 드래프팅 뷰가 현재 Revit 문서에서 수집됩니다. 그런 다음 뷰의 축척이 `View.SetScale`을 사용하여 1/4" = 1'-0"(축척 비율 48)로 설정됩니다. +___ +## 예제 파일 + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..237087fdd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## 상세 +`Wall.ByCurveAndHeight`는 지정된 유형의 벽을 지정된 선 위치에 생성하며, 해당 벽은 지정된 레벨에 호스팅됩니다. + +아래 예제에서는 "Exterior - CMU on Mtl. Stud" 벽 인스턴스가 레벨 R3에서 높이 10' 및 길이 10'로 생성됩니다. +___ +## 예제 파일 + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..dfafa86c6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## 상세 +`Wall.ByFace`는 지정된 매스 면에 벽을 작성합니다. 벽의 위치 선 및 유형도 제공해야 합니다. + +아래 예제에서는 현재 Revit 문서에서 선택된 기존 표면에 면 벽이 작성됩니다. +___ +## 예제 파일 + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..2448c4dd7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## 상세 +`WallType.ByName`은 지정된 이름을 가진 벽 유형(사용 가능한 경우)을 선택합니다. 지정된 이름을 가진 벽 유형을 찾을 수 없는 경우 null 값이 반환됩니다. + +아래 예에서는 "Exterior - CMU on Mtl. Stud" 벽 유형이 현재 Revit 문서에서 선택됩니다. +___ +## 예제 파일 + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..2007a72fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## 상세 +`WallType.Function`은 지정된 벽 유형의 함수를 반환합니다. 벽 함수에 대한 자세한 내용은 이 [문서](https://help.autodesk.com/view/RVT/2025/KOR/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33)를 참조하십시오. + +아래 예제에서는 모든 벽 유형이 함수와 함께 현재 Revit 문서에서 수집됩니다. +___ +## 예제 파일 + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..5e2c714cf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## 상세 +`WallType.GetThermalProperties`는 지정된 벽 유형의 열 특성을 반환합니다. 벽 열 특성에 대한 자세한 내용은 이 [문서](https://help.autodesk.com/view/RVT/2024/KOR/?guid=GUID-3C378374-D360-4207-A558-3500922A452E)를 참조하십시오. + +아래 예제에서는 "Exterior - CMU on Mtl. Stud" 벽 유형이 현재 Revit 문서에서 선택됩니다. 열 특성은 `WallType.GetThermalProperties`를 사용하여 보고됩니다. +___ +## 예제 파일 + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..119b1d9a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## 상세 +`WallType.Name`은 지정된 벽 유형의 이름을 문자열로 반환합니다. + +아래 예제에서는 모든 벽 유형이 이름과 함께 현재 Revit 문서에서 수집됩니다. +___ +## 예제 파일 + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..e59531477 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## 상세 +`WallType.Width`는 지정된 벽 유형의 폭을 숫자로 반환합니다. + +아래 예제에서는 모든 벽 유형이 폭(프로젝트 단위)과 함께 현재 Revit 문서에서 수집됩니다. +___ +## 예제 파일 + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..d491caf9d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## 상세 +`OverrideGraphicSettings.ByProperties`는 뷰 또는 뷰 템플릿 내에서 사용할 수 있는 가시성 그래픽 재지정 세트를 작성합니다. + +아래 예제에서는 모든 평면도 뷰 템플릿이 현재 Revit 문서에서 수집됩니다. 그런 다음 덕트 중심선을 숨기기 위한 재지정 세트가 뷰에 적용됩니다. +___ +## 예제 파일 + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..a53c37ab0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## 상세 +`Transaction.End`는 현재 Dynamo 트랜잭션을 완료하고 지정된 요소를 반환합니다. Revit에서 트랜잭션은 Revit 문서에 대한 변경 사항을 나타냅니다. 변경 사항이 발생하면 활성화된 실행 취소 버튼을 통해 해당 변경 사항을 확인할 수 있습니다. 사용자는 `Transaction.End`를 사용하여 Dynamo 그래프에 단계를 추가할 수 있으며, 이때 `Transaction.End`가 사용된 각 단계에 대해 실행 취소 작업이 작성됩니다. + +아래 예제에서는 패밀리 인스턴스가 Revit 문서에 배치됩니다. 패밀리 인스턴스가 `FamilyInstance.SetRotation`을 사용하여 회전되기 전에 배치를 완료하기 위해 `Transaction.End`가 호출됩니다. + +___ +## 예제 파일 + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..169d65a86 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ko-KR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## 상세 + +`Toposolid.ByOutlinePointsTypeAndLevel`은 현재 Revit 문서에 지정된 입력을 기반으로 지형 솔리드 요소를 작성합니다. + +아래 예제에서는 (수정된 점이 있는) 기존 바닥이 선택되어 지형 솔리드로 변환됩니다. 바닥의 모양 점, 윤곽 및 레벨이 지형 솔리드 작성에 사용되기 위해 추출됩니다. 마지막으로 지형 솔리드가 바닥을 대체하기 위해 작성되고 바닥 요소가 삭제됩니다. + +___ +## 예제 파일 + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..52002ebc1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## Informacje szczegółowe +Węzeł `Fill Pattern Targets` zapewnia dostęp do opcji docelowych wzoru wypełnienia dostępnych w programie Revit. Obejmuje to: +- Drafting (kreślenie) +- Model +- None (brak) + +W poniższym przykładzie dla bieżącego dokumentu programu Revit jest zwracany wzór wypełnienia „” (Wypełnienie pełne). +___ +## Plik przykładowy + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..b77f0bf1c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Fill Patterns` umożliwia wybranie wzoru wypełnienia z wszystkich dostępnych wzorów wypełnienia w bieżącym dokumencie programu Revit. + +W poniższym przykładzie dla bieżącego dokumentu programu Revit jest zwracany wzór wypełnienia „” (Wypełnienie pełne). +___ +## Plik przykładowy + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..bd213d9ac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## Informacje szczegółowe +Węzeł `Select Horizontal Text Alignment` umożliwia wybranie następujących opcji wyrównania dla elementów tekstu: +- Center (centrum) +- Left (lewe) +- Right (prawe) + +W poniższym przykładzie tworzona jest nowa notatka tekstowa za pomocą opcji wyrównania tekstu „center”. +___ +## Plik przykładowy + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..8f8bc772e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Line Patterns` umożliwia wybranie wzoru linii z wszystkich dostępnych wzorów linii w bieżącym dokumencie programu Revit. + +W poniższym przykładzie dla bieżącego dokumentu programu Revit zwracany jest element wzoru linii „Center”. +___ +## Plik przykładowy + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..8cf7113a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## Informacje szczegółowe +Węzeł `Select Vertical Text Alignment` umożliwia wybranie następujących opcji wyrównania dla elementów tekstu: +- Bottom (dół) +- Middle (środek) +- Top (góra) + +W poniższym przykładzie tworzona jest nowa notatka tekstowa za pomocą opcji wyrównania tekstu „middle”. +___ +## Plik przykładowy + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..0eb9d1247 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## Informacje szczegółowe +Węzeł `View Duplicate Options` zapewnia dostęp do wszystkich opcji powielania dostępnych w programie Revit. + +Należą do nich: +- W postaci obiektu zależnego +- Z detalowaniem +- W postaci powielenia + +W poniższym przykładzie widok szczegółowy „North Wall Window Detail” jest powielany z przedrostkiem „-Revision 1” z detalowaniem. +___ +## Plik przykładowy + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..9ae3e1926 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Document.FilePath` zwraca ścieżkę pliku danego dokumentu programu Revit, jeśli jest dostępna. Jeśli plik nie jest zapisany, zwracany jest pusty ciąg. Jeśli dany dokument jest plikiem lokalnym (powiązanym z plikiem centralnym), podawana jest ścieżka do pliku lokalnego. + +W poniższym przykładzie podawana jest lokalizacja pliku dla bieżącego dokumentu programu Revit. +___ +## Plik przykładowy + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..ac931c6e8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Document.GetLinkInstances` zwraca listę wszystkich wystąpień połączeń umieszczonych w bieżącym dokumencie programu Revit. Wystąpienia połączeń są używane do pobierania elementów z połączonych plików. + +W poniższym przykładzie dla aktywnego dokumentu programu Revit są zwracane wszystkie wystąpienia połączenia programu Revit. Dodatkowo za pomocą węzła `Element.Name` są zwracane nazwy połączeń. +___ +## Plik przykładowy + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..6d69afad9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Document.IsCloudPath` zwraca wartość logiczną (boolean) wskazującą, czy dany dokument programu Revit znajduje się w lokalizacji chmury. Dla pliku bez współdzielenia pracy zwracana jest wartość null. + +W poniższym przykładzie zbierane są wszystkie wystąpienia połączenia programu Revit z bieżącego dokumentu programu Revit. Dokumenty wystąpień połączeń są następnie sprawdzane pod kątem tego, czy nie stanowią ścieżek w chmurze. +___ +## Plik przykładowy + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..4f17b2571 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Document.Location` zwraca szerokość i długość geograficzną danego dokumentu programu Revit. + +W poniższym przykładzie dla bieżącego dokumentu programu Revit podawana jest lokalizacja projektu. +___ +## Plik przykładowy + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..b683fd1cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Document.WorksharingPath` zwraca ścieżkę współdzielenia pracy danego dokumentu. Dla pliku bez współdzielenia pracy zwracana jest wartość null. + +W poniższym przykładzie zbierane są wszystkie wystąpienia połączenia programu Revit z bieżącego dokumentu programu Revit. Dokumenty wystąpień połączeń są następnie sprawdzane pod kątem ścieżek współdzielenia pracy. +___ +## Plik przykładowy + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.FamilyDocument.GetParameterValueByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.FamilyDocument.GetParameterValueByName.md index d240fe1c2..30dfa1e27 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.FamilyDocument.GetParameterValueByName.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.FamilyDocument.GetParameterValueByName.md @@ -1,7 +1,7 @@ ## Informacje szczegółowe Węzeł `FamilyDocument.GetParameterValueByName` pobiera daną wartość parametru dla danego typu rodziny w dokumencie rodziny. -W poniższym przykładzie bieżący plik jest przekształcany w dokument rodziny. Następnie jest pobierana wartość parametru „Radius” dla typu rodziny „36" średnicy”. +W poniższym przykładzie bieżący plik jest przekształcany w dokument rodziny. Następnie jest pobierana wartość parametru „Radius” dla typu rodziny „36" Diameter” (36" średnicy). ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.FamilyDocument.SetParameterValueByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.FamilyDocument.SetParameterValueByName.md index 9cbe9b2ed..14e32d56f 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.FamilyDocument.SetParameterValueByName.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Application.FamilyDocument.SetParameterValueByName.md @@ -1,7 +1,7 @@ ## Informacje szczegółowe Węzeł `FamilyDocument.SetParameterValueByName` ustawia dany parametr na daną wartość dla wybranego typu rodziny w dokumencie rodziny. -W poniższym przykładzie bieżący plik jest przekształcany w dokument rodziny. Wartość parametru „Radius” jest następnie ustawiana na wartość węzła `Number Slider` dla typu rodziny „36" średnicy”. +W poniższym przykładzie bieżący plik jest przekształcany w dokument rodziny. Wartość parametru „Radius” jest następnie ustawiana na wartość węzła `Number Slider` dla typu rodziny „36" Diameter” (36" średnicy). ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..d340146de --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `CeilingType.ByName` pobiera z bieżącego dokumentu programu Revit element typu sufitu, który odpowiada podanej nazwie, jeśli jest dostępny. + +W poniższym przykładzie z bieżącego dokumentu programu Revit zwracany jest typ sufitu „Generic”. + +___ +## Plik przykładowy + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..af79ef6f6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `CeilingType.GetThermalProperties` zwraca właściwości cieplne danego typu sufitu. + +W poniższym przykładzie zwracany jest typ sufitu „Generic” i za pomocą węzła `CeilingType.GetThermalProperties` pobierane są właściwości cieplne. + +___ +## Plik przykładowy + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..8c549504e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `CeilingType.Name` zwraca nazwę podanego typu sufitu. + +W poniższym przykładzie pobierane są wszystkie typy sufitów z bieżącego dokumentu programu Revit. Nazwy typów sufitów są zwracane za pomocą węzła `CeilingType.Name`. + +___ +## Plik przykładowy + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..fa3856dbb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `Coordinates.BasePoint` zwraca punkt bazowy projektu w postaci geometrii punktu. Punkt bazowy projektu jest ustawiany w programie Revit i może różnić się w zależności od projektu. Aby uzyskać więcej informacji na temat punktu bazowego projektu w programie Revit, zapoznaj się z tym [artykułem pomocy](https://help.autodesk.com/view/RVT/2025/PLK/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +W poniższym przykładzie zwracany jest punkt bazowy projektu. + +___ +## Plik przykładowy + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..3b848422a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `Coordinates.ProjectRotation` zwraca obrót projektu w stopniach. Obrót projektu jest wartością modyfikowaną przez użytkownika i może się znacznie różnić. Aby uzyskać więcej informacji na temat rotacji projektu w programie Revit, zapoznaj się z tym [artykułem pomocy](https://help.autodesk.com/view/RVT/2025/PLK/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +W poniższym przykładzie zwracana jest wartość obrotu projektu. + +___ +## Plik przykładowy + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..1eebc3dfb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `Coordinates.SurveyPoint` zwraca punkt pomiarowy projektu w postaci geometrii punktu. Punkt pomiarowy projektu jest ustawiany w programie Revit i może różnić się w zależności od projektu. Aby uzyskać więcej informacji na temat punktu pomiarowego projektu w programie Revit, zapoznaj się z tym [artykułem pomocy](https://help.autodesk.com/view/RVT/2025/PLK/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +W poniższym przykładzie zwracany jest punkt pomiarowy. + +___ +## Plik przykładowy + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md index 7ec2eb65f..90c401370 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md @@ -1,7 +1,7 @@ ## Informacje szczegółowe Węzeł `CurtainSystemType.ByName` wybiera z bieżącego dokumentu programu Revit typ systemu ścian osłonowych o podanej nazwie. -W poniższym przykładzie zwracany jest typ systemu ścian osłonowych `5' x 10'`. +W poniższym przykładzie zwracany jest typ systemu ścian osłonowych `5` x 10'`. ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..4398e0923 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `DirectShape.ByGeometry` tworzy element directshape w programie Revit z daną geometrią. Opcjonalnie podczas tworzenia można również przypisać materiał i nazwę. + +W poniższym przykładzie w modelu przykładowym programu Revit na zadaszeniu dachu zostaje utworzona mozaikowa konstrukcja kopułowa. +___ +## Plik przykładowy + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..ff1a296c2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Element.GetJoinedElements` zwraca wszystkie elementy połączone z elementem wejściowym. + +W poniższym przykładzie w bieżącym dokumencie programu Revit zostaje wybrany strop. Zwracane są wszystkie elementy dołączone do wybranego stropu. +___ +## Plik przykładowy + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..58163a9dd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Element.UnjoinAllGeometry` rozłącza całą geometrię elementów połączonych z danym elementem. + +W poniższym przykładzie z bieżącego dokumentu programu Revit zostaje wybrany strop i cała połączona geometria zostaje rozłączona. +___ +## Plik przykładowy + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..0afbcd92f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Element.UnjoinGeometry` rozłącza geometrię dwóch danych elementów. + +W poniższym przykładzie w bieżącym dokumencie programu Revit zostaje wybrany strop. Połączone elementy zostają zebrane, a następnie odłączone od stropu wejściowego. +___ +## Plik przykładowy + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..eaf6d353c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `ElementType.CanBeCopied` zwraca wartość true/false (prawda/fałsz) wskazującą, czy dany typ elementu można skopiować. + +W poniższym przykładzie z bieżącego dokumentu programu Revit zostają pobrane wszystkie typy ścian, a następnie zostaje sprawdzone, czy można je skopiować. +___ +## Plik przykładowy + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 1f4dc6821..d908f186b 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## Informacje szczegółowe -Węzeł `ElementType.CanBeDeleted` określa, czy typ elementu można usunąć z pliku programu Revit. +Węzeł `ElementType.CanBeDeleted` zwraca wartość true/false (prawda/fałsz) wskazującą, czy dany typ elementu można usunąć. -W poniższym przykładzie zbierane są wszystkie rzuty z bieżącego pliku programu Revit. Rzuty są następnie rozdzielane na 2 listy: „można usunąć” i „nie można usunąć”. +W poniższym przykładzie z bieżącego dokumentu programu Revit zostają pobrane wszystkie typy ścian, a następnie zostaje sprawdzone, czy można je usunąć. ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..cf9a235dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `ElementType.Duplicate` próbuje powielić dany typ elementu o danej nazwie. Jeśli nazwa jest już używana, w węźle zostanie wyświetlony błąd. + +W poniższym przykładzie z bieżącego dokumentu programu Revit zostaje pobrany typ ściany `Generic - 4"` (Ogólne — 4). Typ ściany zostaje następnie powielony z nazwą `Typical - 4"`. +___ +## Plik przykładowy + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..4fe6a7732 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `ElementType.FamilyName` zwraca nazwę rodziny, do której należy dany element. + +W poniższym przykładzie z bieżącego dokumentu programu Revit pobierane są wszystkie ściany. Następnie dla każdej ściany zwracane są typy ścian i nazwa rodziny. +___ +## Plik przykładowy + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..46404c705 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `ElementType.Name` zwraca nazwę danego typu elementu. Nazwa typu elementu jest przydatna podczas wyszukiwania typów elementów za pomocą węzła `ElementType.ByName`. + +W poniższym przykładzie z bieżącego dokumentu programu Revit są pobierane wszystkie typy ścian. Za pomocą węzła `ElementType.Name` są zwracane nazwy typów ścian. +___ +## Plik przykładowy + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..1036400ac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `FamilyInstance.ByCoordinates` umieszcza wystąpienie danego elementu FamilyType o podanych współrzędnych w bieżącym dokumencie programu Revit. + +W poniższym przykładzie w podanych współrzędnych zostaje umieszczona rodzina RPC. + +___ +## Plik przykładowy + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..d5991d19a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `FamilyInstance.ByFamilyType` zwraca wystąpienia danego typu rodziny z bieżącego dokumentu programu Revit. + +W poniższym przykładzie zwracane są wszystkie wystąpienia wybranego typu rodziny. + +___ +## Plik przykładowy + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..ab11179f4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `FamilyInstance.Space` zwraca przestrzeń, w której znajduje się dany element, jeśli jest dostępna. Jeśli nie została znaleziona żadna przestrzeń, zwracana jest wartość null. + +W poniższym przykładzie z bieżącego dokumentu programu Revit pobierane są wszystkie elementy urządzeń nawiewnych. Następnie za pomocą węzła `FamilyInstance.Space` są zwracane lokalizacje przestrzeni. +___ +## Plik przykładowy + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByFamilyAndName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByFamilyAndName.md index 48bd8965f..2ca587677 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByFamilyAndName.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByFamilyAndName.md @@ -1,7 +1,7 @@ ## Informacje szczegółowe Węzeł `FamilyType.ByFamilyAndName` zwraca definicję typu rodziny z bieżącego dokumentu (jeśli jest dostępna). Jeśli typ rodziny nie jest dostępny w bieżącym dokumencie, zwracana jest wartość null. -W poniższym przykładzie zwracany jest typ rodziny drzwi, 36" x 84" z rodziny „Door-Passage-Single-Flush” (Drzwi-korytarz-jednoskrzydłowe-wpuszczane). +W poniższym przykładzie zwracany jest typ rodziny drzwi, „36" x 84”, z rodziny „Door-Passage-Single-Flush” (Drzwi-korytarz-jednoskrzydłowe-wpuszczane). ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByFamilyNameAndTypeName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByFamilyNameAndTypeName.md index 9c0c00e93..878a40200 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByFamilyNameAndTypeName.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByFamilyNameAndTypeName.md @@ -1,7 +1,7 @@ ## Informacje szczegółowe Podobnie jak w przypadku węzła `Revit.Elements.FamilyType.ByFamilyAndName`, węzeł `Revit.Elements.FamilyType.ByFamilyNameAndTypeName` zwraca definicję typu rodziny z bieżącego dokumentu (jeśli jest dostępna). To działanie podobne do działania węzła `Revit.Elements.FamilyType.ByFamilyAndName`. Jednak zamiast używać definicji rodziny, ten węzeł opiera się na wejściu w postaci ciągu (string) w przypadku obu wartości. Jeśli typ rodziny nie jest dostępny w bieżącym dokumencie, zwracana jest wartość null. -W poniższym przykładzie zwracany jest typ rodziny drzwi, 36" x 84" z rodziny „Door-Passage-Single-Flush” (Drzwi-korytarz-jednoskrzydłowe-wpuszczane). +W poniższym przykładzie zwracany jest typ rodziny drzwi, „36" x 84”, z rodziny „Door-Passage-Single-Flush” (Drzwi-korytarz-jednoskrzydłowe-wpuszczane). ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByName.md index 8039a44f1..656d9dfa8 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByName.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FamilyType.ByName.md @@ -3,7 +3,7 @@ Węzeł `FamilyType.ByName` próbuje pobrać dany typ rodziny o danej nazwie z b Uwaga: węzeł `FamilyType.ByName` wyszukuje definicje typów rodzin w kolejności utworzenia rodziny nadrzędnej (według identyfikatora elementu). Jeśli wiele rodzin nadrzędnych ma definicję typu o tej samej nazwie, zwracana jest pierwsza znaleziona. Aby skorzystać z bardziej zwięzłego wyszukiwania typów rodzin, użyj węzła `FamilyType.ByFamilyAndName` lub `FamilyType.ByFamilyNameAndTypeName` -W poniższym przykładzie zwracany jest typ rodziny drzwi, 36" x 84" z rodziny „Door-Passage-Single-Flush” (Drzwi-korytarz-jednoskrzydłowe-wpuszczane). +W poniższym przykładzie zwracany jest typ rodziny drzwi, „36" x 84”, z rodziny „Door-Passage-Single-Flush” (Drzwi-korytarz-jednoskrzydłowe-wpuszczane). ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..25d31852a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `FillPatternElement.GetByName` zwraca element wzoru wypełnienia o podanej nazwie i elemencie docelowym, jeśli jest dostępny w bieżącym dokumencie programu Revit. + +W poniższym przykładzie zwracany jest wzór wypełnienia „” (Wypełnienie pełne). +___ +## Plik przykładowy + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..5babc1242 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `FilledRegionType.ByName` zwraca typ obszaru wypełnienia zgodny z podaną nazwą, jeśli jest dostępny w bieżącym dokumencie programu Revit. Jeśli nie można znaleźć typu obszaru wypełnienia, zwracana jest wartość null. + +W poniższym przykładzie zwracany jest typ obszaru wypełnienia „Solid Grey” (Jednolity szary). +___ +## Plik przykładowy + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..82507c68a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `FilledRegionType.Name` zwraca nazwę danego typu obszaru wypełnienia. + +W poniższym przykładzie pobierane są wszystkie typy obszarów wypełnienia z bieżącego dokumentu programu Revit i zwracane są ich nazwy. +___ +## Plik przykładowy + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..c0f874f4e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Floor.Points` pobiera punkty edycji kształtu dla danego stropu, jeśli są dostępne. + +W poniższym przykładzie wybierany jest element stropu z punktami edytowanymi za pomocą kształtu. Węzeł `Floor.Points` zwraca te punkty. +___ +## Plik przykładowy + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..f5946bb7d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Level.ByElevation` tworzy poziom o danej rzędnej. Nazwa odzwierciedla to, co dzieje się w interfejsie użytkownika programu Revit, na podstawie poprzednich wpisów. + +W poniższym przykładzie zostaje utworzony poziom o wysokości 3,5 stopy (zależy to od jednostek projektu). +___ +## Plik przykładowy + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..ded06e825 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Level.ByElevationAndName` tworzy poziom o danej rzędnej i nazwie. Jeśli nazwa jest już używana, węzeł wyświetli błąd. + +W poniższym przykładzie zostaje utworzony poziom o nazwie „Raised Subfloor” na wysokości 3,5 stopy (zależy to od jednostek projektu). +___ +## Plik przykładowy + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..e26fbbc88 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Level.ByLevelAndOffset` tworzy odsunięcie elementu poziomu o określoną odległość od danego poziomu. Nazwa nowego poziomu odzwierciedla to, co dzieje się w interfejsie użytkownika programu Revit — poziom jest nazwany na podstawie poprzednich wpisów. + +W poniższym przykładzie tworzony jest nowy poziom w odległości 10' nad najwyższym poziomem w bieżącym dokumencie programu Revit. +___ +## Plik przykładowy + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..4e8f5751d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Level.ByLevelOffsetAndName` tworzy odsunięcie elementu poziomu o określoną odległość od danego poziomu i o podanej nazwie. + +W poniższym przykładzie zostaje utworzony nowy poziom o nazwie „T.O. Parapet” w odległości 10' nad najwyższym poziomem w bieżącym dokumencie programu Revit. +___ +## Plik przykładowy + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..7e468f973 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Level.Elevation` zwraca rzędną danego poziomu w jednostkach projektu. Węzeł `Level.Elevation` zgłasza wartość od poziomu gruntu. Jeśli rzędna projektu jest inna, można ją zwrócić za pomocą węzła `Level.ProjectElevation`. + +W poniższym przykładzie zbierane są wszystkie poziomy w bieżącym dokumencie programu Revit. Zwracane są wartości rzędnych poziomów. Ponadto poziomy są sortowane według wysokości za pomocą węzła `List.SortByKey`. +___ +## Plik przykładowy + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..5bdcf0dfb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Level.Name` zwraca nazwę danego poziomu. Węzeł `Level.Name` różni się od węzła `Element.Name` tym, że pobiera nazwę z poziomu przez wyszukanie wartości parametru. + +W poniższym przykładzie zbierane są wszystkie poziomy dla bieżącego dokumentu programu Revit i zwracane są ich nazwy. +___ +## Plik przykładowy + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..654787e3e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Level.ProjectElevation` zwraca rzędną dla danego poziomu w jednostkach projektu. Węzeł `Level.ProjectElevation` zgłasza wartość od punktu początkowego projektu. Jeśli jest wymagana rzędna od poziomu gruntu, wartość tę można pobrać za pomocą węzła `Level.Elevation`. + +W poniższym przykładzie zbierane są wszystkie poziomy w bieżącym dokumencie programu Revit. Zwracane są wartości rzędnych projektu poziomów. Ponadto poziomy są sortowane według wysokości za pomocą węzła `List.SortByKey`. +___ +## Plik przykładowy + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..a1e3de410 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `LinePatternElement.GetByName` zwraca element wzoru linii o podanej nazwie, jeśli jest dostępny w bieżącym dokumencie programu Revit. + +W poniższym przykładzie dla bieżącego dokumentu programu Revit zwracany jest element wzoru linii „Center”. +___ +## Plik przykładowy + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..301520268 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `LinkElement.BoundingBox` zwraca ramkę ograniczającą dla danego elementu połączenia. + +W poniższym przykładzie zwracany jest element bryły terenu z wystąpienia „Snowdon Towers Sample Site”. Następnie za pomocą węzła `LinkElement.BoundingBox` zwracana jest ramka ograniczająca bryły terenu. + +___ +## Plik przykładowy + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..8fc259eaf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `LinkElement.GetGeometry` zwraca geometrię danych elementów połączenia na opcjonalnym poziomie szczegółowości. + +W poniższym przykładzie zwracana jest geometria wszystkich elementów ścian w połączeniu „Snowdon Towers Sample Site”. + +___ +## Plik przykładowy + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..d845061c8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `LinkElement.GetLocation` zwraca geometrię reprezentującą lokalizację danego elementu połączenia (jeśli jest dostępna). + +W poniższym przykładzie zwracana jest lokalizacja wszystkich ścian w obszarze „Snowdon Towers Sample Site” w postaci krzywych. +___ +## Plik przykładowy + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..efd2c8609 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `LinkInstance.AllElementsOfCategory` zwraca wszystkie elementy danej kategorii z danego wystąpienia połączenia. + +W poniższym przykładzie zwracane są wszystkie elementy bryły terenu z wystąpienia połączenia „Snowdon Towers Sample Site”. +___ +## Plik przykładowy + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..4a467e573 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `LinkInstance.AllElementsOfCategoryInView` zwraca wszystkie elementy danej kategorii w danym widoku z bieżącego dokumentu programu Revit. + +W poniższym przykładzie zwracane są wszystkie bryły terenu w obszarze „Snowdon Towers Sample Site” widoczne na rzucie stropu „L1”. +___ +## Plik przykładowy + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..496d75bcb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `LinkInstance.AllElementsOfClass` zbiera wszystkie elementy danej klasy z danego wystąpienia połączenia programu Revit. + +W poniższym przykładzie zwracane są wszystkie elementy bryły terenu z wystąpienia „Snowdon Towers Sample Site”. +___ +## Plik przykładowy + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..3edfee03c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `LinkInstance.ByName` pobiera wystąpienie połączenia, którego parametr nazwy jest zgodny z podaną nazwą. Uwaga: nazwa wystąpienia połączenia jest nieco inna niż nazwa `RevitLinkType` — więcej informacji można znaleźć w poniższym przykładzie. + +W poniższym przykładzie wystąpienie „Snowdon Towers Sample Site” jest wybierane według nazwy. +___ +## Plik przykładowy + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..4804dd6ec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `LinkInstance.Document` zwraca dokument dla danego wystąpienia połączenia. Dokumentu tego można używać do zbierania elementów z połączenia i do badania dokumentu za pomocą zapytań w celu uzyskania innych informacji. + +W poniższym przykładzie jest zwracane wystąpienie połączenia „Snowdon Towers Sample Site” w przykładowym modelu architektonicznym. Następnie zwracany jest dokument wystąpienia połączenia. +___ +## Plik przykładowy + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..7a6796bb7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `LinkInstance.ElementById` pobiera element na podstawie podanego identyfikatora z danego wystąpienia połączenia. + +W poniższym przykładzie zwracany jest element informacji o projekcie z wystąpienia „Snowdon Towers Sample Site”. +___ +## Plik przykładowy + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..392b2ab4a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Material.AppearanceParameters` zwraca wszystkie parametry wyglądu dla danego materiału. + +W poniższym przykładzie zwracane są parametry wyglądu dla materiału Aluminium. +___ +## Plik przykładowy + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..9c65652bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Material.MaterialCategory` zwraca kategorię, w której został sklasyfikowany dany materiał. + +W poniższym przykładzie pobierany jest materiał „Aluminium” z bieżącego dokumentu programu Revit. Kategoria, „Metal”, jest zgłaszana za pomocą węzła `Material.MaterialCategory`. +___ +## Plik przykładowy + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..26513abd6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Material.StructuralParameters` zwraca wszystkie parametry konstrukcyjne dla danego materiału. + +W poniższym przykładzie zwracane są parametry konstrukcyjne dla materiału Aluminium. +___ +## Plik przykładowy + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..1e3fa0207 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Material.ThermalParameters` zwraca wszystkie parametry cieplne dla danego materiału. + +W poniższym przykładzie zwracane są parametry cieplne dla materiału Aluminium. +___ +## Plik przykładowy + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..f3f09f7d6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `PathOfTravel.ByFloorPlanPoints` tworzy elementy ścieżek przejścia w bieżącym dokumencie programu Revit i danym rzucie stropu między podanymi punktami początkowym i końcowym. Uwaga: jeśli nie można utworzyć elementu ścieżki przejścia, zostanie zwrócona wartość null. + +W poniższym przykładzie pomieszczenia są wszystkie pobierane z rzutu „L1”. Następnie tworzone są ścieżki przejścia między pomieszczeniami a wybranymi drzwiami zewnętrznymi. +___ +## Plik przykładowy + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..ea84fb154 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.ByCoordinates` tworzy element punktu odniesienia w aktywnym dokumencie rodziny programu Revit o podanych współrzędnych. Uwaga: dokument rodziny musi być komponentem adaptacyjnym lub rodziną brył. + +W poniższym przykładzie zostaje utworzony nowy punkt odniesienia o współrzędnych 0,0,1. +___ +## Plik przykładowy + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..80abd59c8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.ByParametersOnFaceReference` tworzy element punktu odniesienia w aktywnym dokumencie rodziny programu Revit o podanych parametrach na wybranej powierzchni. + +Uwaga: dokument rodziny musi być komponentem adaptacyjnym lub rodziną brył. + +W poniższym przykładzie w środku wybranej powierzchni w dokumencie rodziny tworzony jest punkt odniesienia. + +___ +## Plik przykładowy + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..b42ed45a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.ByPoint` tworzy element punktu odniesienia w aktywnym dokumencie rodziny programu Revit w podanym położeniu punktu. Uwaga: dokument rodziny musi być komponentem adaptacyjnym lub rodziną brył. Ten węzeł różni się od węzła „ReferencePoint.ByCoordinates”, ponieważ jako położenie używany jest punkt dodatku Dynamo. Jest to przydatne, ponieważ użytkownik końcowy może użyć bezpośredniej manipulacji do edycji punktu Dynamo, co spowoduje zaktualizowanie również punktu odniesienia. Więcej informacji na temat bezpośredniej manipulacji można znaleźć na stronie, do której prowadzi ten [link](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +W poniższym przykładzie zostaje utworzony nowy punkt odniesienia o współrzędnych 0,0,1. +___ +## Plik przykładowy + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..351b505c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.Point` zwraca geometrię punktu danego punktu odniesienia. + +W poniższym przykładzie tworzony jest punkt odniesienia w środku wybranej powierzchni w dokumencie rodziny. Następnie geometria punktu odniesienia jest zwracana za pomocą węzła `ReferencePoint.Point`. Ponadto te dwa typy obiektów są udostępniane do przeglądu. + +___ +## Plik przykładowy + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..6ecaedf16 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.X` zwraca współrzędną X podanego punktu odniesienia. + +W poniższym przykładzie w środku wybranej powierzchni w dokumencie rodziny tworzony jest punkt odniesienia. Współrzędna X punktu odniesienia jest następnie zwracana za pomocą węzła `ReferencePoint.X`. + +___ +## Plik przykładowy + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..3932606ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.XYPlane` zwraca płaszczyznę w kierunku X,Y podanego punktu odniesienia. + +W poniższym przykładzie w środku wybranej powierzchni w dokumencie rodziny tworzony jest punkt odniesienia. Płaszczyzna w kierunku X,Y jest następnie zwracana za pomocą węzła `ReferencePoint.XYPlane`. + + +___ +## Plik przykładowy + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..2d154efa7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.XZPlane` zwraca płaszczyznę w kierunku X,Z podanego punktu odniesienia. + +W poniższym przykładzie w środku wybranej powierzchni w dokumencie rodziny tworzony jest punkt odniesienia. Płaszczyzna w kierunku X,Z jest następnie zwracana za pomocą węzła `ReferencePoint.XZPlane`. + + +___ +## Plik przykładowy + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..dc8d25975 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.Y` zwraca współrzędną Y podanego punktu odniesienia. + +W poniższym przykładzie w środku wybranej powierzchni w dokumencie rodziny tworzony jest punkt odniesienia. Współrzędna Y punktu odniesienia jest następnie zwracana za pomocą węzła `ReferencePoint.Y`. + +___ +## Plik przykładowy + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..989e54577 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.YZPlane` zwraca płaszczyznę w kierunku Y,Z podanego punktu odniesienia. + +W poniższym przykładzie w środku wybranej powierzchni w dokumencie rodziny tworzony jest punkt odniesienia. Płaszczyzna w kierunku Y,Z jest następnie zwracana za pomocą węzła `ReferencePoint.YZPlane`. + + +___ +## Plik przykładowy + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..1243da55e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `ReferencePoint.Z` zwraca współrzędną Z podanego punktu odniesienia. + +W poniższym przykładzie w środku wybranej powierzchni w dokumencie rodziny tworzony jest punkt odniesienia. Współrzędna Z punktu odniesienia jest następnie zwracana za pomocą węzła `ReferencePoint.Z`. + +___ +## Plik przykładowy + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..8d0069c7f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `RoofType.ByName` pobiera z bieżącego dokumentu programu Revit element typu dachu, który odpowiada podanej nazwie, jeśli jest dostępny. + +W poniższym przykładzie z bieżącego dokumentu programu Revit zwracany jest typ dachu „Generic - 9"”. +___ +## Plik przykładowy + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..bbbccb014 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `RoofType.GetThermalProperties` zwraca właściwości cieplne danego typu dachu. + +W poniższym przykładzie zwracany jest typ dachu „Generic - 9"” i za pomocą węzła `RoofType.GetThermalProperties` pobierane są właściwości cieplne. +___ +## Plik przykładowy + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..617d6f65d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `RoofType.Name` zwraca nazwę podanego typu dachu. + +W poniższym przykładzie pobierane są wszystkie typy dachów z bieżącego dokumentu programu Revit. Nazwy typów dachów są zwracane za pomocą węzła `RoofType.Name`. +___ +## Plik przykładowy + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..ac8a39a38 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Room.IsInsideRoom` zwraca wartość logiczną wskazującą, czy dany punkt znajduje się w danym pomieszczeniu. + +W poniższym przykładzie pobierane są wszystkie meble w bieżącym dokumencie programu Revit wraz ze wszystkimi pomieszczeniami. Punkty położenia mebli są następnie przekazywane do węzła `Room.IsInsideRoom`, aby sprawdzić, w którym pomieszczeniu występują poszczególne punkty (jeśli są dostępne). Na koniec meble są filtrowane pod kątem elementów z lokalizacjami pomieszczeń i wartości te są łączone w listy. +___ +## Plik przykładowy + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..9e7d32ddd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Space.Area` zwraca powierzchnię danej przestrzeni. Jeśli przestrzeń nie jest umieszczona w programie Revit, zwracana jest wartość 0. + +W poniższym przykładzie zwracana jest powierzchnia wszystkich przestrzeni w bieżącym dokumencie programu Revit. +___ +## Plik przykładowy + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..c6bc01333 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## Informacje szczegółowe +Węzeł `Space.CenterBoundary` zwraca listę zagnieżdżoną reprezentującą obwiednię linii środkowej danej przestrzeni. Na zwróconej liście pierwsza lista podrzędna reprezentuje krzywe najbardziej zewnętrzne, a kolejne listy reprezentują pętle w przestrzeni. Obwiednie środkowe znajdują się na linii środkowej ściany we wszystkich warstwach przestrzeni programu Revit. Więcej informacji na temat linii lokalizacji ścian można znaleźć w pomocy w tym [artykule](https://help.autodesk.com/view/RVT/2024/PLK/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +W razie podania nieograniczonej lub nieumieszczonej przestrzeni zwracana jest wartość null. + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu i wybranego widoku. Następnie zwracane są obwiednie środkowe. +___ +## Plik przykładowy + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..d791ca47c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## Informacje szczegółowe +Węzeł `Space.CoreBoundary` zwraca listę zagnieżdżoną reprezentującą granicę warstwy nośnej danej przestrzeni. Na zwróconej liście pierwsza lista podrzędna reprezentuje krzywe najbardziej zewnętrzne, a kolejne listy reprezentują pętle w przestrzeni. Granice warstwy nośnej znajdują się w warstwie wewnętrznej lub zewnętrznej warstwy nośnej znajdującej się najbliżej danego pomieszczenia. Więcej informacji na temat linii lokalizacji ścian można znaleźć w pomocy w tym [artykule](https://help.autodesk.com/view/RVT/2024/PLK/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +W razie podania nieograniczonej lub nieumieszczonej przestrzeni zwracana jest wartość null. + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu i wybranego widoku. Następnie zwracane są granice warstwy nośnej. + +___ +## Plik przykładowy + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..3f4500f07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## Informacje szczegółowe +Węzeł `Space.CoreCenterBoundary` zwraca listę zagnieżdżoną reprezentującą środek granicy warstwy nośnej danej przestrzeni. Na zwróconej liście pierwsza lista podrzędna reprezentuje krzywe najbardziej zewnętrzne, a kolejne listy reprezentują pętle w przestrzeni. Środki granic warstwy nośnej znajdują się w środku ścian zdefiniowanych jako warstwy nośne. Więcej informacji na temat linii lokalizacji ścian można znaleźć w pomocy w tym [artykule](https://help.autodesk.com/view/RVT/2024/PLK/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +W razie podania nieograniczonej lub nieumieszczonej przestrzeni zwracana jest wartość null. + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu i wybranego widoku. Następnie zwracane są środki granic warstwy nośnej. + +___ +## Plik przykładowy + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..e26d82074 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## Informacje szczegółowe +Węzeł `Space.FinishBoundary` zwraca listę zagnieżdżoną reprezentującą obwiednię wykończenia danej przestrzeni. Na zwróconej liście pierwsza lista podrzędna reprezentuje krzywe najbardziej zewnętrzne, a kolejne listy reprezentują pętle w przestrzeni. Obwiednia przestrzeni zwracana przez ten węzeł znajduje się na powierzchni wykończenia wewnątrz przestrzeni programu Revit. Więcej informacji na temat linii lokalizacji ścian można znaleźć w pomocy w tym [artykule](https://help.autodesk.com/view/RVT/2024/PLK/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +W razie podania nieograniczonej lub nieumieszczonej przestrzeni zwracana jest wartość null. + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu i wybranego widoku. Następnie zwracane są obwiednie wykończenia. + +___ +## Plik przykładowy + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..8d38f6475 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Space.Height` zwraca wysokość danej przestrzeni. Jeśli przestrzeń nie jest umieszczona w programie Revit, zwracana jest wartość 0. + +W poniższym przykładzie zwracana jest wysokość wszystkich przestrzeni w bieżącym dokumencie programu Revit. +___ +## Plik przykładowy + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..b245fdda5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Space.IsPointInsideSpace` sprawdza, czy dany punkt znajduje się wewnątrz danej przestrzeni. Może to być przydatne podczas przypisywania wartości znaczników do elementów w programie Revit. + +W poniższym przykładzie pobierane są wszystkie urządzenia nawiewne w danym widoku w bieżącym dokumencie programu Revit. Ich lokalizacje punktów są następnie porównywane z przestrzeniami w danym widoku za pomocą węzła `Space.IsPointInsideSpace`. Przy użyciu zarządzania listami opracowywane są listy podrzędne na potrzeby odfiltrowania urządzeń nawiewnych, które występują w przestrzeniach. Aby uzyskać więcej informacji na temat korzystania z funkcji List@Level, zobacz ten [artykuł](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level). +___ +## Plik przykładowy + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..782166861 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## Informacje szczegółowe +Węzeł `Space.Location` zwraca punkt dodatku Dynamo, który reprezentuje położenie danej przestrzeni. + +W razie podania nieograniczonej lub nieumieszczonej przestrzeni zwracana jest wartość null. + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu i wybranego widoku. Następnie zwracane są lokalizacje przestrzeni. Ponadto za pomocą węzła `Label.ByPointAndString` w rzutni dodatku Dynamo wyświetlany jest podgląd nazw przestrzeni. + +___ +## Plik przykładowy + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..52154210f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Space.Name` zwraca nazwę danego elementu przestrzeni. + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu z wybranego widoku. Następnie zwracane są nazwy przestrzeni. +___ +## Plik przykładowy + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..e6f76af31 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Space.Number` zwraca numer danego elementu przestrzeni w postaci ciągu (string). + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu z wybranego widoku. Następnie zwracane są numery przestrzeni. +___ +## Plik przykładowy + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..ea9dbd72c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `Space.SetName` modyfikuje nazwę danego elementu przestrzeni. + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu z wybranego widoku. Następnie nazwy przestrzeni są modyfikowane przez dodanie przedrostka „(E)” w celu wskazania istniejących warunków. + +___ +## Plik przykładowy + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..74736cb0e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Space.SetNumber` modyfikuje numer danego elementu przestrzeni. + +W poniższym przykładzie pobierane są wszystkie przestrzenie z bieżącego dokumentu z wybranego widoku. Następnie numery przestrzeni są modyfikowane przez dodanie przyrostka „e” w celu wskazania istniejących warunków. Ten typ procesu roboczego jest przydatny podczas ponownego numerowania przestrzeni w programie Revit. +___ +## Plik przykładowy + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..c3dfaa67f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Space.Volume` zwraca objętość danej przestrzeni. Jeśli przestrzeń nie jest umieszczona w programie Revit, zwracana jest wartość 0. + +W poniższym przykładzie zwracana jest objętość wszystkich przestrzeni w bieżącym dokumencie programu Revit. +___ +## Plik przykładowy + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..f32faaf3e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Tag.ByElement` umieszcza oznaczenie dla danego elementu z podanymi kryteriami. + +W poniższym przykładzie pobierane są wszystkie ściany z danego widoku. Ściany są następnie oznaczane domyślnym typem oznaczenia ściany i za pomocą kryteriów linii trasowania/linii odniesienia. +___ +## Plik przykładowy + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index 6dc71cb11..913566bb5 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## Informacje szczegółowe -Węzeł `Tag.GetLeaderEndCondition` zwraca stan zakończenia linii odniesienia oznaczenia. - -Możliwe stany zakończenia to: -- Attached (przywiązany) -- Free (wolny) - -W poniższym przykładzie pobierane są wszystkie oznaczenia opisów indeksowych z widoku szczegółowego „North Wall Window Detail”. Następnie zwracane są stany zakończenia linii odniesienia oznaczeń. +Węzeł `Tag.GetLeaderEndCondition` zwraca stan zakończenia linii odniesienia elementu oznaczenia. +W poniższym przykładzie pobierane są wszystkie ściany z danego widoku. Ściany są następnie oznaczane domyślnym typem oznaczenia ściany i za pomocą kryteriów linii trasowania/linii odniesienia. Potem zwracane są stany zakończeń za pomocą węzła `Tag.GetLeaderEndCondition`. ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..1aab4e983 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Tag.SetLeaderEndCondition` ustawia koniec linii odniesienia danego elementu oznaczenia jako dołączony lub swobodny. + +W poniższym przykładzie pobierane są wszystkie ściany z danego widoku. Ściany są następnie oznaczane domyślnym typem oznaczenia ściany i za pomocą kryteriów linii trasowania/linii odniesienia. Potem stan zakończenia jest ustawiany za pomocą węzła `Tag.SetLeaderEndCondition`. +___ +## Plik przykładowy + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..15c0a4e02 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## Informacje szczegółowe +Węzeł `TextNote.SetHorizontalAlignment` ustawia wyrównanie w poziomie danej notatki tekstowej. + +Uwaga: ten węzeł ma typ zwracany void, co oznacza, że węzeł zatwierdza działanie na elemencie i zwraca wartość null. + +W poniższym przykładzie wybierany jest arkusz szczegółów. Następnie pobierane są wszystkie notatki tekstowe w widokach szczegółowych i ich wyrównanie w poziomie jest ustawiane na wyśrodkowane (center). +___ +## Plik przykładowy + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..b6fe0ab7f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## Informacje szczegółowe +Węzeł `TextNote.SetKeepRotatedTextReadable` ustawia parametr wystąpienia utrzymania czytelności danej notatki tekstowej na daną wartość logiczną (boolean). + +Uwaga: ten węzeł ma typ zwracany void, co oznacza, że węzeł zatwierdza działanie na elemencie i zwraca wartość null. + +W poniższym przykładzie wybierany jest arkusz szczegółów. Następnie pobierane są wszystkie notatki tekstowe w widokach szczegółowych i ich parametr zachowania czytelności (Keep Readable) jest ustawiany na wartość prawda (true). +___ +## Plik przykładowy + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNoteType.Default.md index a47d3b46b..9067b1897 100644 --- a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## Informacje szczegółowe -Węzeł `TextNoteType.Default` zapewnia dostęp do domyślnego typu notatki tekstowej w bieżącym dokumencie programu Revit. Ten typ notatki tekstowej jest taki sam jak ten używany podczas tworzenia tekstu w interfejsie użytkownika programu Revit. - -W poniższym przykładzie tworzone są nowy widok kreślarski i nowa notatka tekstowa w punkcie początkowym w bieżącym dokumencie programu Revit. +Węzeł `TextNoteType.Default` zwraca domyślny typ notatki tekstowej w bieżącym dokumencie programu Revit. Jest on zgodny z używanym podczas tworzenia notatki tekstowej przez użytkownika w interfejsie użytkownika programu Revit. +W poniższym przykładzie zwracany jest domyślny typ notatki tekstowej „1/4" Trebuchet MS” dla modelu Snowdon Towers Sample. ___ ## Plik przykładowy diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..120563f28 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Toposolid.ByOutlinePointsTypeAndLevel` tworzy element bryły terenu w bieżącym dokumencie programu Revit na podstawie danych wejściowych. + +W poniższym przykładzie wybierany jest istniejący strop (ze zmodyfikowanymi punktami) w celu przekształcenia w bryłę terenu. Punkty kształtu, zarys i poziom stropu są wyodrębniane do użycia podczas tworzenia bryły terenu. Na koniec tworzona jest bryła terenu, która zastępuje strop, a element stropu jest usuwany. +___ +## Plik przykładowy + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..fd4746890 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Toposolid.Points` zwraca punkty edytowane za pomocą kształtu danej bryły terenu, jeśli są dostępne. + +W poniższym przykładzie zwracane są wszystkie punkty z pierwszej bryły terenu znalezionej w wybranym połączeniu programu Revit. +___ +## Plik przykładowy + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..b690cdaa2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `CeilingPlanView.ByLevel` tworzy nowy rzut sufitu z danego poziomu. + +W poniższym przykładzie tworzony jest nowy rzut sufitu dla „L1 - Block 35”. +___ +## Plik przykładowy + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..a3c9b9d57 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `FloorPlanView.ByLevel` tworzy nowy rzut stropu z danego poziomu. + +W poniższym przykładzie tworzony jest nowy rzut stropu dla „L1 - Block 35”. +___ +## Plik przykładowy + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..2f1922f65 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.CanViewBeDuplicated` zwraca wartość true (prawda) lub fałsz (false) wskazującą, czy dany widok można powielić za pomocą danych opcji. + +W poniższym przykładzie pobierane są wszystkie widoki kreślarskie z bieżącego dokumentu programu Revit. Widoki kreślarskie są następnie sprawdzane pod kątem możliwości powielania za pomocą opcji „Z detalowaniem”. +___ +## Plik przykładowy + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..8f725af5f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.DuplicateView` próbuje powielić dany widok z daną opcją powielania. Jeśli nie można powielić widoku, zwracana jest wartość null. + +W poniższym przykładzie pobierane są wszystkie widoki kreślarskie z bieżącego dokumentu programu Revit. Widoki kreślarskie są następnie powielane z opcją „Z detalowaniem” z przedrostkiem (N). +___ +## Plik przykładowy + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..a2b5b6ab4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `View.ExportAsImage` eksportuje dany widok do danej ścieżki w postaci obrazu. + +W poniższym przykładzie do eksportu wybierany jest domyślny widok 3D z bieżącego dokumentu. Ścieżka jest tworzona przez wyodrębnienie folderu „Pictures” (Obrazy) z komputera bieżącego użytkownika w połączeniu z nazwą widoku. + +___ +## Plik przykładowy + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..22823c975 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.HideCategoriesTemporary` umożliwia tymczasowe ukrywanie/izolowanie dla danego widoku. Podane kategorie będą ukryte do momentu zresetowania tymczasowego ukrywania/izolowania. + +W poniższym przykładzie kategorie Doors (Drzwi) i Furniture (Meble) zostają ukryte w rzucie „L1”. +___ +## Plik przykładowy + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..1e913807b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.HideElementsTemporary` włącza tryb tymczasowego ukrywania/izolowania widoku dla danego widoku. Dane elementy są ukryte, dopóki tryb tymczasowego ukrywania/izolowania widoku nie zostanie zresetowany. + +W poniższym przykładzie wszystkie ściany dla widoku „L1” zostają pobrane i podzielone na dwie listy: z klasyfikacją ognioodporności i bez niej. Ściany bez niej są tymczasowo ukrywane za pomocą węzła `View.HideElementsTemporary`. +___ +## Plik przykładowy + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..400818167 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.IsolateCategoriesTemporary` umożliwia tymczasowe ukrywanie/izolowanie dla danego widoku. Podane kategorie będą izolowane do momentu zresetowania tymczasowego ukrywania/izolowania. + +W poniższym przykładzie kategorie Doors (Drzwi) i Furniture (Meble) są izolowane w rzucie „L1”. +___ +## Plik przykładowy + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..549341fdc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.IsolateElementsTemporary` włącza tryb tymczasowego ukrywania/izolowania widoku dla danego widoku. Dane elementy są izolowane, dopóki tryb tymczasowego ukrywania/izolowania widoku nie zostanie zresetowany. + +W poniższym przykładzie wszystkie ściany dla widoku „L1” zostają pobrane i podzielone na dwie listy: z klasyfikacją ognioodporności i bez niej. Ściany bez niej są tymczasowo izolowane za pomocą węzła `View.HideElementsTemporary`. +___ +## Plik przykładowy + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..ddd0c1474 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.SetCategoryOverrides` modyfikuje grafikę widoczności dla danej kategorii i danego widoku. + +W poniższym przykładzie pobierane są wszystkie szablony widoków rzutów stropów z bieżącego dokumentu programu Revit. Następnie do widoków stosowany jest zestaw nadpisań w celu ukrycia linii środkowych kanałów. +___ +## Plik przykładowy + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..d58f394ba --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.SetCropBoxActive` przełącza zakres przycinania danego widoku do stanu aktywnego lub nieaktywnego w zależności od wejściowej wartości logicznej (boolean). + +W poniższym przykładzie pobierane są wszystkie widoki dla danego arkusza, a ich zakresy przycięcia są ustawiane jako aktywne. +___ +## Plik przykładowy + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..d9f94584a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.SetCropBoxVisible` przełącza widoczność zakresu przycięcia danego widoku na podstawie wejściowej wartości logicznej (boolean). + +W poniższym przykładzie zakresy przycięcia są ustawione jako ukryte dla wszystkich widoków we wszystkich arkuszach w bieżącym dokumencie programu Revit. +___ +## Plik przykładowy + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..08d50b783 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `View.SetScale` ustawia dla danego widoku podany współczynnik skali. Aby uzyskać więcej informacji na temat zmiany współczynnika skali widoku, zobacz ten [artykuł](https://help.autodesk.com/view/RVTLT/2024/PLK/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +W poniższym przykładzie pobierane są wszystkie widoki kreślarskie z bieżącego dokumentu programu Revit. Skala widoków jest następnie ustawiana na 1/4" = 1'-0" (współczynnik skali 48) za pomocą węzła `View.SetScale`. +___ +## Plik przykładowy + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..e1dac4817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Wall.ByCurveAndHeight` tworzy ścianę danego typu w danej lokalizacji linii, hostowaną na danym poziomie. + +W poniższym przykładzie na poziomie R3 jest tworzone wystąpienie ściany „Exterior - CMU on Mtl. Stud” na wysokości 10' i o długości 10'. +___ +## Plik przykładowy + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..3327edd91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `Wall.ByFace` tworzy ścianę na danej powierzchni bryły. Należy także podać linię położenia ściany i jej typ. + +W poniższym przykładzie na wybranej istniejącej powierzchni w bieżącym dokumencie programu Revit zostaje utworzona ściana licowa. +___ +## Plik przykładowy + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..a269881f8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `WallType.ByName` wybiera typ ściany o danej nazwie (jeśli jest dostępny). W razie nieznalezienia żadnego typu ściany o danej nazwie zwracana jest wartość null. + +W poniższym przykładzie z bieżącego dokumentu programu Revit zostaje wybrany typ ściany „Exterior - CMU on Mtl. Stud”. +___ +## Plik przykładowy + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..6572d0552 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `WallType.Function` zwraca funkcję danego typu ściany. Więcej informacji na temat funkcji ścian można znaleźć w tym [artykule](https://help.autodesk.com/view/RVT/2025/PLK/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +W poniższym przykładzie z bieżącego dokumentu programu Revit pobierane są wszystkie typy ścian wraz z funkcjami. +___ +## Plik przykładowy + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..a9105b465 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `WallType.GetThermalProperties` zwraca właściwości cieplne danego typu ściany. Więcej informacji na temat właściwości cieplnych ścian można znaleźć w tym [artykule](https://help.autodesk.com/view/RVT/2024/PLK/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +W poniższym przykładzie z bieżącego dokumentu programu Revit zostaje wybrany typ ściany „Exterior - CMU on Mtl. Stud”. Właściwości cieplne są zgłaszane za pomocą węzła `WallType.GetThermalProperties`. +___ +## Plik przykładowy + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..e2d0b7e9b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `WallType.Name` zwraca nazwę danego typu ściany w postaci ciągu. + +W poniższym przykładzie z bieżącego dokumentu programu Revit pobierane są wszystkie typy ścian wraz z nazwami. +___ +## Plik przykładowy + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..3597c9bcd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `WallType.Width` zwraca szerokość danego typu ściany w postaci liczby. + +W poniższym przykładzie z bieżącego dokumentu programu Revit pobierane są wszystkie typy ścian wraz z szerokościami (w jednostkach projektu). +___ +## Plik przykładowy + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..da0c11e19 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## Informacje szczegółowe +Węzeł `OverrideGraphicSettings.ByProperties` tworzy zestaw nadpisań grafiki widoczności do użycia w widokach lub szablonach widoków. + +W poniższym przykładzie pobierane są wszystkie szablony widoków rzutów stropów z bieżącego dokumentu programu Revit. Następnie do widoków stosowany jest zestaw nadpisań w celu ukrycia linii środkowych kanałów. +___ +## Plik przykładowy + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..1cd24b953 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## Informacje szczegółowe +Węzeł `Transaction.End` dokańcza bieżącą transakcję dodatku Dynamo i zwraca określony element. W programie Revit transakcje reprezentują zmiany wprowadzone w dokumencie programu Revit. Gdy nastąpi zmiana, można ją zobaczyć za pomocą włączonego przycisku cofania. Za pomocą węzła `Transaction.End` użytkownicy mogą dodawać kroki do wykresu Dynamo, tworząc działanie cofania dla każdego kroku, w którym użyto węzła `Transaction.End`. + +W poniższym przykładzie w dokumencie programu Revit jest umieszczane wystąpienie rodziny. Wywoływany jest węzeł `Transaction.End` w celu ukończenia umieszczania przed obróceniem wystąpienia rodziny za pomocą węzła `FamilyInstance.SetRotation`. + +___ +## Plik przykładowy + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..9c6912a65 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pl-PL/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## Informacje szczegółowe + +Węzeł `Toposolid.ByOutlinePointsTypeAndLevel` tworzy element bryły terenu w bieżącym dokumencie programu Revit na podstawie danych wejściowych. + +W poniższym przykładzie wybierany jest istniejący strop (ze zmodyfikowanymi punktami) w celu przekształcenia w bryłę terenu. Punkty kształtu, zarys i poziom stropu są wyodrębniane do użycia podczas tworzenia bryły terenu. Na koniec tworzona jest bryła terenu, która zastępuje strop, a element stropu jest usuwany. + +___ +## Plik przykładowy + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..15f06b5fc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## Em profundidade +`Fill Pattern Targets` fornece acesso às opções de destino do padrão de preenchimento disponíveis no Revit. Isso inclui: +- Desenho +- Modelo +- Nenhum + +No exemplo abaixo, é retornado o padrão de preenchimento de desenho “” para o documento do Revit atual. +___ +## Arquivo de exemplo + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..0d680ac71 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## Em profundidade +`Fill Patterns` permite a seleção de um padrão de preenchimento entre todos os padrões de preenchimento disponíveis no documento do Revit atual. + +No exemplo abaixo, é retornado o padrão de preenchimento de desenho “\\” para o documento do Revit atual. +___ +## Arquivo de exemplo + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..d8f3a28ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## Em profundidade +`Select Horizontal Text Alignment` permite a seleção das seguintes opções de alinhamento para os elementos de texto: +- Centro +- Esquerda +- Direita + +No exemplo abaixo, é criada uma nova nota de texto com a opção de alinhamento de texto central. +___ +## Arquivo de exemplo + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..c41078173 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## Em profundidade +`Line Patterns` permite a seleção de um padrão de linha entre todos os padrões de linha disponíveis no documento do Revit atual. + +No exemplo abaixo, é retornado o elemento de padrão de linha “Centro” para o documento do Revit atual. +___ +## Arquivo de exemplo + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..91098e4fd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## Em profundidade +`Select Vertical Text Alignment` permite selecionar as seguintes opções de alinhamento para os elementos de texto: +- Inferior +- Meio +- Superior + +No exemplo abaixo, é criada uma nova nota de texto com a opção de alinhamento de texto no meio. +___ +## Arquivo de exemplo + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..df0800041 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## Em profundidade +“Visualizar opções duplicadas” fornece acesso a todas as opções de duplicação disponíveis no Revit. + +Essas opções incluem: +- Como dependente +- Com detalhamento +- Como duplicada + +No exemplo abaixo, a vista de detalhe "Detalhe da janela da parede norte” é duplicada com um prefixo de “-Revisão 1” com detalhamento. +___ +## Arquivo de exemplo + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..75ba87216 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## Em profundidade +`Document.FilePath` retorna o caminho do arquivo do documento Revit fornecido, se disponível. Se o arquivo não for salvo, uma cadeia de caracteres em branco será retornada. Se o documento fornecido for um arquivo local (vinculado a um arquivo central), o caminho do arquivo local será fornecido. + +No exemplo abaixo, o local do arquivo é fornecido para o documento Revit atual. +___ +## Arquivo de exemplo + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..0a712278b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## Em profundidade +`Document.GetLinkInstances`retorna uma lista de todas as instâncias de vínculos colocados no documento Revit atual. As instâncias de vínculos são usadas para recuperar elementos dos arquivos vinculados. + +No exemplo abaixo, todas as instâncias de vínculos do Revit são retornadas para o documento Revit ativo. Além disso, os nomes dos vínculos são retornados com `Element.Name`. +___ +## Arquivo de exemplo + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..3e47d2264 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## Em profundidade +`Document.IsCloudPath` retorna um booleano indicando se o documento do Revit especificado está hospedado em uma localização na nuvem. É retornado um valor nulo para um arquivo sem compartilhamento de trabalho. + +No exemplo abaixo, são coletadas todas as instâncias de vínculo do Revit do documento do Revit atual. Em seguida, os documentos das instâncias de vínculo serão verificados se forem um caminho de nuvem. +___ +## Arquivo de exemplo + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..628a4c152 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## Em profundidade +`Document.Location` retorna a localização da latitude e da longitude do documento Revit especificado. + +No exemplo abaixo, é fornecida a localização do projeto para o documento Revit atual. +___ +## Arquivo de exemplo + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..4641b7378 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## Em profundidade +`Document.WorksharingPath` retorna o caminho do compartilhamento de trabalho do documento especificado. É retornado um valor nulo para um arquivo sem compartilhamento de trabalho. + +No exemplo abaixo, são coletadas todas as instâncias de vínculo do Revit do documento do Revit atual. Em seguida, os documentos das instâncias de vínculo são verificados quanto ao caminho de compartilhamento de trabalho. +___ +## Arquivo de exemplo + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..00e0b3793 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## Em profundidade +`CeilingType.ByName` recupera um elemento de tipo de forro do documento do Revit atual que corresponde ao nome especificado, se disponível. + +No exemplo abaixo, é retornado o tipo de forro “Genérico” do documento do Revit atual. + +___ +## Arquivo de exemplo + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..34a78e369 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## Em profundidade +`CeilingType.GetThermalProperties` retorna as propriedades térmicas do tipo de forro especificado. + +No exemplo abaixo, é retornado o tipo de forro “Genérico” e as propriedades térmicas são recuperadas com `CeilingType.GetThermalProperties`. + +___ +## Arquivo de exemplo + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..1eb4f27df --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## Em profundidade +`CeilingType.Name` retorna o nome do tipo de forro especificado. + +No exemplo abaixo, são coletados todos os tipos de forro do documento do Revit atual. Os nomes dos tipos de forro são retornados com `CeilingType.Name`. + +___ +## Arquivo de exemplo + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..486e7be73 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## Em profundidade +`Coordinates.BasePoint` retorna o ponto base do projeto como uma geometria de ponto. O ponto base do projeto é definido no Revit e pode diferir de projeto para projeto. Para obter mais informações sobre o ponto base do projeto no Revit, consulte [artigo da ajuda](https://help.autodesk.com/view/RVT/2025/PTB/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +No exemplo abaixo, é retornado o ponto base do projeto. + +___ +## Arquivo de exemplo + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..18741b1ec --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## Em profundidade +`Coordinates.ProjectRotation` retorna a rotação do projeto em graus. A rotação do projeto é um valor modificável pelo usuário e pode variar muito. Para saber mais sobre a rotação de projetos no Revit, consulte [artigo da ajuda](https://help.autodesk.com/view/RVT/2025/PTB/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +No exemplo abaixo, é retornado o valor de rotação do projeto. + +___ +## Arquivo de exemplo + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..a61a45b9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## Em profundidade +`Coordinates.SurveyPoint` retorna o ponto de levantamento topográfico do projeto como uma geometria de ponto. O ponto de levantamento topográfico é definido no Revit e pode variar de projeto para projeto. Para obter mais informações sobre o ponto do levantamento topográfico no Revit, consulte [artigo da ajuda](https://help.autodesk.com/view/RVT/2025/PTB/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +No exemplo abaixo, é retornado o ponto de levantamento topográfico. + +___ +## Arquivo de exemplo + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..53c51bc17 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## Em profundidade +`DirectShape.ByGeometry` cria um elemento DirectShape no Revit com a geometria especificada. Opcionalmente, também é possível atribuir um material e um nome na criação. + +No exemplo abaixo, é criada uma estrutura de cúpula com suavização de serrilhado no modelo de amostra do Revit na abóboda da cobertura. +___ +## Arquivo de exemplo + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..39f791e46 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## Em profundidade +`Element.GetJoinedElements` retorna todos os elementos que estão unidos ao elemento de entrada. + +No exemplo abaixo, é selecionado um piso no documento Revit atual. Todos os elementos unidos ao piso selecionado são retornados. +___ +## Arquivo de exemplo + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..47054b87f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## Em profundidade +`Element.UnjoinAllGeometry` desune toda a geometria dos elementos unidos ao elemento especificado. + +No exemplo abaixo, é selecionado um piso no documento Revit atual e toda a geometria unida é desunida. +___ +## Arquivo de exemplo + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..e167b432c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## Em profundidade +`Element.UnjoinGeometry` desune a geometria dos dois elementos fornecidos. + +No exemplo abaixo, é selecionado um piso no documento Revit atual. Os elementos unidos são coletados e, em seguida, desunidos do piso de entrada. +___ +## Arquivo de exemplo + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..971d84a07 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## Em profundidade +`ElementType.CanBeCopied` retorna um valor true/false indicando se o tipo de elemento fornecido pode ou não ser copiado. + +No exemplo abaixo, são coletados todos os tipos de parede do documento Revit atual e verificados para ver se podem ser copiados. +___ +## Arquivo de exemplo + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 2d5ac9158..8246c7790 100644 --- a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## Em profundidade -`ElementType.CanBeDeleted` determina se o tipo de elemento pode ser excluído do arquivo do Revit. +`ElementType.CanBeDeleted` retorna um valor true/false indicando se o tipo de elemento fornecido pode ou não ser excluído. -No exemplo abaixo, todas as vistas de planta são coletadas do arquivo atual do Revit. As vistas de planta são separadas em duas listas, “pode ser excluído” e “não pode ser excluído”. +No exemplo abaixo, são coletados todos os tipos de parede do documento Revit atual e verificados para ver se podem ser excluídos. ___ ## Arquivo de exemplo diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..1c1b6f1ca --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## Em profundidade +`ElementType.Duplicate` tenta duplicar o tipo de elemento fornecido com o nome especificado. Se o nome já estiver em uso, será apresentado um erro no nó. + +No exemplo abaixo, é recuperado o tipo de parede “Genérico – 4” do documento Revit atual. O tipo de parede é, em seguida, duplicado com o nome “Típico – 4”. +___ +## Arquivo de exemplo + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..68e119de8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## Em profundidade +`ElementType.FamilyName`retorna o nome da família proprietária do elemento fornecido. + +No exemplo abaixo, são coletadas todas as paredes do documento Revit atual. Em seguida, são retornados os tipos de parede para cada parede e o nome da família é retornado. +___ +## Arquivo de exemplo + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..3016ff34c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## Em profundidade +`ElementType.Name` retorna o nome do tipo de elemento fornecido. O nome do tipo de elemento é útil para procurar tipos de elementos com `ElementType.ByName". + +No exemplo abaixo, são coletados todos os tipos de parede do documento Revit atual. O nome dos tipos de parede são retornados com `ElementType.Name`. +___ +## Arquivo de exemplo + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..281da3fcc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## Em profundidade +`FamilyInstance.ByCoordinates` coloca uma instância do FamilyType especificado nas coordenadas fornecidas no documento do Revit atual. + +No exemplo abaixo, é colocada uma família RPC nas coordenadas especificadas. + +___ +## Arquivo de exemplo + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..8cd3af2b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## Em profundidade +`FamilyInstance.ByFamilyType` retorna as instâncias de um determinado tipo de família do documento do Revit atual. + +No exemplo abaixo, são retornadas todas as instâncias do tipo de família selecionado. + +___ +## Arquivo de exemplo + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..ede6599e8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## Em profundidade +`FamilyInstance.Space` retorna o espaço no qual o elemento especificado está localizado, se disponível. Se nenhum espaço for encontrado, será retornado um valor nulo. + +No exemplo abaixo, são coletados todos os elementos de terminais de ar do documento Revit atual. Em seguida, são retornadas as localizações de espaço com `FamilyInstance.Space`. +___ +## Arquivo de exemplo + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..bc7cf184f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Em profundidade +`FillPatternElement.GetByName` retorna um elemento de padrão de preenchimento do nome e destino especificados, se disponível no documento do Revit atual. + +No exemplo abaixo, é retornado o padrão de preenchimento “\\”. +___ +## Arquivo de exemplo + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..41679f344 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## Em profundidade +`FilledRegionType.ByName` retorna um tipo de região preenchida que corresponde ao nome especificado, se disponível no documento do Revit atual. Se não for possível encontrar o tipo de região preenchida, será retornado um valor nulo. + +No exemplo abaixo, é retornado o tipo de região preenchida “Cinza sólido”. +___ +## Arquivo de exemplo + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..8c1812213 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## Em profundidade +`FilledRegionType.Name` retorna o nome do tipo de região preenchida especificado. + +No exemplo abaixo, são coletados todos os tipos de região preenchida do documento do Revit atual e os nomes são retornados. +___ +## Arquivo de exemplo + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..a525e6798 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## Em profundidade +`Floor.Points` obtém os pontos de edição de forma para o piso especificado, se disponíveis. + +No exemplo abaixo, é selecionado um elemento de piso com pontos editados por forma. `Floor.Points` é usado para retornar os pontos. +___ +## Arquivo de exemplo + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..63c0a861a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## Em profundidade +`Level.ByElevation` cria um nível na elevação fornecida. O nome espelha o que acontece na interface do usuário do Revit, com base em entradas anteriores. + +No exemplo abaixo, é criado um nível a 3,5 pés (isso depende das unidades do projeto). +___ +## Arquivo de exemplo + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..1a452bd92 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## Em profundidade +`Level.ByElevationAndName` cria um nível na elevação fornecida, com o nome especificado. Se o nome já estiver em uso, o nó exibirá um erro. + +No exemplo abaixo, é criado um nível chamado “Subpiso elevado” a 3,5 pés (isso depende das unidades do projeto). +___ +## Arquivo de exemplo + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..8b6d2a68c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## Em profundidade +`Level.ByLevelAndOffset` cria um deslocamento do elemento de nível na distância fornecida, desde o nível especificado. O nome do novo nível espelha o que acontece na interface do usuário Revit em que um nível é nomeado com base em entradas anteriores. + +No exemplo abaixo, é criado um novo nível 10' acima do nível mais alto no documento Revit atual. +___ +## Arquivo de exemplo + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..31b146c4f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## Em profundidade +`Level.ByLevelOffsetAndName` cria um deslocamento do elemento de nível na distância fornecida, desde o nível especificado, com o nome indicado. + +No exemplo abaixo, é criado um novo nível chamado “Parapeito T.O.” 10' acima do nível mais alto no documento Revit atual. +___ +## Arquivo de exemplo + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..03501c924 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## Em profundidade +`Level.Elevation` retorna a elevação para o nível especificado em unidades do projeto. `Level.Elevation` reporta o valor do nível do solo. Se a elevação do projeto for diferente, isso poderá ser retornado com `Level.ProjectElevation`. + +No exemplo abaixo, são coletados todos os níveis no documento Revit atual. É retornado o valor de elevação dos níveis. Além disso, os níveis são classificados por altura com “List.SortByKey”. +___ +## Arquivo de exemplo + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..06caa0cbf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## Em profundidade +`Level.Name` retorna o nome do nível especificado. `Level.Name` difere de `Element.Name` porque obtém o nome do nível pesquisando o valor do parâmetro. + +No exemplo abaixo, são coletados todos os níveis para o documento Revit atual e seus nomes são retornados. +___ +## Arquivo de exemplo + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..6c45e7fb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## Em profundidade +`Level.ProjectElevation` retorna a elevação para o nível fornecido em unidades do projeto. `Level.ProjectElevation` reporta o valor da origem do projeto. Se a elevação do nível do solo for necessária, esse valor poderá ser obtido com `Level.Elevation`. + +No exemplo abaixo, são coletados todos os níveis no documento Revit atual. É retornado o valor de elevação do projeto dos níveis. Além disso, os níveis são classificados por altura com "List.SortByKey". +___ +## Arquivo de exemplo + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..9c3104451 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Em profundidade +`LinePatternElement.GetByName` retorna um elemento de padrão de linha do nome especificado, se disponível no documento do Revit atual. + +No exemplo abaixo, é retornado o elemento de padrão de linha “Centro” para o documento do Revit atual. +___ +## Arquivo de exemplo + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..aa1a2dbae --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## Em profundidade +`LinkElement.BoundingBox` retorna a caixa delimitadora para o elemento de vínculo especificado. + +No exemplo abaixo, é retornado um elemento de sólido topográfico de uma instância do “Snowdon Towers Sample Site”. A caixa delimitadora do sólido topográfico é retornada com `LinkElement.BoundingBox`. + +___ +## Arquivo de exemplo + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..53e6761b8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## Em profundidade +`LinkElement.GetGeometry` retorna a geometria dos elementos de vínculo especificados no nível de detalhe opcional. + +No exemplo abaixo, é retornada a geometria de todos os elementos de parede no vínculo “Snowdon Towers Sample Site“. + +___ +## Arquivo de exemplo + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..9f8d4909f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## Em profundidade +`LinkElement.GetLocation` retorna a geometria representando a localização do elemento de vínculo especificado (se disponível). + +No exemplo abaixo, é retornada a localização de todas as paredes em “Snowdon Towers Sample Site” como curvas. +___ +## Arquivo de exemplo + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..82b53a99d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## Em profundidade +`LinkInstance.AllElementsOfCategory` retorna todos os elementos da categoria fornecida da instância de vínculo especificada. + +No exemplo abaixo, são retornados todos os elementos de sólido topográfico da instância de vínculo “Snowdon Towers Sample Site”. +___ +## Arquivo de exemplo + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..04d841a0e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## Em profundidade +`LinkInstance.AllElementsOfCategoryInView` retorna todos os elementos da categoria fornecida na vista especificada do documento Revit atual. + +No exemplo abaixo, são retornados todos os sólidos topográficos em “Snowdon Towers Sample Site” que estão visíveis na planta de piso “L1”. +___ +## Arquivo de exemplo + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..b8b30b9ff --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## Em profundidade +`LinkInstance.AllElementsOfClass` coleta todos os elementos da classe fornecida da instância de vínculo do Revit especificada. + +No exemplo abaixo, são retornados todos os elementos de sólido topográfico de uma instância do “Snowdon Towers Sample Site”. +___ +## Arquivo de exemplo + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..fbccc5812 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## Em profundidade +`LinkInstance.ByName` recupera uma instância de vínculo cujo parâmetro de nome coincide com o nome especificado. Observação: O nome da instância do vínculo é um pouco diferente do nome do `RevitLinkType`. Consulte a amostra abaixo para obter mais informações. + +No exemplo abaixo, é selecionada uma instância do “Snowdon Towers Sample Site” por nome. +___ +## Arquivo de exemplo + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..4388f827d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## Em profundidade +`LinkInstance.Document` retorna o documento para a instância de vínculo especificada. É possível usar esse documento para coletar elementos do vínculo e consultar o documento para obter outras informações. + +No exemplo abaixo, é retornada a instância de vínculo “Snowdown Towers Sample Site” no modelo de amostra de arquitetura. Em seguida, é retornado o documento da instância de vínculo. +___ +## Arquivo de exemplo + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..d9b269d55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## Em profundidade +`LinkInstance.ElementById` recupera um elemento pela ID fornecida da instância de vínculo especificada. + +No exemplo abaixo, é retornado o elemento de informações do projeto de uma instância do “Snowdon Towers Sample Site”. +___ +## Arquivo de exemplo + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..2e301ff34 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## Em profundidade +`Material.AppearanceParameters` retorna todos os parâmetros de aparência do material especificado. + +No exemplo abaixo, são retornados os parâmetros de aparência para o material Alumínio. +___ +## Arquivo de exemplo + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..ae85b5642 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## Em profundidade +`Material.MaterialCategory` retorna a categoria na qual o material especificado é classificado. + +No exemplo abaixo, é coletado o material “Alumínio” do documento do Revit atual. A categoria “Metal” é reportada com `Material.MaterialCategory`. +___ +## Arquivo de exemplo + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..6ea46f18b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## Em profundidade +`Material.StructuralParameters` retorna todos os parâmetros estruturais do material especificado. + +No exemplo abaixo, são retornados os parâmetros estruturais para o material Alumínio. +___ +## Arquivo de exemplo + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..57518da55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## Em profundidade +`Material.ThermalParameters` retorna todos os parâmetros térmicos do material especificado. + +No exemplo abaixo, são retornados os parâmetros térmicos para o material Alumínio. +___ +## Arquivo de exemplo + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..2230f9d22 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## Em profundidade +`PathOfTravel.ByFloorPlanPoints` cria elementos de caminho de deslocamento no documento do Revit atual e na vista de planta de piso especificada entre os pontos inicial e final fornecidos. Observação: Será retornado um valor nulo se não for possível construir um elemento do caminho de deslocamento. + +No exemplo abaixo, são coletados todos os ambientes da vista de planta “L1”. Em seguida, são construídos os caminhos de deslocamento entre os ambientes e uma porta externa selecionada. +___ +## Arquivo de exemplo + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..ebd34cfa8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## Em profundidade +`ReferencePoint.ByCoordinates` cria um elemento de ponto de referência no documento da família do Revit ativo nas coordenadas especificadas. Observação: O documento da família deve ser um componente adaptativo ou uma família de massa. + +No exemplo abaixo, é criado um novo ponto de referência nas coordenadas 0,0,1. +___ +## Arquivo de exemplo + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..8e492fb8e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## Em profundidade +`ReferencePoint.ByParametersOnFaceReference` cria um elemento de ponto de referência no documento da família do Revit ativo nos parâmetros especificados na superfície selecionada. + +Observação: O documento da família deve ser um componente adaptativo ou uma família de massa. + +No exemplo abaixo, é criado um ponto de referência no centro de uma superfície selecionada no documento da família. + +___ +## Arquivo de exemplo + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..a71af640d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## Em profundidade +`ReferencePoint.ByPoint` cria um elemento de ponto de referência no documento da família do Revit ativo na localização do ponto especificado. Observação: O documento da família deve ser um componente adaptativo ou uma família de massa. Esse nó difere de `ReferencePoint.ByCoordinates`, pois usa um ponto do Dynamo para a localização. Isso é útil porque o usuário final pode usar a manipulação direta para editar o ponto do Dynamo, resultando na atualização do ponto de referência também. Para obter mais informações sobre manipulação direta, consulte [link](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +No exemplo abaixo, é criado um novo ponto de referência nas coordenadas 0,0,1. +___ +## Arquivo de exemplo + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..6232c324a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## Em profundidade +`ReferencePoint.Point` retorna a geometria do ponto de referência especificado. + +No exemplo abaixo, é criado um ponto de referência no centro de uma superfície selecionada no documento da família. A geometria do ponto de referência é retornada com `ReferencePoint.Point`. Além disso, os dois tipos de objeto são fornecidos para revisão. + +___ +## Arquivo de exemplo + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..dfa4feced --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## Em profundidade +`ReferencePoint.X` retorna a coordenada X do ponto de referência especificado. + +No exemplo abaixo, é criado um ponto de referência no centro de uma superfície selecionada no documento da família. A coordenada X do ponto de referência é retornada com `ReferencePoint.X`. + +___ +## Arquivo de exemplo + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..f8956c1e7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## Em profundidade +`ReferencePoint.XYPlane` retorna o plano na direção X,Y do ponto de referência especificado. + +No exemplo abaixo, é criado um ponto de referência no centro de uma superfície selecionada no documento da família. Em seguida, é retornado o plano na direção X,Y com `ReferencePoint.XYPlane`. + + +___ +## Arquivo de exemplo + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..69fedc763 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## Em profundidade +`ReferencePoint.XZPlane` retorna o plano na direção X,Z do ponto de referência especificado. + +No exemplo abaixo, é criado um ponto de referência no centro de uma superfície selecionada no documento da família. Em seguida, é retornado o plano na direção X,Z com `ReferencePoint.XZPlane`. + + +___ +## Arquivo de exemplo + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..454ee3924 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## Em profundidade +`ReferencePoint.Y` retorna a coordenada Y do ponto de referência especificado. + +No exemplo abaixo, é criado um ponto de referência no centro de uma superfície selecionada no documento da família. A coordenada Y do ponto de referência é retornada com `ReferencePoint.Y`. + +___ +## Arquivo de exemplo + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..95de9c134 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## Em profundidade +`ReferencePoint.YZPlane` retorna o plano na direção Y,Z do ponto de referência especificado. + +No exemplo abaixo, é criado um ponto de referência no centro de uma superfície selecionada no documento da família. Em seguida, o plano na direção Y,Z é retornado com `ReferencePoint.YZPlane`. + + +___ +## Arquivo de exemplo + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..44a4d5451 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## Em profundidade +`ReferencePoint.Z` retorna a coordenada Z do ponto de referência especificado. + +No exemplo abaixo, é criado um ponto de referência no centro de uma superfície selecionada no documento da família. A coordenada Z do ponto de referência é retornada com `ReferencePoint.Z`. + +___ +## Arquivo de exemplo + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..fda64ea88 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## Em profundidade +`RoofType.ByName` recupera um elemento de tipo de telhado do documento do Revit atual que corresponde ao nome especificado, se disponível. + +No exemplo abaixo, é retornado o tipo de telhado “Genérico – 9” do documento do Revit atual. +___ +## Arquivo de exemplo + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..caadbbd97 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Em profundidade +`RoofType.GetThermalProperties` retorna as propriedades térmicas do tipo de telhado especificado. + +No exemplo abaixo, é retornado o tipo de telhado “Genérico – 9” e as propriedades térmicas são recuperadas com `RoofType.GetThermalProperties`. +___ +## Arquivo de exemplo + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..679817d23 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## Em profundidade +`RoofType.Name` retorna o nome do tipo de telhado especificado. + +No exemplo abaixo, são coletados todos os tipos de telhado do documento do Revit atual. Os nomes dos tipos de telhado são retornados com `RoofType.Name`. +___ +## Arquivo de exemplo + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..9b34e374a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## Em profundidade +`Room.IsInsideRoom`retorna um valor booleano que indica se o ponto fornecido é encontrado ou não no ambiente especificado. + +No exemplo abaixo, são coletados todos os móveis no documento do Revit atual, juntamente com todos os ambientes. Em seguida, os pontos de localização do mobiliário são passados para `Room.IsInsideRoom` para verificar em qual ambiente os pontos especificados ocorrem (se disponíveis). Finalmente, o mobiliário é filtrado para elementos com localizações de ambiente, e esses valores são combinados em listas. +___ +## Arquivo de exemplo + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..6be42b005 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## Em profundidade +`Space.Area` retorna a área do espaço fornecido. Se um espaço não for colocado no Revit, será retornado um valor de 0. + +No exemplo abaixo, é retornada a área de todos os espaços no documento Revit atual. +___ +## Arquivo de exemplo + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..3b1d4e929 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## Em profundidade +`Space.CenterBoundary` retorna uma lista aninhada representando o limite da linha de centro do espaço especificado. Na lista retornada, a primeira sublista representa as curvas mais externas, enquanto as listas subsequentes representam contornos dentro do espaço. Os limites centrais estão localizados na linha de centro da parede em todas as camadas dentro do espaço Revit. Para obter mais informações sobre as linhas de localização de paredes, consulte esta ajuda [artigo](https://help.autodesk.com/view/RVT/2024/PTB/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Se um espaço não delimitado ou não colocado for fornecido, será retornado um valor nulo. + +No exemplo abaixo, são coletados todos os espaços do documento atual e da vista selecionada. Em seguida, são retornados os limites do centro. +___ +## Arquivo de exemplo + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..8f84d3fc4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## Em profundidade +`Space.CoreBoundary` retorna uma lista aninhada representando o limite do núcleo do espaço especificado. Na lista retornada, a primeira sublista representa as curvas mais externas, enquanto as listas subsequentes representam contornos dentro do espaço. Os limites do núcleo estão localizados na camada interna ou externa do núcleo que está mais próxima do ambiente. Para obter mais informações sobre as linhas de localização de paredes, consulte esta ajuda [artigo](https://help.autodesk.com/view/RVT/2024/PTB/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Se um espaço não delimitado ou não colocado for fornecido, será retornado um valor nulo. + +No exemplo abaixo, são coletados todos os espaços do documento atual e da vista selecionada. Em seguida, são retornados os limites do núcleo. + +___ +## Arquivo de exemplo + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..ee5d8c450 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## Em profundidade +`Space.CoreCenterBoundary` retorna uma lista aninhada representando o limite do centro do núcleo do espaço especificado. Na lista retornada, a primeira sublista representa as curvas mais externas, enquanto as listas subsequentes representam contornos dentro do espaço. Os limites do centro do núcleo estão localizados no centro das paredes que são definidas como núcleo. Para obter mais informações sobre as linhas de localização de paredes, consulte esta ajuda [artigo](https://help.autodesk.com/view/RVT/2024/PTB/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Se um espaço não delimitado ou não colocado for fornecido, será retornado um valor nulo. + +No exemplo abaixo, são coletados todos os espaços do documento atual e da vista selecionada. Em seguida, são retornados os limites do centro do núcleo. + +___ +## Arquivo de exemplo + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..9aca0bc11 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## Em profundidade +`Space.FinishBoundary` retorna uma lista aninhada representando o limite de acabamento do espaço especificado. Na lista retornada, a primeira sublista representa as curvas mais externas, enquanto as listas subsequentes representam contornos dentro do espaço. O limite de espaço retornado por esse nó está localizado na face de acabamento dentro do espaço Revit. Para obter mais informações sobre as linhas de localização de paredes, consulte esta ajuda [artigo](https://help.autodesk.com/view/RVT/2024/PTB/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Se um espaço não delimitado ou não colocado for fornecido, será retornado um valor nulo. + +No exemplo abaixo, são coletados todos os espaços do documento atual e da vista selecionada. Em seguida, são retornados os limites de acabamento. + +___ +## Arquivo de exemplo + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..543ae08c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## Em profundidade +`Space.Height` retorna a altura do espaço fornecido. Se um espaço não for colocado no Revit, será retornado um valor de 0. + +No exemplo abaixo, é retornada a altura de todos os espaços no documento Revit. +___ +## Arquivo de exemplo + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..91d10e29a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## Em profundidade +`Space.IsPointInsideSpace` verifica se um determinado ponto está dentro de um determinado espaço. Isso pode ser útil ao atribuir valores de marca a elementos dentro do Revit. + +No exemplo abaixo, são coletados todos os terminais de ar na vista fornecida no documento Revit atual. Em seguida, suas localizações de ponto são comparadas aos espaços na vista fornecida com `Space.IsPointInsideSpace`. Usando o gerenciamento de listas, são desenvolvidas sublistas para filtrar os terminais de ar que ocorrem dentro dos espaços. Para obter mais informações sobre como usar List@Level, consulte [artigo](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level). +___ +## Arquivo de exemplo + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..7360cf7bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## Em profundidade +`Space.Location` retorna um ponto do Dynamo que representa a localização de um espaço fornecido. + +Se um espaço não delimitado ou não colocado for fornecido, será retornado um valor nulo. + +No exemplo abaixo, são coletados todos os espaços do documento atual e da vista selecionada. Em seguida, são retornadas as localizações dos espaços. Além disso, os nomes de espaço são visualizados na viewport do Dynamo com o nó `Label.ByPointAndString`. + +___ +## Arquivo de exemplo + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..2f2b3227b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## Em profundidade +`Space.Name` retorna o nome do elemento de espaço fornecido. + +No exemplo abaixo, são coletados todos os espaços do documento atual da vista selecionada. Em seguida, são retornados os nomes dos espaços. +___ +## Arquivo de exemplo + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..31bd4290d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## Em profundidade +`Space.Number` retorna o número para o elemento de espaço fornecido como uma sequência de caracteres. + +No exemplo abaixo, são coletados todos os espaços do documento atual da vista selecionada. Em seguida, são retornados os números dos espaços. +___ +## Arquivo de exemplo + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..3c240c351 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## Em profundidade +`Space.SetName` modifica o nome do elemento de espaço fornecido. + +No exemplo abaixo, são coletados todos os espaços do documento atual da vista selecionada. Em seguida, os nomes dos espaços são modificados com um prefixo “(E)” para indicar condições existentes. + +___ +## Arquivo de exemplo + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..69b7d846c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## Em profundidade +`Space.SetNumber` modifica o número do elemento de espaço fornecido. + +No exemplo abaixo, são coletados todos os espaços do documento atual da vista selecionada. Em seguida, os números dos espaços são modificados com um sufixo “e” para indicar condições existentes. Esse tipo de fluxo de trabalho é útil para trabalhar com a renumeração de espaços no Revit. +___ +## Arquivo de exemplo + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..bc94df915 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## Em profundidade +`Space.Volume` retorna o volume do espaço fornecido. Se um espaço não for colocado no Revit, será retornado um valor de 0. + +No exemplo abaixo, é retornado o volume de todos os espaços no documento Revit atual. +___ +## Arquivo de exemplo + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..f61b60271 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## Em profundidade +`Tag.ByElement` coloca um identificador para o elemento especificado, com os critérios fornecidos. + +No exemplo abaixo, são coletadas todas as paredes da vista especificada. Em seguida, as paredes são identificadas com o tipo de identificador de parede padrão e critérios de alinhamento/chamada de detalhe. +___ +## Arquivo de exemplo + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index a99e958b5..e258d66f0 100644 --- a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## Em profundidade -`Tag.GetLeaderEndCondition` retorna a condição final da linha de chamada dos identificadores fornecidos. - -As possíveis condições finais incluem: -- Anexo -- Livre - -No exemplo abaixo, são coletados todos os identificadores de nota-chave da vista de detalhe “Detalhe da janela da parede norte”. Em seguida, são retornadas as condições da extremidade da linha de chamada dos identificadores. +`Tag.GetLeaderEndCondition` retorna a condição final da chamada de detalhe do elemento do identificador especificado. +No exemplo abaixo, são coletadas todas as paredes da vista especificada. Em seguida, as paredes são identificadas com o tipo de identificador de parede padrão e critérios de alinhamento/chamada de detalhe. As condições finais são depois retornadas com `Tag.GetLeaderEndCondition`. ___ ## Arquivo de exemplo diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..9b4a0583d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## Em profundidade +`Tag.SetLeaderEndCondition` define a extremidade da chamada de detalhe do elemento do identificador especificado como anexada ou livre. + +No exemplo abaixo, são coletadas todas as paredes da vista especificada. Em seguida, as paredes são identificadas com o tipo de identificador de parede padrão e critérios de alinhamento/chamada de detalhe. A condição final é definida com `Tag.SetLeaderEndCondition`. +___ +## Arquivo de exemplo + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..3958c7b35 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## Em profundidade +`TextNote.SetHorizontalAlignment` define o alinhamento horizontal da nota de texto especificada. + +Observação: Esse nó tem um tipo de retorno de vazio, o que significa que o nó confirma uma ação em um elemento e retorna nulo. + +No exemplo abaixo, uma folha de detalhes é selecionada. Todas as notas de texto nas vistas de detalhe são coletadas e seu alinhamento horizontal é definido como centro. +___ +## Arquivo de exemplo + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..8d3895315 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## Em profundidade +`TextNote.SetKeepRotatedTextReadable` define o parâmetro de instância Manter legível da nota de texto fornecida para o valor booleano especificado. + +Observação: Esse nó tem um tipo de retorno de vazio, o que significa que o nó confirma uma ação em um elemento e retorna nulo. + +No exemplo abaixo, uma folha de detalhes é selecionada. Em seguida, todas as notas de texto nas vistas de detalhe são coletadas e seu parâmetro “Manter legível” é definido como true. +___ +## Arquivo de exemplo + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNoteType.Default.md index 5692ae8b9..aaf5fa0e2 100644 --- a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## Em profundidade -`TextNoteType.Default` fornece acesso ao tipo de nota de texto padrão no documento atual do Revit. Esse tipo de nota de texto é o mesmo usado ao criar texto na interface do usuário do Revit. - -No exemplo abaixo, é criada uma nova vista do desenho e uma nova nota de texto na origem do documento atual do Revit. +`TextNoteType.Default` retorna o tipo de nota de texto padrão no documento atual do Revit. Ele corresponde ao tipo de texto padrão usado quando o usuário cria uma nota de texto na interface do usuário do Revit. +No exemplo abaixo, é retornado o tipo de nota de texto padrão “1/4" Trebuchet MS” para o modelo Snowdon Towers Sample. ___ ## Arquivo de exemplo diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..270883a8d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## Em profundidade +`Toposolid.ByOutlinePointsTypeAndLevel` cria um elemento do sólido topográfico no documento do Revit atual, com base nas entradas. + +No exemplo abaixo, um piso existente (com pontos modificados) é selecionado para ser convertido em um sólido topográfico. Os pontos de forma, contorno e nível do piso são extraídos para uso na criação de sólidos topográficos. Por fim, um sólido topográfico é criado para substituir o piso, e o elemento de piso é excluído. +___ +## Arquivo de exemplo + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..59e47d0a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## Em profundidade +`Toposolid.Points` retorna os pontos editados de forma do sólido topográfico especificado, se disponível. + +No exemplo abaixo, são retornados todos os pontos com base no primeiro sólido topográfico encontrado no vínculo do Revit selecionado. +___ +## Arquivo de exemplo + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..f6b443305 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Em profundidade +`CeilingPlanView.ByLevel` cria uma nova vista de planta de forro com base no nível especificado. + +No exemplo abaixo, é criada uma nova vista de planta de forro para “L1 – Bloco 35”. +___ +## Arquivo de exemplo + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..168e15aaa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Em profundidade +`FloorPlanView.ByLevel` cria uma nova vista da planta de piso com base no nível especificado. + +No exemplo abaixo, é criada uma nova vista de planta de piso para “L1 – Bloco 35”. +___ +## Arquivo de exemplo + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..9b41e2624 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.CanViewBeDuplicated` fornece um valor true ou false indicando se a vista especificada pode ser duplicada com as opções fornecidas. + +No exemplo abaixo, são coletadas todas as vistas de desenho do documento Revit atual. Em seguida, as vistas de desenho são erificadas quanto à sua capacidade de serem duplicadas com a opção “Com detalhamento”. +___ +## Arquivo de exemplo + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..3c374e884 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.DuplicateView` tenta duplicar a vista fornecida com a opção de duplicação fornecida. Se não for possível duplicar a vista, será retornado um valor nulo. + +No exemplo abaixo, são coletadas todas as vistas de desenho do documento Revit atual. Em seguida, as vistas de desenho são duplicadas “com detalhamento” com um prefixo (N). +___ +## Arquivo de exemplo + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..2869130d6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## Em profundidade +`View.ExportAsImage` exporta a vista fornecida para o caminho fornecido como uma imagem. + +No exemplo abaixo, a vista 3D padrão do documento atual é selecionada para exportação. O caminho é composto pela extração da pasta “Imagens” do computador do usuário atual, combinado com o nome da vista. + +___ +## Arquivo de exemplo + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..0c43f2d82 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.HideCategoriesTemporary` ativa Ocultar/Isolar temporário para a vista fornecida. As categorias fornecidas ficarão ocultas até que Ocultar/Isolar temporário seja redefinido. + +No exemplo abaixo, as categorias Portas e Mobiliário são ocultadas para a vista de planta “L1”. +___ +## Arquivo de exemplo + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..323f8720c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.HideElementsTemporary` ativa o modo de vista Ocultar/Isolar temporário para a vista fornecida. Os elementos fornecidos ficam ocultos até que o modo de vista Ocultar/Isolar temporário seja redefinido. + +No exemplo abaixo, são coletadas todas as paredes da vista “L1” e divididas em duas listas, com classificação de fogo e sem classificação. As paredes não classificadas são temporariamente ocultadas com `View.HideElementsTemporary`. +___ +## Arquivo de exemplo + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..f3b9deedc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.IsolateCategoriesTemporary` ativa Ocultar/Isolar temporário para a vista fornecida. As categorias fornecidas serão isoladas até que Ocultar/Isolar temporário seja redefinido. + +No exemplo abaixo, são isoladas as categorias Portas e Mobiliário para a vista de planta “L1”. +___ +## Arquivo de exemplo + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..78ba64cea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.IsolateElementsTemporary` ativa o modo de vista Ocultar/Isolar temporário para a vista fornecida. Os elementos fornecidos são isolados até que o modo de vista Ocultar/Isolar temporário seja redefinido. + +No exemplo abaixo, são coletadas todas as paredes da vista “L1” e divididas em duas listas, com classificação de fogo e sem classificação. As paredes não classificadas são temporariamente isoladas com `View.HideElementsTemporary`. +___ +## Arquivo de exemplo + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..1674e34fe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.SetCategoryOverrides` modifica os gráficos de visibilidade da categoria fornecida para a vista especificada. + +No exemplo abaixo, são coletados todos os modelos de vista de planta de piso do documento do Revit atual. Um conjunto de sobreposições para ocultar as linhas de centro do duto é aplicado às vistas. +___ +## Arquivo de exemplo + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..2c957e954 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.SetCropBoxActive` alterna a caixa de recorte da vista especificada para ativa ou inativa, dependendo da entrada booleana. + +No exemplo abaixo, são coletadas todas as exibições para a folha especificada e suas caixas de recorte definidas como ativas. +___ +## Arquivo de exemplo + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..88c03addb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.SetCropBoxVisible` alterna a visibilidade da caixa de recorte da vista especificada com base no booleano de entrada. + +No exemplo abaixo, as caixas de recorte são definidas como ocultas para todas as vistas em todas as folhas no documento Revit atual. +___ +## Arquivo de exemplo + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..b58cc7fcf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## Em profundidade +`View.SetScale` define a vista fornecida para o fator de escala especificado. Para obter mais informações sobre como alterar o fator de escala de uma vista, consulte [artigo](https://help.autodesk.com/view/RVTLT/2024/PTB/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +No exemplo abaixo, são coletadas todas as vistas de desenho do documento Revit atual. Em seguida, a escala das vistas é definida como 1/4" = 1'-0" (fator de escala de 48) com `View.SetScale`. +___ +## Arquivo de exemplo + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..d0b343939 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## Em profundidade +`Wall.ByCurveAndHeight` cria uma parede do tipo fornecido na localização da linha especificada, hospedada no nível especificado. + +No exemplo abaixo, é criada uma instância de parede “Exterior – CMU no montante metálico” no nível R3 a uma altura de 10' e um comprimento de 10'. +___ +## Arquivo de exemplo + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..84c726379 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## Em profundidade +`Wall.ByFace` cria uma parede na face de massa especificada. A linha de localização e o tipo da parede também devem ser fornecidos. + +No exemplo abaixo, é criada uma parede de face na superfície existente selecionada no documento do Revit atual. +___ +## Arquivo de exemplo + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..6c3d8ec0f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## Em profundidade +`WallType.ByName` seleciona um tipo de parede com o nome especificado (se disponível). Se nenhum tipo de parede for encontrado pelo nome especificado, será retornado um valor nulo. + +No exemplo abaixo, é selecionado o tipo de parede “Exterior – CMU no montante metálico” no documento Revit atual. +___ +## Arquivo de exemplo + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..d1e8d0f1c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## Em profundidade +`WallType.Function` retorna a função do tipo de parede fornecido. Para obter mais informações sobre as funções de parede, consulte [artigo](https://help.autodesk.com/view/RVT/2025/PTB/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +No exemplo abaixo, são coletados todos os tipos de parede do documento Revit atual, juntamente com as funções. +___ +## Arquivo de exemplo + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..d14f86259 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Em profundidade +`WallType.GetThermalProperties` retorna as propriedades térmicas do tipo de parede fornecido. Para obter mais informações sobre as propriedades térmicas da parede, consulte [artigo](https://help.autodesk.com/view/RVT/2024/PTB/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +No exemplo abaixo, é selecionado o tipo de parede “Exterior – CMU no montante metálico” no documento Revit atual. As propriedades térmicas são reportadas com `WallType.GetThermalProperties`. +___ +## Arquivo de exemplo + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..1ba30eeaa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## Em profundidade +`WallType.Name` retorna o nome do tipo de parede fornecido como uma sequência de caracteres. + +No exemplo abaixo, são coletados todos os tipos de parede do documento Revit atual, juntamente com os nomes. +___ +## Arquivo de exemplo + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..d471d3469 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## Em profundidade +`WallType.Width` retorna a largura do tipo de parede fornecido como um número. + +No exemplo abaixo, são coletados todos os tipos de parede do documento Revit atual, juntamente com as larguras (em unidades do projeto). +___ +## Arquivo de exemplo + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..6ab1f6fcc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## Em profundidade +`OverrideGraphicSettings.ByProperties` cria um conjunto de sobreposições gráficas de visibilidade para uso em vistas ou modelos de vista. + +No exemplo abaixo, são coletados todos os modelos de vista de planta de piso do documento do Revit atual. Um conjunto de sobreposições para ocultar as linhas de centro do duto é aplicado às vistas. +___ +## Arquivo de exemplo + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..d3c2090fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## Em profundidade +`Transaction.End` conclui a transação do Dynamo atual e retorna o elemento especificado. No Revit, as transações representam alterações feitas no documento do Revit. Quando ocorre uma alteração, ela pode ser vista pelo botão de desfazer ativado. Usando `Transaction.End`, os usuários podem adicionar etapas ao gráfico do Dynamo, criando uma ação de desfazer para cada etapa em que `Transaction.End` é usado. + +No exemplo abaixo, é colocada uma instância de família no documento do Revit. `Transaction.End` é chamado para concluir a colocação antes de rotacionar a instância de família com `FamilyInstance.SetRotation`. + +___ +## Arquivo de exemplo + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..449538c45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/pt-BR/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## Em profundidade + +`Toposolid.ByOutlinePointsTypeAndLevel` cria um elemento do sólido topográfico no documento do Revit atual, com base nas entradas. + +No exemplo abaixo, um piso existente (com pontos modificados) é selecionado para ser convertido em um sólido topográfico. Os pontos de forma, contorno e nível do piso são extraídos para uso na criação de sólidos topográficos. Por fim, um sólido topográfico é criado para substituir o piso, e o elemento de piso é excluído. + +___ +## Arquivo de exemplo + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..82e8e073a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## Подробности +`Fill Pattern Targets` предоставляет доступ к целевым параметрам образца заливки в Revit. Существует несколько вариантов: +- условный; +- моделирующий; +- нет. + +В приведенном ниже примере для текущего документа Revit возвращается условный образец <Сплошная заливка>. +___ +## Файл примера + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..ae5c1c32a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## Подробности +`Fill Patterns` позволяет выбрать образец заливки из всех доступных образцов в текущем документе Revit. + +В приведенном ниже примере для текущего документа Revit возвращается условный образец <Сплошная заливка>. +___ +## Файл примера + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..2f3283a64 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## Подробности +`Select Horizontal Text Alignment` позволяет выбрать способ выравнивания текстовых элементов из следующих вариантов: +- по центру; +- по левому краю; +- по правому краю. + +В приведенном ниже примере создается текстовое примечание с выравниванием текста по центру. +___ +## Файл примера + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..034d41530 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## Подробности +`Line Patterns` позволяет выбрать образец линий из всех доступных образцов в текущем документе Revit. + +В приведенном ниже примере для текущего документа Revit возвращается элемент образца линий «Осевая линия». +___ +## Файл примера + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..1b37ef2d1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## Подробности +`Select Vertical Text Alignment` позволяет выбрать способ выравнивания текстовых элементов из следующих вариантов: +- по нижнему краю; +- по середине; +- по верхнему краю. + +В приведенном ниже примере создается текстовое примечание с выравниванием текста по середине. +___ +## Файл примера + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..6fde1220a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## Подробности +Узел `View Duplicate Options` предоставляет доступ ко всем параметрам копирования, доступным в Revit. + +В том числе: +- Как зависимый +- С детализацией +- Как дубликат + +В приведенном ниже примере вид узла «Узел окна северной стены» копируется с префиксом «-Редакция 1» с детализацией. +___ +## Файл примера + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..f18bc642f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Document.FilePath` возвращает путь к файлу заданного документа Revit, если он доступен. Если файл не сохранен, возвращается пустая строка. Если заданный документ является локальным файлом (привязанным к файлу хранилища), указывается путь к локальному файлу. + +В приведенном ниже примере указано расположение файла для текущего документа Revit. +___ +## Файл примера + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..23ba9ad27 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Document.GetLinkInstances` возвращает список всех экземпляров связей, размещенных в текущем документе Revit. Экземпляры связей используются для извлечения элементов из связанных файлов. + +В приведенном ниже примере возвращаются все экземпляры связей Revit для активного документа Revit. Кроме того, возвращаются имена связей с помощью `Element.Name`. +___ +## Файл примера + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..35ba64555 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## Подробности +`Document.IsCloudPath` возвращает логическое значение, указывающее, размещен ли данный документ Revit в облаке. Для файла без совместного доступа возвращается значение null. + +В приведенном ниже примере выполняется сбор всех экземпляров связи Revit из текущего документа Revit. Затем проверяется наличие для их документов пути в облаке. +___ +## Файл примера + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..a23cc79cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Document.Location` возвращает широту и долготу заданного документа Revit. + +В приведенном ниже примере указано расположение проекта для текущего документа Revit. +___ +## Файл примера + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..760eae037 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## Подробности +`Document.WorksharingPath` возвращает путь совместного доступа для данного документа. Для файла без совместного доступа возвращается значение null. + +В приведенном ниже примере выполняется сбор всех экземпляров связи Revit из текущего документа Revit. Затем проверяется наличие для их документов пути совместного доступа. +___ +## Файл примера + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..b23814285 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## Подробности +`CeilingType.ByName` извлекает из текущего документа Revit элемент типа потолка, который соответствует указанному имени, если доступно. + +В приведенном ниже примере из текущего документа Revit возвращается тип потолка «Типовой». + +___ +## Файл примера + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..29012c089 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## Подробности +`CeilingType.GetThermalProperties` возвращает тепловые свойства заданного типа потолка. + +В приведенном ниже примере возвращается тип потолка «Типовой», а тепловые свойства извлекаются с помощью узла `CeilingType.GetThermalProperties`. + +___ +## Файл примера + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..12fbea93a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## Подробности +`CeilingType.Name` возвращает имя заданного типа потолка. + +В приведенном ниже примере выполняется сбор всех типов потолков из текущего документа Revit. Имена типов потолков возвращаются с помощью узла `CeilingType.Name`. + +___ +## Файл примера + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..fcc7afd70 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## Подробности +`Coordinates.BasePoint` возвращает базовую точку проекта в виде геометрии точки. Базовая точка проекта задается в Revit и может отличаться в разных проектах. Дополнительные сведения о базовой точке проекта в Revit см. в этой [справочной статье](https://help.autodesk.com/view/RVT/2025/RUS/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65). + +В приведенном ниже примере возвращается базовая точка проекта. + +___ +## Файл примера + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..5225ba9f4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## Подробности +`Coordinates.ProjectRotation` возвращает поворот проекта в градусах. Поворот проекта задается пользователем и может значительно варьироваться. Дополнительные сведения о повороте проекта в Revit см. в этой [справочной статье](https://help.autodesk.com/view/RVT/2025/RUS/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C). + +В приведенном ниже примере возвращается значение поворота проекта. + +___ +## Файл примера + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..51e17db7d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## Подробности +`Coordinates.SurveyPoint` возвращает точку съемки проекта в виде геометрии точки. Точка съемки задается в Revit и может отличаться в разных проектах. Дополнительные сведения о точке съемки в Revit см. в этой [справочной статье](https://help.autodesk.com/view/RVT/2025/RUS/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F). + +В приведенном ниже примере возвращается точка съемки. + +___ +## Файл примера + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..064176d75 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## Подробности +`DirectShape.ByGeometry` создает элемент DirectShape в Revit с заданной геометрией. При необходимости во время создания также можно указать материал и имя. + +В приведенном ниже примере в образце модели Revit на крыше создается мозаичная купольная конструкция. +___ +## Файл примера + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..05b2ba8bb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Element.GetJoinedElements` возвращает все элементы, которые соединены с входным элементом. + +В приведенном ниже примере выбирается перекрытие в текущем документе Revit. Возвращаются все элементы, присоединенные к выбранному перекрытию. +___ +## Файл примера + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..9b54c24d5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Element.UnjoinAllGeometry` отсоединяет всю геометрию элементов, соединенных с заданным элементом. + +В приведенном ниже примере из текущего документа Revit выбирается перекрытие, и вся присоединенная геометрия отсоединяется. +___ +## Файл примера + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..50bf27716 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Element.UnjoinGeometry` отсоединяет геометрию двух заданных элементов. + +В приведенном ниже примере выбирается перекрытие в текущем документе Revit. Соединенные элементы собираются, а затем отсоединяются от вводного перекрытия. +___ +## Файл примера + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..5e16eec3f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## Подробности +Узел `ElementType.CanBeCopied` возвращает значение true или false, указывающее, можно ли копировать данный тип элементов. + +В приведенном ниже примере собираются все типы стен из текущего документа Revit и проверяется возможность их копирования. +___ +## Файл примера + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 29693d6da..29bcb9813 100644 --- a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## Подробности -Узел `ElementType.CanBeDeleted` определяет, можно ли удалить тип элемента из файла Revit. +Узел `ElementType.CanBeDeleted` возвращает значение true или false, указывающее, можно ли удалять заданный тип элементов. -В приведенном ниже примере все виды в плане собраны из текущего файла Revit. Затем виды в плане разделяются на два списка на основе того, могут ли они быть удалены или не могут. +В приведенном ниже примере собираются все типы стен из текущего документа Revit и проверяется возможность их удаления. ___ ## Файл примера diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..7b617519c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## Подробности +Узел `ElementType.Duplicate` пытается скопировать заданный тип элемента с заданным именем. Если имя уже используется, на узле появится сообщение об ошибке. + +В приведенном ниже примере тип стены `Generic - 4"` извлекается из текущего документа Revit. Затем этот тип стены копируется с именем `Typical - 4"`. +___ +## Файл примера + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..acfed440d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## Подробности +Узел `ElementType.FamilyName` возвращает имя семейства-владельца заданного элемента. + +В приведенном ниже примере собираются все стены из текущего документа Revit. Затем для каждой стены возвращается тип и имя семейства. +___ +## Файл примера + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..fb40a43a0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## Подробности +Узел `ElementType.Name возвращает имя заданного типа элемента. Имя типа элемента удобно использовать для поиска типов элементов с помощью узла `ElementType.ByName`. + +В приведенном ниже примере собираются все типы стен из текущего документа Revit. Имена типов стен возвращаются с помощью узла `ElementType.Name`. +___ +## Файл примера + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..3f57cb20b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## Подробности +`FamilyInstance.ByCoordinates` размещает экземпляр указанного типоразмера семейства в заданных координатах в текущем документе Revit. + +В приведенном ниже примере семейство RPC размещается в заданных координатах. + +___ +## Файл примера + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..f8169238a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## Подробности +`FamilyInstance.ByFamilyType` возвращает экземпляры указанного типоразмера семейства из текущего документа Revit. + +В приведенном ниже примере возвращаются все экземпляры выбранного типоразмера семейства. + +___ +## Файл примера + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..f65bdb34f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## Подробности +Узел `FamilyInstance.Space` возвращает пространство, в котором находится заданный элемент, если оно доступно. Если пространство не найдено, возвращается значение null. + +В приведенном ниже примере собираются все элементы воздухораспределителей из текущего документа Revit. Расположения пространств затем возвращаются с помощью узла `FamilyInstance.Space`. +___ +## Файл примера + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..c5d5becdd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Подробности +`FillPatternElement.GetByName` возвращает элемент образца заливки с заданными именем и целью, если он доступен в текущем документе Revit. + +В приведенном ниже примере возвращается образец <Сплошная заливка>. +___ +## Файл примера + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..5aa0a1e12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## Подробности +`FilledRegionType.ByName` возвращает тип цветовой области, соответствующий заданному имени, если он доступен в текущем документе Revit. Если тип цветовой области не найден, возвращается значение null. + +В приведенном ниже примере возвращается тип цветовой области «Сплошной серый». +___ +## Файл примера + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..75bd31ee6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## Подробности +`FilledRegionType.Name` возвращает имя заданного типа цветовой области. + +В приведенном ниже примере из текущего документа Revit выполняется сбор всех типов цветовых областей и возвращаются их имена. +___ +## Файл примера + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..151862cb6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## Подробности +`Floor.Points` получает точки редактирования формы для данного перекрытия, если они доступны. + +В приведенном ниже примере выбран элемент перекрытия с точками отредактированной формы. Для возврата точек используется узел `Floor.Points`. +___ +## Файл примера + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..286af1772 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Level.ByElevation` создает уровень на заданной отметке. Имя отражает то, что происходит в пользовательском интерфейсе Revit, на основе на предыдущих записей. + +В приведенном ниже примере создается уровень высотой 3,5 фута (зависит от единиц проекта). +___ +## Файл примера + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..2669c552b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Level.ByElevationAndName` создает уровень на заданной отметке с заданным именем. Если имя уже занято, узел выдаст ошибку. + +В приведенном ниже примере создается уровень с именем «Полупотайной черновой пол» высотой 3,5 фута (зависит от единиц проекта). +___ +## Файл примера + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..f9533fb54 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Level.ByLevelAndOffset` создает смещение элемента уровня на заданное расстояние от заданного уровня. Имя нового уровня отражает содержимое пользовательского интерфейса Revit, в котором имя уровня назначается на основе предыдущих записей. + +В приведенном ниже примере создается новый уровень на 10 футов выше самого высокого уровня в текущем документе Revit. +___ +## Файл примера + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..555cb8eab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Level.ByLevelOffsetAndName` создает смещение элемента уровня на заданное расстояние от заданного уровня с указанным именем. + +В приведенном ниже примере создается новый уровень с именем «Парапет Т.О.» на 10 футов выше самого высокого уровня в текущем документе Revit. +___ +## Файл примера + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..4a42d2470 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## Подробности +Уровень `Level.Elevation` возвращает отметку для заданного уровня в единицах проекта. Узел `Level.Elevation` выдает значение от уровня земли. Если отметка проекта отличается, ее можно получить с помощью узла `Level.ProjectElevation`. + +В приведенном ниже примере собраны все уровни в текущем документе Revit. Возвращаются значения отметки уровней. Кроме того, уровни сортируются по высоте с помощью уровня List.SortByKey. +___ +## Файл примера + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..f314d1476 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Level.Name` возвращает имя заданного уровня. Узел `Level.Name` отличается от `Element.Name` тем, что получает имя из уровня путем поиска значения параметра. + +В приведенном ниже примере для текущего документа Revit собираются все уровни и возвращаются их имена. +___ +## Файл примера + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..535e6a577 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Level.ProjectElevation` возвращает отметку для заданного уровня в единицах проекта. Узел `Level.ProjectElevation` выдает значение от начала координат проекта. Если требуется отметка от уровня земли, это значение можно получить с помощью узла `Level.Elevation`. + +В приведенном ниже примере собираются все уровни в текущем документе Revit. Возвращаются значения отметок проекта для уровней. Кроме того, уровни сортируются по высоте с помощью узла List.SortByKey. +___ +## Файл примера + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..f92f6827a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## Подробности +`LinePatternElement.GetByName` возвращает элемент образца линий с указанным именем, если он доступен в текущем документе Revit. + +В приведенном ниже примере для текущего документа Revit возвращается элемент образца линий «Осевая линия». +___ +## Файл примера + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..ddbecca63 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## Подробности +`LinkElement.BoundingBox` возвращает ограничивающую рамку для заданного элемента связи. + +В приведенном ниже примере возвращается элемент топотела из экземпляра Snowdon Towers Sample Site. Затем возвращается ограничивающая рамка с помощью узла `LinkElement.BoundingBox`. + +___ +## Файл примера + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..92ff167a2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## Подробности +Узел `LinkElement.GetGeometry` возвращает геометрию заданных связанных элементов на дополнительном уровне детализации. + +В приведенном ниже примере возвращается геометрия для всех элементов стен в связи Snowdon Towers Sample Site. + +___ +## Файл примера + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..e33ab3d6e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## Подробности +Узел `LinkElement.GetLocation` возвращает геометрию, представляющую расположение заданного элемента связи (если доступно). + +В приведенном ниже примере расположение всех стен в Snowdon Towers Sample Site возвращается в виде кривых. +___ +## Файл примера + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..621839a27 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## Подробности +Узел `LinkInstance.AllElementsOfCategory` возвращает все элементы заданной категории из заданного экземпляра связи. + +В приведенном ниже примере возвращаются все элементы топотела из экземпляра связи Snowdon Towers Sample Site. +___ +## Файл примера + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..50aba309d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## Подробности +Узел `LinkInstance.AllElementsOfCategoryInView` возвращает все элементы заданной категории в заданном виде из текущего документа Revit. + +В приведенном ниже примере возвращаются все топотела в Snowdon Towers Sample Site, которые отображаются на плане этажа L1. +___ +## Файл примера + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..6e3531c96 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## Подробности +`LinkInstance.AllElementsOfClass` собирает все элементы указанного класса из заданного экземпляра связи Revit. + +В приведенном ниже примере возвращаются все элементы топотела из экземпляра Snowdon Towers Sample Site. +___ +## Файл примера + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..cb3352c16 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## Подробности +`LinkInstance.ByName` извлекает экземпляр связи, параметр имени которого соответствует заданному имени. Примечание. Имя экземпляра связи немного отличается от имени `RevitLinkType` (см. пример ниже). + +В приведенном ниже примере выбирается экземпляр Snowdon Towers Sample Site по имени. +___ +## Файл примера + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..33a490a32 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## Подробности +Узел `LinkInstance.Document` возвращает документ для заданного экземпляра связи. Этот документ можно использовать для сбора элементов из связи и запроса другой информации в документе. + +В приведенном ниже примере возвращается экземпляр связи Snowdon Towers Sample Site в примере архитектурной модели. Затем возвращается документ экземпляра связи. +___ +## Файл примера + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..55c42cff4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## Подробности +`LinkInstance.ElementById` извлекает элемент по указанному идентификатору из заданного экземпляра связи. + +В приведенном ниже примере возвращается элемент информации о проекте из экземпляра Snowdon Towers Sample Site. +___ +## Файл примера + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..676de28f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## Подробности +`Material.AppearanceParameters` возвращает все параметры представления для заданного материала. + +В приведенном ниже примере возвращаются параметры представления для алюминия. +___ +## Файл примера + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..101657169 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## Подробности +`Material.MaterialCategory` возвращает категорию указанного материала. + +В приведенном ниже примере извлекается материал «Алюминий» из текущего документа Revit. Категория «Металл» возвращается с помощью узла `Material.MaterialCategory`. +___ +## Файл примера + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..9d197be72 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## Подробности +`Material.StructuralParameters` возвращает все структурные параметры для указанного материала. + +В приведенном ниже примере возвращаются структурные параметры для алюминия. +___ +## Файл примера + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..b6f398a45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## Подробности +`Material.ThermalParameters` возвращает все тепловые параметры для указанного материала. + +В приведенном ниже примере возвращаются тепловые параметры для алюминия. +___ +## Файл примера + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..f2ae43e30 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## Подробности +`PathOfTravel.ByFloorPlanPoints` создает элементы траектории движения в текущем документе Revit и на заданном виде в плане этажа между указанными начальной и конечной точками. Примечание. Если элемент траектории движения не может быть построен, возвращается значение null. + +В приведенном ниже примере выполняется сбор всех помещений из вида в плане L1. Затем между помещениями и выбранной наружной дверью прокладываются траектории движения. +___ +## Файл примера + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..0c4fee575 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## Подробности +`ReferencePoint.ByCoordinates` создает элемент опорной точки в активном документе семейства Revit в заданных координатах. Примечание. Документ семейства должен быть адаптивным компонентом или семейством формообразующих элементов. + +В приведенном ниже примере создается опорная точка в координатах 0,0,1. +___ +## Файл примера + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..593e6fcf7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## Подробности +`ReferencePoint.ByParametersOnFaceReference` создает элемент опорной точки в активном документе семейства Revit с заданными параметрами на выбранной поверхности. + +Примечание. Документ семейства должен быть адаптивным компонентом или семейством формообразующих элементов. + +В приведенном ниже примере создается опорная точка в центре выбранной поверхности в документе семейства. + +___ +## Файл примера + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..2404ebaac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## Подробности +`ReferencePoint.ByPoint` создает элемент опорной точки в активном документе семейства Revit в заданном местоположении. Примечание. Документ семейства должен быть адаптивным компонентом или семейством формообразующих элементов. Этот узел отличается от узла `ReferencePoint.ByCoordinates` тем, что в нем для позиционирования используется точка Dynamo. Это удобно, так как конечный пользователь может напрямую управлять точкой Dynamo, что приводит к обновлению опорной точки. Дополнительную информацию о непосредственном управлении см. по этой [ссылке](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation). + +В приведенном ниже примере создается опорная точка в координатах 0,0,1. +___ +## Файл примера + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..c517dcb77 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## Подробности +`ReferencePoint.Point` возвращает геометрию заданной опорной точки. + +В приведенном ниже примере создается опорная точка в центре выбранной поверхности в документе семейства. Затем геометрия опорной точки возвращается с помощью узла `ReferencePoint.Point`. Кроме того, для проверки доступны два типа объектов. + +___ +## Файл примера + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..fe96d3353 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## Подробности +`ReferencePoint.X` возвращает координату X заданной опорной точки. + +В приведенном ниже примере создается опорная точка в центре выбранной поверхности в документе семейства. Координата X опорной точки возвращается с помощью узла `ReferencePoint.X`. + +___ +## Файл примера + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..57a1f9242 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## Подробности +`ReferencePoint.XYPlane` возвращает плоскость в направлении X,Y заданной опорной точки. + +В приведенном ниже примере создается опорная точка в центре выбранной поверхности в документе семейства. Затем плоскость в направлении X,Y возвращается с помощью узла `ReferencePoint.XYPlane`. + + +___ +## Файл примера + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..2dfc0399d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## Подробности +`ReferencePoint.XZPlane` возвращает плоскость в направлении X,Z заданной опорной точки. + +В приведенном ниже примере создается опорная точка в центре выбранной поверхности в документе семейства. Затем плоскость в направлении X,Z возвращается с помощью узла `ReferencePoint.XZPlane`. + + +___ +## Файл примера + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..d5b190fbc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## Подробности +`ReferencePoint.Y` возвращает координату Y заданной опорной точки. + +В приведенном ниже примере создается опорная точка в центре выбранной поверхности в документе семейства. Координата Y опорной точки возвращается с помощью узла `ReferencePoint.Y`. + +___ +## Файл примера + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..57f975d71 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## Подробности +`ReferencePoint.YZPlane` возвращает плоскость в направлении Y,Z заданной опорной точки. + +В приведенном ниже примере создается опорная точка в центре выбранной поверхности в документе семейства. Затем плоскость в направлении Y,Z возвращается с помощью узла `ReferencePoint.YZPlane`. + + +___ +## Файл примера + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..c1c9e09ef --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## Подробности +`ReferencePoint.Z` возвращает координату Z заданной опорной точки. + +В приведенном ниже примере создается опорная точка в центре выбранной поверхности в документе семейства. Координата Z опорной точки возвращается с помощью узла `ReferencePoint.Z`. + +___ +## Файл примера + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..93dcc1884 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## Подробности +`RoofType.ByName` извлекает из текущего документа Revit элемент типа крыши, который соответствует указанному имени, если доступно. + +В приведенном ниже примере возвращается тип крыши «Типовой — 9» из текущего документа Revit. +___ +## Файл примера + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..9369b012e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Подробности +`RoofType.GetThermalProperties` возвращает тепловые свойства заданного типа крыши. + +В приведенном ниже примере возвращается тип крыши «Типовой — 9», а тепловые свойства извлекаются с помощью узла `RoofType.GetThermalProperties`. +___ +## Файл примера + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..ad22d9cbc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## Подробности +`RoofType.Name` возвращает имя заданного типа крыши. + +В приведенном ниже примере выполняется сбор всех типов крыш из текущего документа Revit. Имена типов крыш возвращаются с помощью узла `RoofType.Name`. +___ +## Файл примера + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..777a12011 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## Подробности +`Room.IsInsideRoom` возвращает логическое значение, указывающее, находится ли указанная точка в заданном помещении. + +В приведенном ниже примере выполняется сбор всей мебели в текущем документе Revit вместе со всеми помещениями. Затем точки расположения мебели передаются в узел `Room.IsInsideRoom` для поиска помещения, в котором находятся заданные точки (если есть). Наконец, мебель фильтруется по элементам с расположением помещений, и эти значения объединяются в списки. +___ +## Файл примера + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..552ff6525 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Space.Area` возвращает площадь заданного пространства. Если пространство не размещено в Revit, возвращается значение 0. + +В приведенном ниже примере возвращается площадь всех пространств в текущем документе Revit. +___ +## Файл примера + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..2db594a70 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## Подробности +Узел `Space.CenterBoundary` возвращает вложенный список, представляющий границу осевой линии заданного пространства. В возвращаемом списке первый вложенный список представляет внешние кривые, а последующие списки представляют контуры в пространстве. Границы центра расположены на осевой линии стены на всех слоях в пространстве Revit. Дополнительные сведения о линиях расположения стен см. в этой справочной [статье](https://help.autodesk.com/view/RVT/2024/RUS/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Если задано неограниченное или неразмещенное пространство, возвращается значение null. + +В приведенном ниже примере собираются все пространства из текущего документа и выбранного вида. Затем возвращаются границы центра. +___ +## Файл примера + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..be1cde6b4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## Подробности +Узел `Space.CoreBoundary` возвращает вложенный список, представляющий границу сердцевины заданного пространства. В возвращаемом списке первый вложенный список представляет внешние кривые, а последующие списки представляют контуры в пространстве. Границы сердцевины расположены на внутреннем или внешнем слое сердцевины, ближайшем к помещению. Дополнительные сведения о линиях расположения стен см. в этой справочной [статье](https://help.autodesk.com/view/RVT/2024/RUS/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Если задано неограниченное или неразмещенное пространство, возвращается значение null. + +В приведенном ниже примере собираются все пространства из текущего документа и выбранного вида. Затем возвращаются границы сердцевины. + +___ +## Файл примера + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..c71a7c1c1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## Подробности +Узел `Space.CoreCenterBoundary` возвращает вложенный список, представляющий границу центра сердцевины заданного пространства. В возвращаемом списке первый вложенный список представляет внешние кривые, а последующие списки представляют контуры в пространстве. Границы центра сердцевины расположены по центру стен, которые определены в качестве сердцевины. Дополнительные сведения о линиях расположения стен см. в этой справочной [статье](https://help.autodesk.com/view/RVT/2024/RUS/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Если задано неограниченное или неразмещенное пространство, возвращается значение null. + +В приведенном ниже примере собираются все пространства в текущем документе и на выбранном виде. Затем возвращаются границы центра сердцевины. + +___ +## Файл примера + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..b0285dfd9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## Подробности +Узел `Space.FinishBoundary` возвращает вложенный список, представляющий итоговую границу заданного пространства. В возвращаемом списке первый вложенный список представляет внешние кривые, а последующие списки представляют контуры в пространстве. Граница пространства, возвращаемая этим узлом, располагается на чистовой поверхности внутри пространства Revit. Дополнительные сведения о линиях расположения стен см. в этой справочной [статье](https://help.autodesk.com/view/RVT/2024/RUS/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89). + +Если задано неограниченное или неразмещенное пространство, возвращается значение null. + +В приведенном ниже примере собираются все пространства из текущего документа и выбранного вида. Затем возвращаются итоговые границы. + +___ +## Файл примера + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..951eb6d57 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Space.Height` возвращает высоту заданного пространства. Если пространство не размещено в Revit, возвращается значение 0. + +В приведенном ниже примере возвращается высота всех пространств в текущем документе Revit. +___ +## Файл примера + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..337762afc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Space.IsPointInsideSpace` проверяет, находится ли заданная точка внутри заданного пространства. Это удобно при назначении значений марки элементам в Revit. + +В приведенном ниже примере собираются все воздухораспределители на заданном виде в текущем документе Revit. Расположения их точек затем сравниваются с пространствами в заданном виде с помощью узла `Space.IsPointInsideSpace`. С помощью управления списками разрабатываются вложенные списки для фильтрации воздухораспределителей, расположенных в пространствах. Дополнительную информацию об использовании List@Level см. в этой [статье](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level). +___ +## Файл примера + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..846b5533a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## Подробности +Узел `Space.Location` возвращает точку Dynamo, представляющую расположение заданного пространства. + +Если задано неограниченное или неразмещенное пространство, возвращается значение null. + +В приведенном ниже примере собираются все пространства из текущего документа и выбранного вида. Затем возвращаются расположения пространств. Кроме того, имена пространств можно предварительно просмотреть на видовом экране Dynamo с помощью узла `Label.ByPointAndString`. + +___ +## Файл примера + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..d37d1274c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Space.Name` возвращает имя для заданного элемента пространства. + +В приведенном ниже примере собираются все пространства из текущего документа и выбранного вида. Затем возвращаются имена пространств. +___ +## Файл примера + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..3e2b131bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Space.Number` возвращает номер для заданного элемента пространства в виде строки. + +В приведенном ниже примере собираются все пространства из текущего документа и выбранного вида. Затем возвращаются номера пространств. +___ +## Файл примера + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..0d39d7972 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## Подробности +Узел `Space.SetName` изменяет имя заданного элемента пространства. + +В приведенном ниже примере собираются все пространства из текущего документа и выбранного вида. Затем к именам пространств добавляется префикс (E) для обозначения существующих условий. + +___ +## Файл примера + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..2a6647d46 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Space.SetNumber` изменяет номер заданного элемента пространства. + +В приведенном ниже примере собираются все пространства из текущего документа и выбранного вида. Затем к номерам пространств добавляется суффикс «e» для обозначения существующих условий. Этот рабочий процесс удобен при изменении нумерации пространств в Revit. +___ +## Файл примера + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..eefe2652a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Space.Volume` возвращает объем заданного пространства. Если пространство не размещено в Revit, возвращается значение 0. + +В приведенном ниже примере возвращается объем всех пространств в текущем документе Revit. +___ +## Файл примера + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..ca0f81f47 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## Подробности +`Tag.ByElement` размещает марку для указанного элемента с заданными критериями. + +В приведенном ниже примере выполняется сбор всех стен из заданного вида. После этого стенам присваивается стандартный тип марок стен и критерии выравнивания/выноски. +___ +## Файл примера + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index a0bbcd230..53ce54992 100644 --- a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## Подробности -Узел `Tag.GetLeaderEndCondition` возвращает заданное конечное условие выносок марок. - -Возможные конечные условия: -- присоединено; -- свободно. - -В приведенном ниже примере все марки ключевых пометок собираются из вида узла «Узел окна на северной стене». Затем возвращаются конечные условия выносок марок. +`Tag.GetLeaderEndCondition` возвращает заданное конечное условие выносок элемента марки. +В приведенном ниже примере выполняется сбор всех стен из заданного вида. После этого стенам присваивается стандартный тип марок стен и критерии выравнивания/выноски. Затем с помощью узла `Tag.GetLeaderEndCondition` возвращаются конечные условия. ___ ## Файл примера diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..2ea6ee86a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## Подробности +`Tag.SetLeaderEndCondition` задает для указанного элемента марки конец выноски: присоединенный или свободный. + +В приведенном ниже примере выполняется сбор всех стен из заданного вида. После этого стенам присваивается стандартный тип марок стен и критерии выравнивания/выноски. Затем с помощью узла `Tag.SetLeaderEndCondition` задается конечное условие. +___ +## Файл примера + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..53a480f8c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## Подробности +`TextNote.SetHorizontalAlignment` задает горизонтальное выравнивание указанного текстового примечания. + +Примечание. Этот узел имеет тип возврата void, то есть узел совершает действие над элементом и возвращает null. + +В приведенном ниже примере выбирается лист узлов. Затем выполняется сбор всех текстовых примечаний на видах узлов и устанавливается горизонтальное выравнивание по центру. +___ +## Файл примера + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..04a581002 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## Подробности +`TextNote.SetKeepRotatedTextReadable` устанавливает для параметра экземпляра «Сохранять читаемым» указанного текстового примечания заданное логическое значение. + +Примечание. Этот узел имеет тип возврата void, то есть узел совершает действие над элементом и возвращает null. + +В приведенном ниже примере выбирается лист узлов. Затем выполняется сбор всех текстовых примечаний на видах узлов и для их параметра «Сохранять читаемым» устанавливается значение true. +___ +## Файл примера + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNoteType.Default.md index 5a5a4f35a..34b52df22 100644 --- a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## Подробности -Узел `TextNoteType.Default` предоставляет доступ к типу текстовых примечаний по умолчанию в текущем документе Revit. Этот тип текстового примечания аналогичен типу, используемому при создании текста в пользовательском интерфейсе Revit. - -В приведенном ниже примере создаются чертежный вид и текстовое примечание в начале координат текущего документа Revit. +Узел `TextNoteType.Default` возвращает тип текстовых примечаний по умолчанию в текущем документе Revit. Этот тип соответствует типу текста по умолчанию, используемому при создании текста в пользовательском интерфейсе Revit. +В приведенном ниже примере возвращается тип текстового примечания по умолчанию — 1/4" Trebuchet MS — в модели Snowdon Towers Sample. ___ ## Файл примера diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..55c2d7412 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## Подробности +`Toposolid.ByOutlinePointsTypeAndLevel` создает элемент топотела в текущем документе Revit на основе заданных входных данных. + +В приведенном ниже примере выбирается существующее перекрытие (с измененными точками) для преобразования в топотело. Извлекаются точки формы, контур и уровень перекрытия для использования при создании топотела. Наконец, создается топотело для замены перекрытия, а элемент перекрытия удаляется. +___ +## Файл примера + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..1a5247a8d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## Подробности +`Toposolid.Points` возвращает точки заданного топотела, форма которого была отредактирована, если доступно. + +В приведенном ниже примере возвращаются все точки из первого топотела, найденного в выбранной связи Revit. +___ +## Файл примера + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..2c46baf91 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Подробности +`CeilingPlanView.ByLevel` создает вид в плане потолка на основе заданного уровня. + +В приведенном ниже примере создается вид в плане потолка для уровня L1 - Block 35. +___ +## Файл примера + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..fb0f99faa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## Подробности +`FloorPlanView.ByLevel` создает вид в плане этажа на основе заданного уровня. + +В приведенном ниже примере создается вид в плане этажа для L1 - Block 35. +___ +## Файл примера + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..3c7e26d4b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## Подробности +Узел `View.CanViewBeDuplicated` предоставляет значение true или false, указывающее, можно ли скопировать заданный вид с заданными параметрами. + +В приведенном ниже примере собираются все чертежные виды из текущего документа Revit. Затем проверяется возможность скопировать чертежные виды с параметром «С детализацией». +___ +## Файл примера + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..1fc6904c3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## Подробности +Узел `View.DuplicateView` пытается скопировать заданный вид с заданным параметром копирования. Если вид нельзя скопировать, возвращается значение null. + +В приведенном ниже примере собираются все чертежные виды из текущего документа Revit. Затем чертежные виды копируются «с детализацией» с префиксом (N). +___ +## Файл примера + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..e542cec56 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## Подробности +Узел `View.ExportAsImage` экспортирует заданный вид в заданный путь в виде изображения. + +В приведенном ниже примере для экспорта выбран 3D-вид по умолчанию из текущего документа. Путь состоит из указания папки Pictures на компьютере текущего пользователя и имени вида. + +___ +## Файл примера + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..b3127f322 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Подробности +Узел `View.HideCategoriesTemporary` включает временное скрытие/изоляцию для заданного вида. Предоставленные категории будут скрыты до тех пор, пока не будет отменен режим временного скрытия/изоляции. + +В приведенном ниже примере категории «Двери» и «Мебель» скрыты для вида в плане L1. +___ +## Файл примера + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..82bc05f8d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## Подробности +Узел `View.HideElementsTemporary` активирует режим временного скрытия/изоляции для заданного вида. Заданные элементы остаются скрытыми до тех пор, пока не будет отменен режим временного скрытия/изоляции вида. + +В приведенном ниже примере все стены для вида L1 собраны и разделены на два списка: огнестойкие и неогнестойкие. Неогнестойкие стены временно скрываются с помощью узла `View.HideElementsTemporary`. +___ +## Файл примера + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..978d0519b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## Подробности +Узел `View.IsolateCategoriesTemporary` включает временное скрытие/изоляцию для заданного вида. Предоставленные категории будут изолированы до тех пор, по режим временного скрытия/изоляции не будет отменен. + +В приведенном ниже примере категории «Двери» и «Мебель» изолированы для вида в плане L1. +___ +## Файл примера + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..523f25547 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## Подробности +Узел `View.IsolateElementsTemporary` активирует режим временного скрытия/изоляции вида для заданного вида. Заданные элементы будут изолированы до тех пор, пока режим временного скрытия/изоляции вида не будет отменен. + +В приведенном ниже примере все стены для вида L1 собраны и разделены на два списка: огнестойкие и неогнестойкие. Неогнестойкие стены временно изолируются с помощью узла `View.IsolateElementsTemporary`. +___ +## Файл примера + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..c66896734 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## Подробности +`View.SetCategoryOverrides` изменяет графику видимости для указанной категории на заданном виде. + +В приведенном ниже примере выполняется сбор всех шаблонов видов в плане этажа из текущего документа Revit. Затем к видам применяется набор переопределений для скрытия осевых линий воздуховода. +___ +## Файл примера + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..062f2cf5a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## Подробности +`View.SetCropBoxActive` переключает элемент CropBox заданного вида на активный или неактивный в зависимости от заданного логического значения. + +В приведенном ниже примере выполняется сбор всех видов для заданного листа, а их элементы CropBox устанавливаются как активные. +___ +## Файл примера + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..948b77792 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## Подробности +Узел `View.SetCropBoxVisible` включает и отключает видимость элемента cropbox заданного вида на основе введенного логического значения. + +В приведенном ниже примере элементы cropbox скрыты для всех видов на всех листах текущего документа Revit. +___ +## Файл примера + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..f37b04b98 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## Подробности +Узел `View.SetScale` устанавливает для заданного вида заданный масштаб. Дополнительные сведения об изменении масштаба вида см. в этой [статье](https://help.autodesk.com/view/RVTLT/2024/RUS/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7). + +В приведенном ниже примере собираются все чертежные виды из текущего документа Revit. Затем устанавливается масштаб видов 1/4" = 1'-0" (масштабный коэффициент 48) с помощью узла `View.SetScale`. +___ +## Файл примера + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..0fa4c2c72 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## Подробности +Узел `Wall.ByCurveAndHeight` создает стену заданного типа в заданном расположении линии с основой на указанном уровне. + +В приведенном ниже примере создается экземпляр стены «Наружная часть — бетонный блок на металлической обрешетке» на уровне R3 на высоте 10 футов с длиной 10 футов. +___ +## Файл примера + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..710a5ab37 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## Подробности +`Wall.ByFace` создает стену на заданной грани формообразующего элемента. Необходимо указать линию привязки и тип стены. + +В приведенном ниже примере создается лицевая стена на выбранной существующей поверхности в текущем документе Revit. +___ +## Файл примера + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..c7dda24e1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## Подробности +Узел `WallType.ByName` выбирает тип стены с заданным именем (если доступно). Если тип стены не найден по заданному имени, возвращается значение null. + +В приведенном ниже примере выбирается тип стены «Наружная часть — бетонный блок на металлической обрешетке» из текущего документа Revit. +___ +## Файл примера + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..b314fd11f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## Подробности +Узел `WallType.Function` возвращает функцию заданного типа стены. Дополнительные сведения о функциях стен см. в этой [статье](https://help.autodesk.com/view/RVT/2025/RUS/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33). + +В приведенном ниже примере собираются все типы стен из текущего документа Revit вместе с функциями. +___ +## Файл примера + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..188e9620b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## Подробности +Узел `WallType.GetThermalProperties` возвращает тепловые свойства заданного типа стены. Дополнительные сведения о тепловых свойствах стен см. в этой [статье](https://help.autodesk.com/view/RVT/2024/RUS/?guid=GUID-3C378374-D360-4207-A558-3500922A452E). + +В приведенном ниже примере выбирается тип стены «Наружная часть — бетонный блок на металлической обрешетке» из текущего документа Revit. Тепловые свойства выдаются с помощью узла `WallType.GetThermalProperties`. +___ +## Файл примера + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..4768477ee --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## Подробности +Узел `WallType.Name` возвращает имя заданного типа стены в виде строки. + +В приведенном ниже примере собираются все типы стен из текущего документа Revit вместе с именами. +___ +## Файл примера + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..7fb586cfe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## Подробности +Узел `WallType.Width` возвращает ширину заданного типа стены в виде числа. + +В приведенном ниже примере собираются все типы стен из текущего документа Revit вместе с значениями ширины (в единицах проекта). +___ +## Файл примера + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..1b5c9f8ac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## Подробности +`OverrideGraphicSettings.ByProperties` создает набор переопределений графики видимости для использования в видах или шаблонах видов. + +В приведенном ниже примере выполняется сбор всех шаблонов видов в плане этажа из текущего документа Revit. Затем к видам применяется набор переопределений для скрытия осевых линий воздуховода. +___ +## Файл примера + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..588c45b71 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## Подробности +`Transaction.End` завершает текущую транзакцию Dynamo и возвращает указанный элемент. Транзакции в Revit представляют собой изменения, внесенные в документ Revit. Когда происходит изменение, активируется кнопка «Отменить». С помощью узла `Transaction.End` пользователи могут добавлять шаги в график Dynamo, создавая действие отмены для каждого шага, в котором используется `Transaction.End`. + +В приведенном ниже примере в документе Revit размещается экземпляр семейства. Для завершения размещения вызывается узел `Transaction.End` до поворота экземпляра семейства с помощью узла `FamilyInstance.SetRotation`. + +___ +## Файл примера + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..a6aeb5e56 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/ru-RU/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## Подробности + +`Toposolid.ByOutlinePointsTypeAndLevel` создает элемент топотела в текущем документе Revit на основе заданных входных данных. + +В приведенном ниже примере выбирается существующее перекрытие (с измененными точками) для преобразования в топотело. Извлекаются точки формы, контур и уровень перекрытия для использования при создании топотела. Наконец, создается топотело для замены перекрытия, а элемент перекрытия удаляется. + +___ +## Файл примера + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..8c21b29bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## 详细 +“Fill Pattern Targets”提供对 Revit 中可用的填充图案目标选项的访问。这包括: +- 绘图 +- 模型 +- 无 + +在下面的示例中,将为当前 Revit 文档返回“”绘图填充图案。 +___ +## 示例文件 + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..c2e8fc78f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## 详细 +“Fill Patterns”允许从当前 Revit 文档的所有可用填充图案中选择填充图案。 + +在下面的示例中,将为当前 Revit 文档返回“”绘图填充图案。 +___ +## 示例文件 + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..58e364f56 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## 详细 +“Select Horizontal Text Alignment”允许为文本图元选择以下对齐选项: +- 居中 +- 左 +- 右 + +在下面的示例中,将使用居中文本对齐选项创建一个新的文本注释。 +___ +## 示例文件 + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..0b4f9831f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## 详细 +“Line Patterns”允许从当前 Revit 文档的所有可用线型图案中选择线型图案。 + +在下面的示例中,将为当前 Revit 文档返回“居中”线型图案图元。 +___ +## 示例文件 + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..12ec69fb8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## 详细 +“Select Vertical Text Alignment”允许为文本图元选择以下对齐选项: +- 底部 +- 中间 +- 顶部 + +在下面的示例中,将使用中间文本对齐选项创建一个新的文本注释。 +___ +## 示例文件 + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..e04a5890b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## 详细 +“View Duplicate Options”提供对 Revit 中可用的所有复制选项的访问。 + +它们包括: +- 作为从属 +- 带详图设计 +- 作为复制 + +在下面的示例中,复制了局部视图“North Wall Window Detail”并带有详图设计且前缀为“-Revision 1”。 +___ +## 示例文件 + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..f76fa8ffd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## 详细 +“Document.FilePath”返回给定 Revit 文档的文件路径(如果可用)。如果未保存文件,则返回一个空白字符串。如果给定文档是本地文件(绑定到中心文件),则提供本地文件路径。 + +在下面的示例中,为当前 Revit 文档提供了文件位置。 +___ +## 示例文件 + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..073caec4a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## 详细 +“Document.GetLinkInstances”返回当前 Revit 文档中放置的所有链接实例的列表。链接实例用于从链接文件中检索图元。 + +在下面的示例中,将针对活动的 Revit 文档返回所有 Revit 链接实例。此外,链接的名称以“Element.Name”返回。 +___ +## 示例文件 + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..ee9db36cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## 详细 +“Document.IsCloudPath”返回一个布尔值,该值指示给定的 Revit 文档是否托管在云位置。对于非工作共享文件,将返回空值。 + +在下面的示例中,所有 Revit 链接实例都收集自当前 Revit 文档。然后,检查链接实例文档是否为云路径。 +___ +## 示例文件 + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..d7a95705f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## 详细 +“Document.Location”返回给定 Revit 文档的纬度和经度位置。 + +在下面的示例中,为当前 Revit 文档提供了项目位置。 +___ +## 示例文件 + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..fb53a1f03 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## 详细 +“Document.WorksharingPath”返回给定文档的工作共享路径。对于非工作共享文件,将返回空值。 + +在下面的示例中,所有 Revit 链接实例都收集自当前 Revit 文档。然后,检查链接实例文档以获取其工作共享路径。 +___ +## 示例文件 + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..6587c62d0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## 详细 +“CeilingType.ByName”从当前 Revit 文档中检索与给定名称匹配的天花板类型图元(如果可用)。 + +在下面的示例中,从当前 Revit 文档返回天花板类型“常规”。 + +___ +## 示例文件 + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..d6afdabc6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## 详细 +“CeilingType.GetThermalProperties”返回给定天花板类型的热属性。 + +在下面的示例中,将返回天花板类型“常规”,并使用“CeilingType.GetThermalProperties”检索热属性。 + +___ +## 示例文件 + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..6e2a0de55 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## 详细 +“CeilingType.Name”返回给定天花板类型的名称。 + +在下面的示例中,所有天花板类型都收集自当前 Revit 文档。使用“CeilingType.Name”返回天花板类型的名称。 + +___ +## 示例文件 + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..f4cb49cde --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## 详细 +“Coordinates.BasePoint”返回项目基点作为点几何图形。项目基点是在 Revit 中设置的,并且可能因项目而异。有关 Revit 中项目基点的详细信息,请访问此 [帮助文章](https://help.autodesk.com/view/RVT/2025/CHS/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65)。 + +在下面的示例中,将返回项目基点。 + +___ +## 示例文件 + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..7cfcdb749 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## 详细 +“Coordinates.ProjectRotation”返回项目旋转(以度为单位)。项目旋转是用户可修改的值,可能会有很大差异。有关 Revit 中项目旋转的详细信息,请访问此 [帮助文章](https://help.autodesk.com/view/RVT/2025/CHS/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C)。 + +在下面的示例中,将返回项目旋转值。 + +___ +## 示例文件 + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..d1ce4df05 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## 详细 +“Coordinates.SurveyPoint”将项目测量点作为点几何图形返回。测量点是在 Revit 中设置的,并且可能因项目而异。有关 Revit 中测量点的详细信息,请访问此 [帮助文章](https://help.autodesk.com/view/RVT/2025/CHS/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F)。 + +在下面的示例中,将返回测量点。 + +___ +## 示例文件 + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..e97af59bb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## 详细 +“DirectShape.ByGeometry”使用给定几何图形在 Revit 中创建 DirectShape 图元。(可选)也可以在创建时指定材质和名称。 + +在下面的示例中,在 Revit 样例模型中的屋顶护顶上创建了一个细分的圆顶结构。 +___ +## 示例文件 + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..6387307be --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## 详细 +“Element.GetJoinedElements”返回已连接到输入图元的所有图元。 + +在下面的示例中,在当前 Revit 文档中选择一个楼板。将返回连接到选定楼层的所有图元。 +___ +## 示例文件 + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..de0e0a313 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## 详细 +“Element.UnjoinAllGeometry”取消连接图元(已连接到给定图元)的所有几何图形。 + +在下面的示例中,从当前 Revit 文档中选择一个楼板,并取消连接所有连接的几何图形。 +___ +## 示例文件 + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..48c067c0e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## 详细 +“Element.UnjoinGeometry”取消连接两个给定图元的几何图形。 + +在下面的示例中,在当前 Revit 文档中选择一个楼板。连接的图元将被收集,然后从输入楼板中取消连接。 +___ +## 示例文件 + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..7fd167069 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## 详细 +“ElementType.CanBeCopied”返回一个 true/false 值,指示是否可以复制给定的图元类型。 + +在下面的示例中,所有墙类型都收集自当前 Revit 文档,并验证它们是否能够复制。 +___ +## 示例文件 + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 865b9133b..f394a0862 100644 --- a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## 详细 -“ElementType.CanBeDeleted”确定是否可以从 Revit 文件中删除图元类型。 +“ElementType.CanBeDeleted”返回表示是否可以删除给定图元的 true/false 值。 -在下面的示例中,所有平面视图都收集自当前 Revit 文件。然后,平面视图将分为两个列表,分别为“可以删除”和“无法删除”。 +在下面的示例中,所有墙类型都收集自当前 Revit 文档并验证它们是否可以删除。 ___ ## 示例文件 diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..c17a45cf2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## 详细 +“ElementType.Duplicate”尝试复制具有给定名称的给定图元类型。如果已采用该名称,则会在节点上显示错误。 + +在下面的示例中,墙类型“常规 - 4”检索自当前 Revit 文档。然后,将复制该墙类型,并将其命名为“典型 - 4”。 +___ +## 示例文件 + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..721c314c1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## 详细 +“ElementType.FamilyName”返回给定图元的所属族的名称。 + +在下面的示例中,所有墙都收集自当前 Revit 文档。然后,将返回每面墙的墙类型,并返回族名称。 +___ +## 示例文件 + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..56ffd8a08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## 详细 +“ElementType.Name”返回给定单元类型的名称。图元类型名称对于使用“ElementType.ByName”查找图元类型非常有用。 + +在下面的示例中,所有墙类型都收集自当前 Revit 文档。墙类型的名称通过“ElementType.Name”返回。 +___ +## 示例文件 + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..85fd155df --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## 详细 +“FamilyInstance.ByCoordinates”将给定 FamilyType 的实例放置于当前 Revit 文档中的给定坐标处。 + +在下面的示例中,RPC 族放置在给定坐标处。 + +___ +## 示例文件 + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..97702eac9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## 详细 +“FamilyInstance.ByFamilyType”从当前 Revit 文档返回给定族类型的实例。 + +在下面的示例中,将返回选定族类型的所有实例。 + +___ +## 示例文件 + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..a55af1b74 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## 详细 +“FamilyInstance.Space”返回给定图元所在的空间(如果可用)。如果未找到空间,则返回空值。 + +在下面的示例中,所有终端图元都收集自当前 Revit 文档。然后,返回空间位置时返回“FamilyInstance.Space”。 +___ +## 示例文件 + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..e6b29f9a5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## 详细 +“FillPatternElement.GetByName”返回具有给定名称和目标的填充图案图元(如果在当前 Revit 文档中可用)。 + +在下面的示例中,返回“”填充图案。 +___ +## 示例文件 + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..d8fc101f0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## 详细 +“FilledRegionType.ByName”返回与给定名称匹配的填充区域类型(如果在当前 Revit 文档中可用)。如果找不到填充区域类型,则返回空值。 + +在下面的示例中,返回填充区域类型“纯灰色”。 +___ +## 示例文件 + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..74ecd4203 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## 详细 +“FilledRegionType.Name”返回给定填充区域类型的名称。 + +在下面的示例中,所有填充区域类型都收集自当前 Revit 文档并返回其名称。 +___ +## 示例文件 + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..e1ce3cd9e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## 详细 +“Floor.Points”获取给定楼板的形状编辑点(如果可用)。 + +在下面的示例中,选择了带有形状编辑点的楼板图元。“Floor.Points”用于返回点。 +___ +## 示例文件 + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..a55c502c5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## 详细 +“Level.ByElevation”在给定高程处创建一个标高。该名称反映了 Revit UI 中基于先前条目发生的情况。 + +在下面的示例中,在 3.5 英尺处创建一个标高(这取决于项目单位)。 +___ +## 示例文件 + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..d73eaeb60 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## 详细 +“Level.ByElevationAndName”使用给定名称在给定高程处创建一个标高。如果该名称已被采用,则该节点将提供错误。 + +在下面的示例中,在 3.5 英尺处创建一个名为“Raised Subfloor”的标高(这取决于项目单位)。 +___ +## 示例文件 + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..4aad53b33 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## 详细 +“Level.ByLevelAndOffset”创建一个标高图元,从给定标高偏移给定距离。新标高的名称反映了 Revit UI 中发生的情况,即根据以前的条目对标高进行命名。 + +在下面的示例中,将在当前 Revit 文档中的最高标高上方 10' 处创建一个新标高。 +___ +## 示例文件 + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..d61eabf4b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## 详细 +“Level.ByLevelOffsetAndName”创建一个标高图元,从给定标高偏移给定距离,并提供名称。 + +在下面的示例中,将在当前 Revit 文档中最高标高上方 10' 的位置创建一个名为“T.O. Parapet”的新标高。 +___ +## 示例文件 + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..0c1428f05 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## 详细 +“Level.Elevation”返回给定标高的高程(以项目单位表示)。“Level.Elevation”报告从地面标高开始的值。如果项目的高程不同,则可以使用“Level.ProjectElevation”返回。 + +在下面的示例中,所有标高都收集在当前 Revit 文档中。将返回标高的高程值。此外,标高使用“List.SortByKey”按高度排序。 +___ +## 示例文件 + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..1d975819b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## 详细 +“Level.Name”返回给定标高的名称。“Level.Name”与“Element.Name”的不同之处在于通过查找参数值从标高获取名称。 + +在下面的示例中,将为当前 Revit 文档收集所有标高并返回它们的名称。 +___ +## 示例文件 + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..2c5906540 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## 详细 +“Level.ProjectElevation”返回给定标高的高程(以项目单位表示)。“Level.ProjectElevation”报告项目原点的值。如果需要从地面标高的高程,则可以使用“Level.Elevation”获取此值。 + +在下面的示例中,所有标高都收集在当前 Revit 文档中。将返回标高的项目高程值。此外,标高使用“List.SortByKey”按高度排序。 +___ +## 示例文件 + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..660eaff34 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## 详细 +“LinePatternElement.GetByName”返回具有给定名称的线型图案图元(如果在当前 Revit 文档中可用)。 + +在下面的示例中,将为当前 Revit 文档返回“居中”线型图案图元。 +___ +## 示例文件 + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..53f4d991d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## 详细 +“LinkElement.BoundingBox”返回给定链接图元的边界框。 + +在下面的示例中,从“Snowdon Towers Sample Site”的实例返回地形实体图元。然后,使用“LinkElement.BoundingBox”返回地形实体的边界框。 + +___ +## 示例文件 + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..c797b3655 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## 详细 +“LinkElement.GetGeometry”返回给定链接图元在可选细节级别的几何图形。 + +在下面的示例中,将返回“Snowdon Towers Sample Site”链接中所有墙图元的几何图形。 + +___ +## 示例文件 + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..af01656b1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## 详细 +“LinkElement.GetLocation”返回表示给定链接图元(如果可用)位置的几何图形。 + +在下面的示例中,以曲线形式返回“Snowdon Towers Sample Site”中所有墙的位置。 +___ +## 示例文件 + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..eb57ce841 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## 详细 +“LinkInstance.AllElementsOfCategory”从给定链接实例返回给定类别的所有图元。 + +在下面的示例中,所有地形实体图元均从“Snowdon Towers Sample Site”链接实例返回。 +___ +## 示例文件 + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..5e7bd7e2e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## 详细 +“LinkInstance.AllElementsOfCategoryInView”从当前 Revit 文档返回给定视图中给定类别的所有图元。 + +在下面的示例中,将返回“Snowdon Towers Sample Site”中在楼层平面“L1”中可见的所有地形实体。 +___ +## 示例文件 + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..233c1773f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## 详细 +“LinkInstance.AllElementsOfClass”从给定 Revit 链接实例中收集给定类的所有图元。 + +在下面的示例中,所有地形实体图元均从“Snowdon Towers Sample Site”的实例返回。 +___ +## 示例文件 + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..8c197c3cb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## 详细 +“LinkInstance.ByName”检索其名称参数与给定名称匹配的链接实例。注意: 链接实例名称与“RevitLinkType”的名称略有不同,请参见以下示例以了解详细信息。 + +在下面的示例中,按名称选择了“Snowdon Towers Sample Site”的实例。 +___ +## 示例文件 + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..04334bd2c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## 详细 +“LinkInstance.Document”返回给定链接实例的文档。此文档可用于从链接中收集元素,并查询文档以获取其他信息。 + +在下面的示例中,“Snowdown Towers Sample Site”链接实例在建筑样例模型中返回。然后返回链接实例的文档。 +___ +## 示例文件 + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..ca794de8a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## 详细 +“LinkInstance.ElementById”按给定 ID 从给定链接实例中检索图元。 + +在下面的示例中,项目信息元素从“Snowdon Towers Sample Site”的实例返回。 +___ +## 示例文件 + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..4bb6d983c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## 详细 +“Material.AppearanceParameters”返回给定材质的所有外观参数。 + +在下面的示例中,将返回材质“铝”的外观参数。 +___ +## 示例文件 + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..2ad0d3994 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## 详细 +“Material.MaterialCategory”返回给定材质的分类类别。 + +在下面的示例中,“铝”材质收集自当前 Revit 文档。类别“金属”通过“Material.MaterialCategory”报告。 +___ +## 示例文件 + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..defffb5a6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## 详细 +“Material.StructuralParameters”返回给定材质的所有结构参数。 + +在下面的示例中,将返回材质“铝”的结构参数。 +___ +## 示例文件 + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..63ab3ab78 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## 详细 +“Material.ThermalParameters”返回给定材质的所有热参数。 + +在下面的示例中,将返回材质铝的热参数。 +___ +## 示例文件 + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..b613fe319 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## 详细 +“PathOfTravel.ByFloorPlanPoints”在当前 Revit 文档和给定楼层平面视图中给定起点和终点之间创建行进路径图元。注意: 如果无法构造行进路径图元,将返回空值。 + +在下面的示例中,所有房间都收集自平面视图“L1”。然后在房间和选定的外门之间构建行进路径。 +___ +## 示例文件 + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..f0fc52567 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## 详细 +“ReferencePoint.ByCoordinates”在活动的 Revit 族文档中的给定坐标处创建一个参照点图元。注意: 族文档必须是自适应构件或体量族。 + +在下面的示例中,将在坐标 0,0,1 处创建一个新的参照点。 +___ +## 示例文件 + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..bae0b3fac --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## 详细 +“ReferencePoint.ByParametersOnFaceReference”在活动的 Revit 族文档中选定表面上的给定参数处创建参照点图元。 + +注意: 族文档必须是自适应构件或体量族。 + +在下面的示例中,在族文档中选定表面的中心处创建参照点。 + +___ +## 示例文件 + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..5c701ba2f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## 详细 +“ReferencePoint.ByPoint”在活动 Revit 族文档中的给定点位置处创建参照点图元。注意: 族文档必须是自适应构件或体量族。此节点与“ReferencePoint.ByCoordinates”不同,因为它将 Dynamo 点用于位置。这非常有用,因为最终用户可以使用直接操作来编辑 Dynamo 点,从而导致参照点也会更新。有关直接操作的详细信息,请访问此 [链接](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation)。 + +在下面的示例中,将在坐标 0,0,1 处创建一个新的参照点。 +___ +## 示例文件 + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..4c75fa2aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## 详细 +“ReferencePoint.Point”返回给定参照点的点几何图形。 + +在下面的示例中,在族文档中选定表面的中心处创建参照点。然后,使用“ReferencePoint.Point”返回参照点的点几何图形。此外,还提供了两种对象类型以供查看。 + +___ +## 示例文件 + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..934c0a880 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## 详细 +“ReferencePoint.X”返回给定参照点的 X 坐标。 + +在下面的示例中,在族文档中选定表面的中心处创建参照点。然后,使用“ReferencePoint.X”返回参照点的 X 坐标。 + +___ +## 示例文件 + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..0cbf119d8 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## 详细 +“ReferencePoint.XYPlane”返回给定参照点的 X,Y 方向上的平面。 + +在下面的示例中,在族文档中选定表面的中心处创建参照点。然后,使用“ReferencePoint.XYPlane”返回 X,Y 方向上的平面。 + + +___ +## 示例文件 + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..69731e8b7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## 详细 +“ReferencePoint.XZPlane”返回给定参照点的 X,Z 方向上的平面。 + +在下面的示例中,在族文档中选定表面的中心处创建参照点。然后,使用“ReferencePoint.XZPlane”返回 X,Z 方向上的平面。 + + +___ +## 示例文件 + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..480180583 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## 详细 +“ReferencePoint.Y”返回给定参照点的 Y 坐标。 + +在下面的示例中,在族文档中选定表面的中心处创建参照点。然后,使用“ReferencePoint.Y”返回参照点的 Y 坐标。 + +___ +## 示例文件 + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..158b7fddf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## 详细 +“ReferencePoint.YZPlane”在给定参照点的 Y,Z 方向上返回平面。 + +在下面的示例中,在族文档中选定表面的中心处创建参照点。然后,使用“ReferencePoint.YZPlane”返回 Y,Z 方向上的平面。 + + +___ +## 示例文件 + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..5befddbb9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## 详细 +“ReferencePoint.Z”返回给定参照点的 Z 坐标。 + +在下面的示例中,在族文档中选定表面的中心处创建参照点。然后,使用“ReferencePoint.Z”返回参照点的 Z 坐标。 + +___ +## 示例文件 + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..350897c73 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## 详细 +“RoofType.ByName”从当前 Revit 文档中检索与给定名称匹配的屋顶类型图元(如果可用)。 + +在下面的示例中,从当前 Revit 文档返回屋顶类型“常规 - 9”。 +___ +## 示例文件 + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..c195e9f5a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## 详细 +“RoofType.GetThermalProperties”返回给定屋顶类型的热属性。 + +在下面的示例中,将返回屋顶类型“常规 - 9”,并使用“RoofType.GetThermalProperties”检索热属性。 +___ +## 示例文件 + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..2272fd4b3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## 详细 +“RoofType.Name"返回给定屋顶类型的名称。 + +在下面的示例中,所有屋顶类型都收集自当前 Revit 文档。使用“RoofType.Name”返回屋顶类型名称。 +___ +## 示例文件 + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..200cf2426 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## 详细 +“Room.IsInsideRoom”返回一个布尔值,该值指示是否在给定房间中找到给定点。 + +在下面的示例中,将收集当前 Revit 文档中的所有家具以及所有房间。然后,家具的位置点传递到“Room.IsInsideRoom”中,以检查给定点出现在哪个房间中(如果可用)。最后,过滤家具中具有房间位置的图元,并将这些值组合到列表中。 +___ +## 示例文件 + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..c291f7620 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## 详细 +“Space.Area”返回给定空间的面积。如果在 Revit 中取消放置空间,则返回值 0。 + +在下面的示例中,将返回当前 Revit 文档中所有空间的面积。 +___ +## 示例文件 + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..19133e3bc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## 详细 +“Space.CenterBoundary”返回表示给定空间的中心线边界的嵌套列表。在返回的列表中,第一个子列表表示最外层的曲线,而后续列表表示空间内的循环。中心边界位于 Revit 空间中横跨所有图层的墙中心线上。有关墙定位线的详细信息,请参见此帮助 [文章](https://help.autodesk.com/view/RVT/2024/CHS/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 + +如果给定了未定界或未放置的空间,则返回空值。 + +在下面的示例中,所有空间都收集自当前文档和所选视图。然后返回中心边界。 +___ +## 示例文件 + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..cf7407583 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## 详细 +“Space.CoreBoundary”返回表示给定空间的核心边界的嵌套列表。在返回的列表中,第一个子列表表示最外层的曲线,而后续列表表示空间内的循环。核心边界位于最靠近房间的核心的内层或外层。有关墙定位线的详细信息,请参见此帮助 [文章](https://help.autodesk.com/view/RVT/2024/CHS/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 + +如果给定了未定界或未放置的空间,则返回空值。 + +在下面的示例中,所有空间都收集自当前文档和所选视图。然后返回核心边界。 + +___ +## 示例文件 + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..d28fa764f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## 详细 +“Space.CoreCenterBoundary”返回表示给定空间的核心中心边界的嵌套列表。在返回的列表中,第一个子列表表示最外层的曲线,而后续列表表示空间内的循环。核心中心边界位于定义为核心的墙的中心。有关墙定位线的详细信息,请参见此帮助 [文章](https://help.autodesk.com/view/RVT/2024/CHS/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 + +如果给定了未定界或未放置的空间,则返回空值。 + +在下面的示例中,所有空间都收集自当前文档和所选视图。然后返回核心中心边界。 + +___ +## 示例文件 + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..4c23e063f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## 详细 +“Space.FinishBoundary”返回表示给定空间的终点边界的嵌套列表。在返回的列表中,第一个子列表表示最外层的曲线,而后续列表表示空间内的循环。此节点返回的空间边界位于 Revit 空间内的面层面。有关墙定位线的详细信息,请参见此帮助 [文章](https://help.autodesk.com/view/RVT/2024/CHS/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 + +如果给定了未定界或未放置的空间,则返回空值。 + +在下面的示例中,所有空间都收集自当前文档和所选视图。然后返回终点边界。 + +___ +## 示例文件 + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..b17f14eed --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## 详细 +“Space.Height”返回给定空间的高度。如果在 Revit 中取消放置空间,则返回值 0。 + +在下面的示例中,将返回当前 Revit 文档中所有空间的高度。 +___ +## 示例文件 + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..87ffc02da --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## 详细 +“Space.IsPointInsideSpace”检查给定点是否位于给定空间内。在 Revit 中为图元指定标记值时,这会很有用。 + +在下面的示例中,将收集当前 Revit 文档中给定视图中的所有风口装置。然后使用“Space.IsPointInsideSpace”将其点位置与给定视图中的空间进行比较。使用列表管理,开发了子列表以过滤出出现在空间中的风口。有关使用 List@Level 的详细信息,请访问此 [文章](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level)。 +___ +## 示例文件 + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..0f08857e4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## 详细 +“Space.Location”返回一个表示给定空间位置的 Dynamo 点。 + +如果给定了未定界或未放置的空间,则返回空值。 + +在下面的示例中,所有空间都收集自当前文档和所选视图。然后返回空间的位置。此外,空间名称将在 Dynamo 视口中使用“Label.ByPointAndString”节点进行预览。 + +___ +## 示例文件 + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..23208822d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## 详细 +“Space.Name”返回给定空间元素的名称。 + +在下面的示例中,所有空间都收集自选定视图的当前文档。然后返回空间的名称。 +___ +## 示例文件 + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..d76a9df3a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## 详细 +“Space.Number”以字符串形式返回给定空间元素的编号。 + +在下面的示例中,所有空间都收集自选定视图的当前文档。然后返回空间的编号。 +___ +## 示例文件 + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..7fb164f3f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## 详细 +“Space.SetName”修改给定空间图元的名称。 + +在下面的示例中,所有空间都收集自选定视图的当前文档。然后,使用前缀“(E)”修改空间的名称以指示现有条件。 + +___ +## 示例文件 + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..c81a737fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## 详细 +“Space.SetNumber”修改给定空间图元的编号。 + +在下面的示例中,所有空间都收集自选定视图的当前文档。然后,使用后缀“e”修改空间的编号以指示现有条件。在 Revit 中进行空间重新编号时,此类型的工作流非常有用。 +___ +## 示例文件 + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..b81064269 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## 详细 +“Space.Volume”返回给定空间的体积。如果在 Revit 中取消放置空间,则返回值 0。 + +在下面的示例中,将返回当前 Revit 文档中所有空间的体积。 +___ +## 示例文件 + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..438fff4ce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## 详细 +“Tag.ByElement”使用给定条件为给定图元放置标记。 + +在下面的示例中,所有墙都收集自给定视图。然后,使用默认墙标记类型和对齐/引线标准标记墙。 +___ +## 示例文件 + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index a1b934534..f48818110 100644 --- a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## 详细 -“Tag.GetLeaderEndCondition”返回给定标记引线结束条件。 - -可能的结束条件包括: -- 附着 -- 自由 - -在下面的示例中,将从“North Wall Window Detail”详图视图收集所有注释记号标记。然后返回标记的引线结束条件。 +“Tag.GetLeaderEndCondition”返回给定标记图元的引线结束条件。 +在下面的示例中,所有墙都收集自给定视图。接下来,使用默认墙标记类型和对齐/引线标准标记墙。然后,使用“Tag.GetLeaderEndCondition”返回结束条件。 ___ ## 示例文件 diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..3152ac499 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## 详细 +“Tag.SetLeaderEndCondition”将给定标记元素的引线端点设置为附着或自由。 + +在下面的示例中,所有墙都收集自给定视图。接下来,使用默认墙标记类型和对齐/引线标准标记墙。然后,使用“Tag.SetLeaderEndCondition”设置结束条件。 +___ +## 示例文件 + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..7bb7357b3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## 详细 +“TextNote.SetHorizontalAlignment”设置给定文字注释的水平对齐方式。 + +注意: 此节点的返回类型为 void,这意味着节点对图元提交操作并返回 null。 + +在下面的示例中,选择了一张详细信息表。然后,将收集局部视图中的所有文字注释,并将其水平对齐方式设置为居中。 +___ +## 示例文件 + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..f0cbebc3e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## 详细 +“TextNote.SetKeepRotatedTextReadable”将给定文字注释的“Keep Readable”实例参数设置为给定的布尔值。 + +注意: 此节点的返回类型为 void,这意味着节点对图元提交操作并返回 null。 + +在下面的示例中,选择了一张详细信息表。然后,将收集详细信息视图中的所有文字注释,并将其“Keep Readable”参数设置为 true。 +___ +## 示例文件 + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNoteType.Default.md index 1f46cc033..deb00930b 100644 --- a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## 详细 -“TextNoteType.Default”提供对当前 Revit 文档中默认文字注释类型的访问。此文字注释类型与在 Revit 用户界面中创建文字时使用的类型相同。 - -在下面的示例中,将创建一个新的绘图视图,并在当前 Revit 文档的原点处创建一个新的文字注释。 +“TextNoteType.Default”返回当前 Revit 文档中默认文字注释类型。这与用户在 Revit 用户界面中创建文字注释时使用的默认文字类型匹配。 +在下面的示例中,将为 Snowdon Towers Sample 模型返回默认文字注释类型“1/4" Trebuchet MS”。 ___ ## 示例文件 diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..366bb354f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## 详细 +“Toposolid.ByOutlinePointsTypeAndLevel”在给定输入的情况下在当前 Revit 文档中创建地形实体图元。 + +在下面的示例中,选择一个要转换为地形实体的现有楼层(具有已修改的点)。将提取地板的形状点、轮廓和标高,以用于地形实体创建。最后,创建地形实体以替换楼板,并删除楼板图元。 +___ +## 示例文件 + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..52f7c2949 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## 详细 +“Toposolid.Points”返回给定地形实体的形状编辑点(如果可用)。 + +在下面的示例中,所有点都是从选定 Revit 链接上找到的第一个地形实体返回的。 +___ +## 示例文件 + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..6468ae3c1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## 详细 +“CeilingPlanView.ByLevel”基于给定标高创建一个新的天花板平面视图。 + +在下面的示例中,为“L1 - Block 35”创建新的天花板平面视图。 +___ +## 示例文件 + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..1838b3fb2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## 详细 +“FloorPlanView.ByLevel”从给定标高创建一个新的楼层平面视图。 + +在下面的示例中,将为“L1 - Block 35”创建一个新的楼层平面视图。 +___ +## 示例文件 + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..d62a618e9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## 详细 +“View.CanViewBeDuplicated”提供 true 或 false 值,指示是否可以使用给定选项复制给定视图。 + +在下面的示例中,所有绘图视图都收集自当前 Revit 文档。然后,使用“带详图设计”选项检查绘图视图是否有能力进行复制。 +___ +## 示例文件 + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..cfe017bc4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## 详细 +“View.DuplicateView”尝试使用给定的复制选项复制给定视图。如果视图不能复制,则返回空值。 + +在下面的示例中,所有绘图视图都收集自当前 Revit 文档。然后,将复制带有前缀 (N) 的“带详图设计”的绘图视图。 +___ +## 示例文件 + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..ec2ac41c2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## 详细 +“View.ExportAsImage”将给定视图作为图像导出到给定路径。 + +在下面的示例中,选择当前文档中的默认三维视图进行导出。该路径是通过从当前用户的计算机中提取“图片”文件夹与视图名称组合而成的。 + +___ +## 示例文件 + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..8b34ef468 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## 详细 +“View.HideCategoriesTemporary”启用给定视图的临时隐藏/隔离。提供的类别将隐藏,直到重置临时隐藏/隔离。 + +在下面的示例中,对于“L1”平面视图,“门”和“家具”类别处于隐藏状态。 +___ +## 示例文件 + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..a71d486c0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## 详细 +“View.HideElementsTemporary”为给定视图启用临时隐藏/隔离视图模式。给定的图元将一直隐藏,直到重置临时隐藏/隔离视图模式。 + +在下面的示例中,收集了视图“L1”的所有墙,并将其拆分为两个列表,分别为防火等级和无等级。使用“View.HideElementsTemporary”暂时隐藏无等级的墙。 +___ +## 示例文件 + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..97463b904 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## 详细 +“View.IsolateCategoriesTemporary”为给定视图启用临时隐藏/隔离。提供的类别将被隔离,直到重置临时隐藏/隔离。 + +在下面的示例中,“L1”平面视图的“门”和“家具”类别是独立的。 +___ +## 示例文件 + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..31bf8bb64 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## 详细 +“View.IsolateElementsTemporary”为给定视图启用临时隐藏/隔离视图模式。给定的图元将保持隔离,直到重置临时隐藏/隔离视图模式为止。 + +在下面的示例中,收集了视图“L1”的所有墙,并将其拆分为两个列表,分别为防火等级和无等级。使用 'View.HideElementsTemporary' 临时隔离无等级的墙。 +___ +## 示例文件 + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..94e5236d3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## 详细 +“View.SetCategoryOverrides”修改给定视图的给定类别的可见性图形。 + +在下面的示例中,所有楼层平面视图模板都收集自当前 Revit 文档。然后,一组用于隐藏导管中心线的替代将应用到视图。 +___ +## 示例文件 + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..7b322e717 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## 详细 +“View.SetCropBoxActive”将给定视图的裁剪框切换为活动或非活动状态,具体取决于布尔输入。 + +在下面的示例中,将收集给定图纸的所有视图,并且其裁剪框设置为活动状态。 +___ +## 示例文件 + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..6529eff42 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## 详细 +“View.SetCropBoxVisible”根据输入布尔值切换给定视图的裁剪框可见性。 + +在下面的示例中,对于当前 Revit 文档中所有图纸上的所有视图,裁剪框设置为隐藏。 +___ +## 示例文件 + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..7fe4da0c5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## 详细 +“View.SetScale”将给定视图设置为给定比例因子。有关更改视图比例因子的详细信息,请访问此 [文章](https://help.autodesk.com/view/RVTLT/2024/CHS/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7)。 + +在下面的示例中,所有绘图视图都收集自当前 Revit 文档。然后,使用“View.SetScale”将视图比例设置为 1/4“ = 1'-0” (比例因子为 48)。 +___ +## 示例文件 + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..d054fe070 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## 详细 +"Wall.ByCurveAndHeight"在给定线位置创建给定类型的墙,主体为给定标高。 + +在下面的示例中,在标高 R3 处高度为 10' 且长度为 10' 处创建了一个“外部 - CMU on Mtl. Stud”墙实例。 +___ +## 示例文件 + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..b752692a2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## 详细 +“Wall.ByFace”在给定体量面上创建墙。还必须提供墙的定位线和类型。 + +在下面的示例中,在当前 Revit 文档中的选定现有曲面上创建面墙。 +___ +## 示例文件 + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..eb37c86a1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## 详细 +"WallType.ByName"选择具有给定名称的墙类型(如果可用)。如果未按给定名称找到任何墙类型,则返回空值。 + +在下面的示例中,“外部 - CMU on Mtl. Stud”墙类型选自当前 Revit 文档。 +___ +## 示例文件 + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..99755971a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## 详细 +“WallType.Function”返回给定墙类型的函数。有关墙功能的详细信息,请访问此 [文章](https://help.autodesk.com/view/RVT/2025/CHS/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33)。 + +在下面的示例中,所有墙类型以及功能都收集自当前 Revit 文档。 +___ +## 示例文件 + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..fb6beb976 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## 详细 +“WallType.GetThermalProperties”返回给定墙类型的热属性。有关墙热属性的详细信息,请访问此 [文章](https://help.autodesk.com/view/RVT/2024/CHS/?guid=GUID-3C378374-D360-4207-A558-3500922A452E)。 + +在下面的示例中,“外部 - CMU on Mtl. Stud”墙类型选自当前 Revit 文档。热属性通过“WallType.GetThermalProperties”报告。 +___ +## 示例文件 + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..dff29e268 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## 详细 +“WallType.Name”以字符串形式返回给定墙类型的名称。 + +在下面的示例中,所有墙类型以及名称都是从当前 Revit 文档中收集的,还包括名称。 +___ +## 示例文件 + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..a894dfc7b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## 详细 +“WallType.Width”以数字形式返回给定墙类型的宽度。 + +在下面的示例中,所有墙类型以及宽度(以项目单位表示)都收集自当前 Revit 文档。 +___ +## 示例文件 + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..0b3abb92d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## 详细 +“OverrideGraphicSettings.ByProperties”创建一组可见性图形替代,以在视图或视图模板中使用。 + +在下面的示例中,所有楼层平面视图模板都收集自当前 Revit 文档。然后,一组用于隐藏导管中心线的替代将应用到视图。 +___ +## 示例文件 + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..f13427be0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## 详细 +“Transaction.End”完成当前 Dynamo 事务并返回指定的图元。在 Revit 中,事务表示对 Revit 文档所做的更改。发生更改时,可以通过启用的撤消按钮看到更改。使用“Transaction.End”,用户可以向 Dynamo 图形添加步骤,从而为使用“Transaction.End”的每个步骤创建撤消操作。 + +在下面的示例中,将族实例放置在 Revit 文档中。在使用“FamilyInstance.SetRotation”旋转族实例之前,会调用“Transaction.End”以完成放置。 + +___ +## 示例文件 + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..0340ecf63 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-CN/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## 详细 + +“Toposolid.ByOutlinePointsTypeAndLevel”在给定输入的情况下在当前 Revit 文档中创建地形实体图元。 + +在下面的示例中,选择一个要转换为地形实体的现有楼层(具有已修改的点)。将提取楼板的形状点、轮廓和标高,以用于地形实体创建。最后,创建地形实体以替换楼板,并删除楼板图元。 + +___ +## 示例文件 + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.ElementsAtLevel.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.ElementsAtLevel.md index 0aefd9a5d..d09cb70b8 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.ElementsAtLevel.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.ElementsAtLevel.md @@ -5,7 +5,7 @@ - 連接到該樓層的牆 - 以該樓層為主體的屋頂 -以下範例傳回 L1 - Block 35 的所有元素。 +在以下範例中,傳回 L1 - Block 35 的所有元素。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.FillPatternTargets.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.FillPatternTargets.md new file mode 100644 index 000000000..f74fe2456 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.FillPatternTargets.md @@ -0,0 +1,11 @@ +## 深入資訊 +`Fill Pattern Targets` 可讓您存取 Revit 中提供的填滿樣式目標選項。這包括: +- 製圖 +- 模型 +- 無 + +在以下範例中,傳回目前 Revit 文件中的「<單色填滿>」製圖填滿樣式。 +___ +## 範例檔案 + +![Fill Pattern Targets](./DSRevitNodesUI.FillPatternTargets_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.FillPatterns.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.FillPatterns.md new file mode 100644 index 000000000..26926b424 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.FillPatterns.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Fill Patterns` 可讓您從目前 Revit 文件中所有可用的填充樣式選取一個填充樣式。 + +在以下範例中,傳回目前 Revit 文件中的「<單色填滿>」製圖填滿樣式。 +___ +## 範例檔案 + +![Fill Patterns](./DSRevitNodesUI.FillPatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md new file mode 100644 index 000000000..6e94ea1b0 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.HorizontalAlignment.md @@ -0,0 +1,11 @@ +## 深入資訊 +`Select Horizontal Text Alignment` 可讓您為文字元素選取下列對齊選項: +- 中心 +- 左 +- 右 + +以下範例使用「中心」文字對齊選項建立新的文字註釋。 +___ +## 範例檔案 + +![Select Horizontal Text Alignment](./DSRevitNodesUI.HorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.LinePatterns.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.LinePatterns.md new file mode 100644 index 000000000..88635cb3c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.LinePatterns.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Line Patterns` 可讓您從目前 Revit 文件中所有可用的線條樣式選取一個線條樣式。 + +在以下範例中,傳回目前 Revit 文件中的「中心」線條樣式元素。 +___ +## 範例檔案 + +![Line Patterns](./DSRevitNodesUI.LinePatterns_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.RoomsByStatus.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.RoomsByStatus.md index ecee83357..bf52a5a65 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.RoomsByStatus.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.RoomsByStatus.md @@ -4,7 +4,7 @@ 狀態包括下列狀況的房間: - 正確放置和設定邊界 - 未放置 (先前從視圖中刪除,但未從模型中刪除) -- 非封閉 (沒有邊界且沒有計算面積的房間) +- 非封閉 (未設邊界且沒有計算面積的房間) - 多餘房間 (與其他房間共用某個封閉空間的房間) 在以下範例中,會查詢已放置房間的面積。 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.VerticalAlignment.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.VerticalAlignment.md new file mode 100644 index 000000000..a77c37507 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.VerticalAlignment.md @@ -0,0 +1,11 @@ +## 深入資訊 +`Select Vertical Text Alignment` 可讓您為文字元素選取下列對齊選項: +- 下 +- 中 +- 上 + +以下範例使用「中」文字對齊選項建立新的文字註釋。 +___ +## 範例檔案 + +![Select Vertical Text Alignment](./DSRevitNodesUI.VerticalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md new file mode 100644 index 000000000..1988a2d8d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/DSRevitNodesUI.ViewDuplicateOptions.md @@ -0,0 +1,13 @@ +## 深入資訊 +`View Duplicate Options` 可讓您存取 Revit 中提供的所有複製選項。 + +包括: +- 為從屬視圖 +- 與細節一起 +- 複製 + +以下範例與細節一起複製詳圖「North Wall Window Detail」並加上字首「-Revision 1」。 +___ +## 範例檔案 + +![View Duplicate Options](./DSRevitNodesUI.ViewDuplicateOptions_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSEdgeSelection.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSEdgeSelection.md index 300ace871..25a0d1b34 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSEdgeSelection.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSEdgeSelection.md @@ -2,7 +2,7 @@ `Select Edge` 會在 Revit 中顯示游標,可讓您選取一條邊。傳回的物件是表示所選邊的曲線或直線。此外,`Select Edge` 還會顯示所選邊的擁有元素 ID。 -以下範例傳回目前文件 (檔案) 中表示女兒牆頂部邊緣的一條直線。 +在以下範例中,傳回目前文件 (檔案) 中表示女兒牆頂部邊緣的一條直線。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSModelElementSelection.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSModelElementSelection.md index 2b597702c..27049f403 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSModelElementSelection.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSModelElementSelection.md @@ -1,7 +1,7 @@ ## 深入資訊 `Select Model Element` 可讓您在目前文件 (檔案) 中點選單一元素。按 Esc 將取消選取作業。 -在以下範例中,從目前視圖的所有元素中選出了 RPC 元素。 +以下範例在目前視圖中的所有元素選出了 RPC 元素。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSPointOnElementSelection.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSPointOnElementSelection.md index d0ceafa10..4d33fecde 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSPointOnElementSelection.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSPointOnElementSelection.md @@ -1,7 +1,7 @@ ## 深入資訊 `Select Point on Face` 可讓您在目前文件 (檔案) 中的 Revit 元素面上選取一點。傳回表示對應點選位置的點。 -以下範例傳回牆元素上的一點,並以 `Watch 3D` 節點檢視。 +在以下範例中,傳回牆元素上的一點,並以 `Watch 3D` 節點檢視。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSUvOnElementSelection.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSUvOnElementSelection.md index e4dd83377..0f01dbb7d 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSUvOnElementSelection.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Dynamo.Nodes.DSUvOnElementSelection.md @@ -1,7 +1,7 @@ ## 深入資訊 `Select UV on Face` 會傳回給定選取項目的 UV 位置。 -以下範例傳回在目前 Revit 文件中的牆上選取點的 UV 位置。 +在以下範例中,傳回在目前 Revit 文件中的牆上選取點的 UV 位置。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.FilePath.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.FilePath.md new file mode 100644 index 000000000..c96e7e191 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.FilePath.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Document.FilePath` 會傳回給定 Revit 文件的檔案路徑 (如果有)。如果檔案未儲存,則傳回空字串。如果給定的文件是本端檔案 (連結至中央檔案),則會提供本端檔案路徑。 + +以下範例提供目前 Revit 文件的檔案位置。 +___ +## 範例檔案 + +![Document.FilePath](./Revit.Application.Document.FilePath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.GetLinkInstances.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.GetLinkInstances.md new file mode 100644 index 000000000..258d4619c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.GetLinkInstances.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Document.GetLinkInstances` 會傳回目前 Revit 文件中放置之連結的所有實體清單。連結實體用於擷取連結檔案中的元素。 + +在以下範例中,傳回作用中 Revit 文件的所有 Revit 連結實體。此外,使用 `Element.Name` 傳回連結的名稱。 +___ +## 範例檔案 + +![Document.GetLinkInstances](./Revit.Application.Document.GetLinkInstances_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.IsCloudPath.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.IsCloudPath.md new file mode 100644 index 000000000..47761b1ca --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.IsCloudPath.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Document.IsCloudPath` 會傳回布林值,指出給定 Revit 文件是否託管在雲端位置。如果是非工作共用檔案,則會傳回空值。 + +以下範例收集目前 Revit 文件中的所有 Revit 連結實體,然後檢查連結實體的文件是否為雲端路徑。 +___ +## 範例檔案 + +![Document.IsCloudPath](./Revit.Application.Document.IsCloudPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.Location.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.Location.md new file mode 100644 index 000000000..f5202226d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.Location.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Document.Location` 會傳回給定 Revit 文件的緯度和經度位置。 + +以下範例提供目前 Revit 文件的專案位置。 +___ +## 範例檔案 + +![Document.Location](./Revit.Application.Document.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.WorksharingPath.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.WorksharingPath.md new file mode 100644 index 000000000..e448b466d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Document.WorksharingPath.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Document.WorksharingPath` 會傳回給定文件的協同合作路徑。如果是非工作共用檔案,則會傳回空值。 + +以下範例收集目前 Revit 文件中的所有 Revit 連結實體,然後檢查連結實體的文件找出其協同合作路徑。 +___ +## 範例檔案 + +![Document.WorksharingPath](./Revit.Application.Document.WorksharingPath_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Warning.GetFailingElements.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Warning.GetFailingElements.md index 0bb80d144..19a2e8026 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Warning.GetFailingElements.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Application.Warning.GetFailingElements.md @@ -1,7 +1,7 @@ ## 深入資訊 `Warning.GetFailingElements` 會傳回與所選警告相關的所有元素。如果目前文件中有多個警告實體,則會針對每個警告的每組元素傳回巢狀清單。 -以下範例會從警告傳回重疊牆。 +在以下範例中,傳回警告中的重疊牆。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.ByName.md new file mode 100644 index 000000000..1155994cc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.ByName.md @@ -0,0 +1,9 @@ +## 深入資訊 +`CeilingType.ByName` 會擷取目前 Revit 文件中符合給定名稱的天花板類型元素 (如果有)。 + +在以下範例中,傳回目前 Revit 文件中的天花板類型「Generic」。 + +___ +## 範例檔案 + +![CeilingType.ByName](./Revit.Elements.CeilingType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md new file mode 100644 index 000000000..d91ef2e84 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.GetThermalProperties.md @@ -0,0 +1,9 @@ +## 深入資訊 +`CeilingType.GetThermalProperties` 會傳回給定天花板類型的熱性質。 + +在以下範例中,傳回天花板類型「Generic」,並使用 `CeilingType.GetThermalProperties` 擷取熱性質。 + +___ +## 範例檔案 + +![CeilingType.GetThermalProperties](./Revit.Elements.CeilingType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.Name.md new file mode 100644 index 000000000..c76d2a19d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CeilingType.Name.md @@ -0,0 +1,9 @@ +## 深入資訊 +`CeilingType.Name` 會傳回給定天花板類型的名稱。 + +以下範例收集目前 Revit 文件中的所有天花板類型。使用 `CeilingType.Name` 傳回天花板類型的名稱。 + +___ +## 範例檔案 + +![CeilingType.Name](./Revit.Elements.CeilingType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.BasePoint.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.BasePoint.md new file mode 100644 index 000000000..7d4849062 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.BasePoint.md @@ -0,0 +1,9 @@ +## 深入資訊 +`Coordinates.BasePoint` 會以點幾何圖形傳回專案基準點。專案基準點在 Revit 中設定,可能會因專案而異。如需 Revit 中專案基準點的更多資訊,請參閱此 [說明文章](https://help.autodesk.com/view/RVT/2025/CHT/?guid=GUID-30D76259-CC67-4498-B06B-91F7517F9B65)。 + +在以下範例中,傳回專案基準點。 + +___ +## 範例檔案 + +![Coordinates.BasePoint](./Revit.Elements.Coordinates.BasePoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md new file mode 100644 index 000000000..f50e92769 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.ProjectRotation.md @@ -0,0 +1,9 @@ +## 深入資訊 +`Coordinates.ProjectRotation` 會傳回專案旋轉 (以度為單位)。專案旋轉是使用者可修改的值,可能會有很大的差異。如需 Revit 中專案旋轉的更多資訊,請參閱此 [說明文章](https://help.autodesk.com/view/RVT/2025/CHT/?guid=GUID-C240FF71-D7D4-42C0-981C-4931C7A5E50C)。 + +在以下範例中,傳回專案旋轉值。 + +___ +## 範例檔案 + +![Coordinates.ProjectRotation](./Revit.Elements.Coordinates.ProjectRotation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md new file mode 100644 index 000000000..5ba718676 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Coordinates.SurveyPoint.md @@ -0,0 +1,9 @@ +## 深入資訊 +`Coordinates.SurveyPoint` 會以點幾何圖形傳回專案測量點。測量點在 Revit 中設定,可能會因專案而異。如需 Revit 中測量點的更多資訊,請參閱此 [說明文章](https://help.autodesk.com/view/RVT/2025/CHT/?guid=GUID-81CB0DD4-DF6E-43A3-AADA-DABC5ED30C6F)。 + +在以下範例中,傳回測量點。 + +___ +## 範例檔案 + +![Coordinates.SurveyPoint](./Revit.Elements.Coordinates.SurveyPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md index 39ee401e4..64ae8ce3b 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.CurtainSystemType.ByName.md @@ -1,7 +1,7 @@ ## 深入資訊 `CurtainSystemType.ByName` 會選取目前 Revit 文件中給定名稱的帷幕系統類型。 -以下範例傳回 `5' x 10'` 的帷幕系統類型。 +在以下範例中,傳回 `5' x 10'` 的帷幕系統類型。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md new file mode 100644 index 000000000..1590d539b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.DirectShape.ByGeometry.md @@ -0,0 +1,8 @@ +## 深入資訊 +`DirectShape.ByGeometry` 會在 Revit 中使用給定幾何圖形建立 DirectShape 元素。您也可以在建立時,選擇性地指定材料和名稱。 + +以下範例在 Revit 範例模型中的屋頂天篷建立鑲嵌的圓頂結構。 +___ +## 範例檔案 + +![DirectShape.ByGeometry](./Revit.Elements.DirectShape.ByGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetCategory.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetCategory.md index 681de7430..2f4104492 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetCategory.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetCategory.md @@ -1,7 +1,7 @@ ## 深入資訊 `Element.GetCategory` 會傳回給定元素的品類元素。使用傳回的品類元素,可以查詢各種參數。 -以下範例傳回所有選取元素的品類。然後將這些元素篩選為兩個清單。一個是門元素的清單,另一個是其他所有元素的清單。 +在以下範例中,傳回所有選取元素的品類。然後將這些元素篩選為兩個清單。一個是門元素的清單,另一個是其他所有元素的清單。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetIntersectingElementsOfCategory.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetIntersectingElementsOfCategory.md index 54655cabe..e9c4323d6 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetIntersectingElementsOfCategory.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetIntersectingElementsOfCategory.md @@ -1,7 +1,7 @@ ## 深入資訊 `Element.GetIntersectingElementsOfCategory` 會收集給定品類 (其實體幾何圖形與給定元素之實體幾何圖形相交) 的所有元素。這適用於 Revit 中大多數塑型 (非標註) 品類。 -以下範例傳回在目前視圖中與樓板相交的建築柱。 +在以下範例中,傳回在目前視圖中與樓板相交的建築柱。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetJoinedElements.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetJoinedElements.md new file mode 100644 index 000000000..48f66737d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetJoinedElements.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Element.GetJoinedElements` 會傳回與輸入元素接合的所有元素。 + +以下範例在目前 Revit 文件中選取一個樓板,然後傳回與所選樓板接合的所有元素。 +___ +## 範例檔案 + +![Element.GetJoinedElements](./Revit.Elements.Element.GetJoinedElements_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetLocation.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetLocation.md index 66eccb723..e1686d997 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetLocation.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetLocation.md @@ -1,7 +1,7 @@ ## 深入資訊 `Element.GetLocation` 會傳回 Dynamo 中的幾何物件,表示每個輸入 Revit 元素的位置。元素的位置通常由其插入點決定。例如,圓柱基礎樁的點位置位於頂部中心,而牆的位置通常是一條曲線或直線。 -以下範例傳回目前文件 (檔案) 中所有家具實體 _(包括共用族群)_ 的點位置。 +在以下範例中,傳回目前文件 (檔案) 中所有家具實體 _(包括共用族群)_ 的點位置。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetMaterials.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetMaterials.md index 07608413c..3dd4095f9 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetMaterials.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.GetMaterials.md @@ -1,7 +1,7 @@ ## 深入資訊 `Element.GetMaterials` 會傳回 Revit 元素中存在的所有材料 (及其 ID)。有多個材料的元素將傳回每個元素的清單。「paintMaterials」輸入是布林切換,可指示節點也收集使用者繪製的材料。 -以下範例傳回目前文件 (檔案) 中所有牆實體的材料。 +在以下範例中,傳回目前文件 (檔案) 中所有牆實體的材料。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md new file mode 100644 index 000000000..130238138 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.UnjoinAllGeometry.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Element.UnjoinAllGeometry` 會取消接合與給定元素接合的所有元素幾何圖形。 + +以下範例中在目前 Revit 文件中選取了一個樓板,然後取消接合所有接合的幾何圖形。 +___ +## 範例檔案 + +![Element.UnjoinAllGeometry](./Revit.Elements.Element.UnjoinAllGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md new file mode 100644 index 000000000..f5a29f6fa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Element.UnjoinGeometry.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Element.UnjoinGeometry` 會取消接合兩個給定元素的幾何圖形。 + +以下範例在目前 Revit 文件中選取了一個樓板。收集接合的元素,然後取消與輸入樓板的接合。 +___ +## 範例檔案 + +![Element.UnjoinGeometry](./Revit.Elements.Element.UnjoinGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.ByName.md index e211d2a4c..a4904b079 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.ByName.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.ByName.md @@ -1,7 +1,7 @@ ## 深入資訊 給定元素類型名稱,`ElementType.ByName` 會從 Revit 擷取元素類型。`ElementType.ByName` 在不需要下拉式清單時很有用。 -以下範例傳回符合名稱的牆類型。 +在以下範例中,傳回符合名稱的牆類型。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md new file mode 100644 index 000000000..1217865da --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.CanBeCopied.md @@ -0,0 +1,8 @@ +## 深入資訊 +`ElementType.CanBeCopied` 會傳回 true/false 值,指出是否可以複製給定的元素類型。 + +以下範例收集目前 Revit 文件中的所有牆類型,然後驗證是否可複製。 +___ +## 範例檔案 + +![ElementType.CanBeCopied](./Revit.Elements.ElementType.CanBeCopied_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md index 1b4bfd533..cd9c0b4fe 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.CanBeDeleted.md @@ -1,7 +1,7 @@ ## 深入資訊 -`ElementType.CanBeDeleted`會判定是否可從 Revit 檔案中刪除元素類型。 +`ElementType.CanBeDeleted`會傳回 true/false 值,指出是否可以刪除給定的元素類型。 -以下範例收集目前 Revit 檔案中的所有平面視圖,然後將平面視圖分成 2 個清單:「可以刪除」和「無法刪除」。 +以下範例收集目前 Revit 文件中的所有牆類型,然後驗證是否可刪除。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.Duplicate.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.Duplicate.md new file mode 100644 index 000000000..2f551dc09 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.Duplicate.md @@ -0,0 +1,8 @@ +## 深入資訊 +`ElementType.Duplicate` 會嘗試以給定名稱複製給定元素類型。如果該名稱已使用,則會在節點上顯示錯誤。 + +以下範例從目前 Revit 文件中擷取牆類型 `Generic - 4"`,然後以名稱 `Typical - 4"` 複製牆類型。 +___ +## 範例檔案 + +![ElementType.Duplicate](./Revit.Elements.ElementType.Duplicate_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.FamilyName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.FamilyName.md new file mode 100644 index 000000000..c95bb9a7b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.FamilyName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`ElementType.FamilyName` 會傳回給定元素的擁有族群名稱。 + +以下範例收集目前 Revit 文件中的所有牆,然後傳回每面牆的牆類型,並傳回族群名稱。 +___ +## 範例檔案 + +![ElementType.FamilyName](./Revit.Elements.ElementType.FamilyName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.Name.md new file mode 100644 index 000000000..c9d42866e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ElementType.Name.md @@ -0,0 +1,8 @@ +## 深入資訊 +`ElementType.Name` 會傳回給定元素類型的名稱。元素類型名稱對使用 `ElementType.ByName` 查詢元素類型很有用。 + +以下範例收集目前 Revit 文件中的所有牆類型。使用 `ElementType.Name` 傳回牆類型的名稱。 +___ +## 範例檔案 + +![ElementType.Name](./Revit.Elements.ElementType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Family.Types.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Family.Types.md index c5811da4f..c60f542c1 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Family.Types.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Family.Types.md @@ -1,7 +1,7 @@ ## 深入資訊 `Family.Types` 會傳回給定族群元素的所有可用類型。 -以下範例傳回目前 Revit 文件中兩個 RPC (點景) 族群的所有族群類型。 +在以下範例中,傳回目前 Revit 文件中兩個 RPC (點景) 族群的所有族群類型。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md new file mode 100644 index 000000000..f1387ff32 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.ByCoordinates.md @@ -0,0 +1,9 @@ +## 深入資訊 +`FamilyInstance.ByCoordinates` 會在目前 Revit 文件中的給定座標處放置給定 FamilyType 的實體。 + +以下範例在給定的座標處放置 RPC 族群。 + +___ +## 範例檔案 + +![FamilyInstance.ByCoordinates](./Revit.Elements.FamilyInstance.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md new file mode 100644 index 000000000..ae5653e81 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.ByFamilyType.md @@ -0,0 +1,9 @@ +## 深入資訊 +`FamilyInstance.ByFamilyType` 會傳回目前 Revit 文件中給定族群類型的實體。 + +在以下範例中,傳回所選族群類型的所有實體。 + +___ +## 範例檔案 + +![FamilyInstance.ByFamilyType](./Revit.Elements.FamilyInstance.ByFamilyType_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.FacingOrientation.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.FacingOrientation.md index 32f0a6bf6..c9f2e9e44 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.FacingOrientation.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.FacingOrientation.md @@ -1,7 +1,7 @@ ## 深入資訊 `FamilyInstance.FacingOrientation` 會傳回描述族群實體方位的向量。這可用於決定實體的旋轉量。 -以下範例傳回目前文件之目前視圖中所有門實體的朝向 (向量)。 +在以下範例中,傳回目前文件之目前視圖中所有門實體的朝向 (向量)。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.GetFamily.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.GetFamily.md index 5ba0cfc8f..47bdd5fd6 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.GetFamily.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.GetFamily.md @@ -1,7 +1,7 @@ ## 深入資訊 `FamilyInstance.GetFamily` 會傳回給定族群實體的父系族群。 -以下範例傳回目前文件之目前視圖中所有門的族群。 +在以下範例中,傳回目前文件之目前視圖中所有門的族群。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.GetHost.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.GetHost.md index d6c63ea00..81db48813 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.GetHost.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.GetHost.md @@ -1,7 +1,7 @@ ## 深入資訊 `FamilyInstance.GetHost` 會傳回以給定族群實體為主體的元素。Revit 中常見的主體元素是門、窗和帷幕系統的元素。 -以下範例傳回目前文件之目前視圖中所有門的主體。元素 ID (綠色) 是目前 Revit 文件中主體的元素 ID。 +在以下範例中,傳回目前文件之目前視圖中所有門的主體。元素 ID (綠色) 是目前 Revit 文件中主體的元素 ID。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.Space.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.Space.md new file mode 100644 index 000000000..2a8442e47 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FamilyInstance.Space.md @@ -0,0 +1,8 @@ +## 深入資訊 +`FamilyInstance.Space` 會傳回給定元素所在的空間 (如果有)。如果找不到空間,則傳回空值。 + +以下範例收集目前 Revit 文件中的所有空調風口元素,然後使用 `FamilyInstance.Space` 傳回空間位置。 +___ +## 範例檔案 + +![FamilyInstance.Space](./Revit.Elements.FamilyInstance.Space_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md new file mode 100644 index 000000000..2908b017c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FillPatternElement.GetByName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`FillPatternElement.GetByName` 會傳回目前 Revit 文件中給定名稱和目標的填滿樣式元素 (如果有)。 + +在以下範例中,傳回「<單色填滿>」填滿樣式。 +___ +## 範例檔案 + +![FillPatternElement.GetByName](./Revit.Elements.FillPatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FilledRegionType.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FilledRegionType.ByName.md new file mode 100644 index 000000000..e04e1f6bf --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FilledRegionType.ByName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`FilledRegionType.ByName` 會傳回目前 Revit 文件中符合給定名稱的填滿區域類型 (如果有)。如果找不到填滿區域類型,則傳回空值。 + +在以下範例中,傳回填滿區域類型「純灰」。 +___ +## 範例檔案 + +![FilledRegionType.ByName](./Revit.Elements.FilledRegionType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FilledRegionType.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FilledRegionType.Name.md new file mode 100644 index 000000000..36e3a1f76 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.FilledRegionType.Name.md @@ -0,0 +1,8 @@ +## 深入資訊 +`FilledRegionType.Name` 會傳回給定填滿區域類型的名稱。 + +以下範例收集目前 Revit 文件中的所有填滿區域類型,然後傳回名稱。 +___ +## 範例檔案 + +![FilledRegionType.Name](./Revit.Elements.FilledRegionType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Floor.Points.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Floor.Points.md new file mode 100644 index 000000000..aac46bbae --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Floor.Points.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Floor.Points` 會取得給定樓板的造型編輯點 (如果有)。 + +以下範例選取具有造型編輯點的樓板元素。使用 `Floor.Points` 傳回點。 +___ +## 範例檔案 + +![Floor.Points](./Revit.Elements.Floor.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.GroupType.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.GroupType.md index 01411b7be..4091f663d 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.GroupType.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.GroupType.md @@ -1,7 +1,7 @@ ## 深入資訊 `GlobalParameter.GroupType` 會傳回給定參數的群組類型。如需有關群組類型的資訊,可以在 [此處](https://help.autodesk.com/view/RVT/2025/CHT/?guid=GUID-94EA2B8E-2C00-4D29-8D5A-C7C6664DE9CE) 的文件中找到。 -以下範例傳回目前 Revit 文件中的所有整體參數,然後使用 `GlobalParameter.GroupType` 傳回群組類型。 +在以下範例中,傳回目前 Revit 文件中的所有整體參數,然後使用 `GlobalParameter.GroupType` 傳回群組類型。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.Name.md index 07410c231..52323671d 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.Name.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.Name.md @@ -1,7 +1,7 @@ ## 深入資訊 `GlobalParameter.Name` 會傳回給定整體參數的名稱。 -以下範例傳回目前 Revit 文件中的所有整體參數,然後使用 `GlobalParameter.Name` 傳回參數的名稱。 +在以下範例中,傳回目前 Revit 文件中的所有整體參數,然後使用 `GlobalParameter.Name` 傳回參數的名稱。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.SpecType.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.SpecType.md index f02df9594..a681c6875 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.SpecType.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.SpecType.md @@ -1,7 +1,7 @@ ## 深入資訊 `GlobalParameter.SpecType` 會傳回給定參數的規格類型。如需有關規格類型的資訊,可以在 [此處](https://help.autodesk.com/view/RVT/2025/CHT/?guid=Revit_API_Revit_API_Developers_Guide_Introduction_Application_and_Document_Units_html) 的文件中找到。 -以下範例傳回目前 Revit 文件中的所有整體參數,然後使用 `GlobalParameter.SpecType` 傳回規格類型。 +在以下範例中,傳回目前 Revit 文件中的所有整體參數,然後使用 `GlobalParameter.SpecType` 傳回規格類型。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.Visible.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.Visible.md index 17fe052ae..311b06099 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.Visible.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.GlobalParameter.Visible.md @@ -1,7 +1,7 @@ ## 深入資訊 `GlobalParameter.Visible` 會傳回 true 或 false 值,指出給定整體參數在使用者介面中是否可見。 -以下範例傳回目前 Revit 文件中的所有整體參數,然後使用 `GlobalParameter.Visible` 傳回可見性狀態。 +在以下範例中,傳回目前 Revit 文件中的所有整體參數,然後使用 `GlobalParameter.Visible` 傳回可見性狀態。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Grid.Curve.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Grid.Curve.md index a23e9ef32..5e0c25ca9 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Grid.Curve.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Grid.Curve.md @@ -1,7 +1,7 @@ ## 深入資訊 `Grid.Curve` 會傳回給定網格元素的位置曲線。 -以下範例傳回作用中視圖中所有網格線的曲線。 +在以下範例中,傳回作用中視圖中所有網格線的曲線。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByElevation.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByElevation.md new file mode 100644 index 000000000..1afa0b7fc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByElevation.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Level.ByElevation` 會在給定高程建立樓層。名稱會根據先前的項目,反映 Revit 使用者介面中發生的情況。 + +以下範例在 3.5 英尺 (取決於專案單位) 處建立樓層。 +___ +## 範例檔案 + +![Level.ByElevation](./Revit.Elements.Level.ByElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByElevationAndName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByElevationAndName.md new file mode 100644 index 000000000..f66ca2b3a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByElevationAndName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Level.ByElevationAndName` 會在給定高程使用給定名稱建立樓層。如果該名稱已使用,節點會提供錯誤。 + +以下範例在 3.5 英尺 (取決於專案單位) 處建立名為「Raised Subfloor」的樓層。 +___ +## 範例檔案 + +![Level.ByElevationAndName](./Revit.Elements.Level.ByElevationAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md new file mode 100644 index 000000000..f90a75cde --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByLevelAndOffset.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Level.ByLevelAndOffset` 會建立一個與給定樓層偏移給定距離的樓層元素。新樓層的名稱會反映 Revit 使用者介面中發生的情況,其中樓層是根據先前的項目命名。 + +以下範例在目前 Revit 文件中最高樓層上方 10' 的位置建立一個新樓層。 +___ +## 範例檔案 + +![Level.ByLevelAndOffset](./Revit.Elements.Level.ByLevelAndOffset_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md new file mode 100644 index 000000000..3d7d5edcd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ByLevelOffsetAndName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Level.ByLevelOffsetAndName` 會使用提供的名稱,建立一個與給定樓層偏移給定距離的樓層元素。 + +以下範例在目前 Revit 文件中最高樓層上方 10' 的位置建立一個名為「T.O. Parapet」的新樓層。 +___ +## 範例檔案 + +![Level.ByLevelOffsetAndName](./Revit.Elements.Level.ByLevelOffsetAndName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.Elevation.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.Elevation.md new file mode 100644 index 000000000..fd9d48c6e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.Elevation.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Level.Elevation` 會傳回以專案單位表示的給定樓層高程。`Level.Elevation` 會顯示從地面樓層開始的值。如果專案的高程不同,可以使用 `Level.ProjectElevation` 傳回此值。 + +以下範例收集目前 Revit 文件中的所有樓層,然後傳回樓層的高程值。此外,使用 `List.SortByKey` 依高度排序樓層。 +___ +## 範例檔案 + +![Level.Elevation](./Revit.Elements.Level.Elevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.Name.md new file mode 100644 index 000000000..a254b1cf6 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.Name.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Level.Name` 會傳回給定樓層的名稱。`Level.Name` 與 `Element.Name` 不同之處在於透過查詢參數值取得樓層的名稱。 + +以下範例收集目前 Revit 文件中的所有樓層,然後傳回其名稱。 +___ +## 範例檔案 + +![Level.Name](./Revit.Elements.Level.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ProjectElevation.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ProjectElevation.md new file mode 100644 index 000000000..9d082a50c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Level.ProjectElevation.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Level.ProjectElevation` 會傳回以專案單位表示的給定樓層高程。`Level.ProjectElevation` 會顯示專案原點的值。如果需要從地面樓層開始的高程,可以使用 `Level.Elevation` 取得此值。 + +以下範例收集目前 Revit 文件中的所有樓層,然後傳回樓層的專案高程值。此外,使用 `List.SortByKey` 依高度排序樓層。 +___ +## 範例檔案 + +![Level.ProjectElevation](./Revit.Elements.Level.ProjectElevation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md new file mode 100644 index 000000000..d02e2abbe --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinePatternElement.GetByName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`LinePatternElement.GetByName` 會傳回目前 Revit 文件中給定名稱的線條樣式元素 (如果有)。 + +在以下範例中,傳回目前 Revit 文件中的「中心」線條樣式元素。 +___ +## 範例檔案 + +![LinePatternElement.GetByName](./Revit.Elements.LinePatternElement.GetByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md new file mode 100644 index 000000000..6c368d05d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.BoundingBox.md @@ -0,0 +1,9 @@ +## 深入資訊 +`LinkElement.BoundingBox` 會傳回給定連結元素的邊界框。 + +在以下範例中,傳回「Snowdon Towers Sample Site」實體中的地形實體元素,然後使用 `LinkElement.BoundingBox` 傳回該地形實體的邊界框。 + +___ +## 範例檔案 + +![LinkElement.BoundingBox](./Revit.Elements.LinkElement.BoundingBox_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md new file mode 100644 index 000000000..7fcd44116 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.GetGeometry.md @@ -0,0 +1,9 @@ +## 深入資訊 +`LinkElement.GetGeometry` 會傳回給定連結元素在可選詳細等級的幾何圖形。 + +在以下範例中,傳回 `Snowdon Towers Sample Site` 連結中所有牆元素的幾何圖形。 + +___ +## 範例檔案 + +![LinkElement.GetGeometry](./Revit.Elements.LinkElement.GetGeometry_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.GetLocation.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.GetLocation.md new file mode 100644 index 000000000..f4986ffce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkElement.GetLocation.md @@ -0,0 +1,8 @@ +## 深入資訊 +`LinkElement.GetLocation` 會傳回表示給定連結元素位置的幾何圖形 (如果有)。 + +在以下範例中,傳回 `Snowdon Towers Sample Site` 中所有牆的位置,以曲線表示。 +___ +## 範例檔案 + +![LinkElement.GetLocation](./Revit.Elements.LinkElement.GetLocation_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md new file mode 100644 index 000000000..9688a69d3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategory.md @@ -0,0 +1,8 @@ +## 深入資訊 +`LinkInstance.AllElementsOfCategory` 會傳回給定連結實體中給定品類的所有元素。 + +在以下範例中,傳回「Snowdon Towers Sample Site」連結實體中的所有地形實體元素。 +___ +## 範例檔案 + +![LinkInstance.AllElementsOfCategory](./Revit.Elements.LinkInstance.AllElementsOfCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md new file mode 100644 index 000000000..208bbe58f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfCategoryInView.md @@ -0,0 +1,8 @@ +## 深入資訊 +`LinkInstance.AllElementsOfCategoryInView` 會傳回目前 Revit 文件之給定視圖中給定品類的所有元素。 + +在以下範例中,傳回樓板平面圖「L1」中在 `Snowdon Towers Sample Site` 可見的所有地形實體。 +___ +## 範例檔案 + +![LinkInstance.AllElementsOfCategoryInView](./Revit.Elements.LinkInstance.AllElementsOfCategoryInView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md new file mode 100644 index 000000000..4ae28b47c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.AllElementsOfClass.md @@ -0,0 +1,8 @@ +## 深入資訊 +`LinkInstance.AllElementsOfClass` 會收集給定 Revit 連結實體中給定類別的所有元素。 + +在以下範例中,傳回「Snowdon Towers Sample Site」實體中的所有地形實體元素。 +___ +## 範例檔案 + +![LinkInstance.AllElementsOfClass](./Revit.Elements.LinkInstance.AllElementsOfClass_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.ByName.md new file mode 100644 index 000000000..88ec23d4c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.ByName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`LinkInstance.ByName` 會擷取其名稱參數符合給定名稱的連結實體。注意事項: 連結實體名稱與 `RevitLinkType` 的名稱稍有不同,請參閱以下範例以取得更多資訊。 + +在以下範例中,依名稱選取「Snowdon Towers Sample Site」的實體。 +___ +## 範例檔案 + +![LinkInstance.ByName](./Revit.Elements.LinkInstance.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.Document.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.Document.md new file mode 100644 index 000000000..269a62790 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.Document.md @@ -0,0 +1,8 @@ +## 深入資訊 +`LinkInstance.Document` 會傳回給定連結實體的文件。此文件可用於收集連結中的元素,然後您可以查詢文件取得其他資訊。 + +在以下範例中,傳回建築範例模型中的「Snowdown Towers Sample Site」連結實體,然後傳回連結實體的文件。 +___ +## 範例檔案 + +![LinkInstance.Document](./Revit.Elements.LinkInstance.Document_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.ElementById.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.ElementById.md new file mode 100644 index 000000000..f0cc3c422 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.LinkInstance.ElementById.md @@ -0,0 +1,8 @@ +## 深入資訊 +`LinkInstance.ElementById` 依給定 ID 擷取給定連結實體的元素。 + +在以下範例中,從「Snowdon Towers Sample Site」的實體傳回專案資訊元素。 +___ +## 範例檔案 + +![LinkInstance.ElementById](./Revit.Elements.LinkInstance.ElementById_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.AppearanceParameters.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.AppearanceParameters.md new file mode 100644 index 000000000..b296d4b45 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.AppearanceParameters.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Material.AppearanceParameters` 會傳回給定材料的所有外觀參數。 + +在以下範例中,傳回「鋁」材料的外觀參數。 +___ +## 範例檔案 + +![Material.AppearanceParameters](./Revit.Elements.Material.AppearanceParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.ByName.md index 98e0e9805..cc28cc1d8 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.ByName.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.ByName.md @@ -1,7 +1,7 @@ ## 深入資訊 給定以字串表示的材料名稱,`Material.ByName` 會擷取目前 Revit 文件中的對應材料元素 (如果有材料)。如果找不到材料,則傳回空值。 -以下範例傳回「Metal - Aluminium」材料。 +在以下範例中,傳回「Metal - Aluminium」材料。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.MaterialCategory.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.MaterialCategory.md new file mode 100644 index 000000000..133009143 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.MaterialCategory.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Material.MaterialCategory` 會傳回給定材料分類所屬的品類。 + +以下範例收集目前 Revit 文件中的「鋁」材料。使用 `Material.MaterialCategory` 顯示「金屬」品類。 +___ +## 範例檔案 + +![Material.MaterialCategory](./Revit.Elements.Material.MaterialCategory_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.StructuralParameters.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.StructuralParameters.md new file mode 100644 index 000000000..7d2f1e1f2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.StructuralParameters.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Material.StructuralParameters` 會傳回給定材料的所有結構參數。 + +在以下範例中,傳回「鋁」材料的結構參數。 +___ +## 範例檔案 + +![Material.StructuralParameters](./Revit.Elements.Material.StructuralParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.ThermalParameters.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.ThermalParameters.md new file mode 100644 index 000000000..7061ce53f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Material.ThermalParameters.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Material.ThermalParameters` 會傳回給定材料的所有熱參數。 + +在以下範例中,傳回「鋁」材料的熱參數。 +___ +## 範例檔案 + +![Material.ThermalParameters](./Revit.Elements.Material.ThermalParameters_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.GroupType.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.GroupType.md index c3bcb6f7c..d7b7a12cb 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.GroupType.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.GroupType.md @@ -1,11 +1,11 @@ ## 深入資訊 `Parameter.GroupType` 會傳回給定參數的 GroupType。 -在 Revit 中,非共用參數的參數組是預先定義的,而共用參數允許您定義自訂群組。如需使用共用參數和群組的更多資訊,請瀏覽此説明文章: [建立共用參數檔案、群組以及參數](https://help.autodesk.com/view/RVT/2025/CHT/?guid=GUID-94EA2B8E-2C00-4D29-8D5A-C7C6664DE9CE) +在 Revit 中,非共用參數的參數群組需預先定義,而共用參數允許您定義自訂群組。如需使用共用參數和群組的更多資訊,請瀏覽此說明文章: [建立共用參數檔案、群組以及參數](https://help.autodesk.com/view/RVT/2025/CHT/?guid=GUID-94EA2B8E-2C00-4D29-8D5A-C7C6664DE9CE) 如果找不到 GroupType,則傳回空值。 -以下範例傳回目前文件之專案資訊的所有參數。還會傳回 GroupType。 +在以下範例中,傳回目前文件之專案資訊的所有參數。還會傳回 GroupType。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.ParameterByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.ParameterByName.md index 5e05cbac8..ecb936b53 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.ParameterByName.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.ParameterByName.md @@ -3,7 +3,7 @@ 如果找不到給定名稱的參數,則傳回空值。 -以下範例傳回目前文件之專案資訊的專案名稱參數。 +在以下範例中,傳回目前文件之專案資訊的專案名稱參數。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SetValue.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SetValue.md index 15adc6fe7..cec2bc5eb 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SetValue.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SetValue.md @@ -3,7 +3,7 @@ 此節點的功能與 `Element.SetParameterByName` 類似,但不同之處在於直接使用參數元素。 -以下範例傳回目前專案的名稱 (來自專案資訊),轉換為小寫,然後使用 `Parameter.SetValue` 進行更新。 +在以下範例中,傳回目前專案的名稱 (來自專案資訊),轉換為小寫,然後使用 `Parameter.SetValue` 進行更新。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SharedParameterFile.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SharedParameterFile.md index 538d5481f..fe64621ea 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SharedParameterFile.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SharedParameterFile.md @@ -1,7 +1,7 @@ ## 深入資訊 `Parameter.SharedParameterFile` 會傳回作用中 Revit 文件的共用參數檔案位置。如果未指定共用參數檔案,則傳回空值。 -以下範例傳回共用參數檔案並從路徑中讀取檔案。 +在以下範例中,傳回共用參數檔案並從路徑中讀取檔案。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SpecType.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SpecType.md index 40c670076..8e8bc7210 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SpecType.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.SpecType.md @@ -9,7 +9,7 @@ 如果找不到 SpecType,則傳回空值。 -以下範例傳回目前文件之專案資訊的所有參數。還會傳回 SpecType。 +在以下範例中,傳回目前文件之專案資訊的所有參數。還會傳回 SpecType。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.StorageType.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.StorageType.md index 7e63c6138..9470a4f16 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.StorageType.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.StorageType.md @@ -8,7 +8,7 @@ - String - ElementId -以下範例傳回目前文件之專案資訊中的所有參數,然後傳回參數的儲存類型。 +在以下範例中,傳回目前文件之專案資訊中的所有參數,然後傳回參數的儲存類型。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.Value.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.Value.md index 8fab9af7b..e529375a4 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.Value.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Parameter.Value.md @@ -3,7 +3,7 @@ 如果找不到參數值,則傳回空值。 -以下範例傳回目前文件之專案資訊的專案名稱。 +在以下範例中,傳回目前文件之專案資訊的專案名稱。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md new file mode 100644 index 000000000..9df394d08 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.PathOfTravel.ByFloorPlanPoints.md @@ -0,0 +1,8 @@ +## 深入資訊 +`PathOfTravel.ByFloorPlanPoints` 會在目前 Revit 文件和給定樓板平面視圖中,給定的起點和終點之間建立步行路徑元素。注意事項: 如果無法建構步行路徑元素,則會傳回空值。 + +以下範例收集平面視圖「L1」的所有房間,然後在房間和選取的外門之間建構步行路徑。 +___ +## 範例檔案 + +![PathOfTravel.ByFloorPlanPoints](./Revit.Elements.PathOfTravel.ByFloorPlanPoints_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md new file mode 100644 index 000000000..025a96eb2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByCoordinates.md @@ -0,0 +1,8 @@ +## 深入資訊 +`ReferencePoint.ByCoordinates` 會在作用中 Revit 族群文件中的給定座標建立參考點元素。注意事項: 族群文件必須是自適應元件或量體族群。 + +以下範例在座標 0,0,1 建立新參考點。 +___ +## 範例檔案 + +![ReferencePoint.ByCoordinates](./Revit.Elements.ReferencePoint.ByCoordinates_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md new file mode 100644 index 000000000..8791ec7d3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByParametersOnFaceReference.md @@ -0,0 +1,11 @@ +## 深入資訊 +`ReferencePoint.ByParametersOnFaceReference` 會在作用中 Revit 族群文件中所選曲面上的給定參數處建立參考點元素。 + +注意事項: 族群文件必須是自適應元件或量體族群。 + +以下範例在族群文件中所選曲面的中心處建立參考點。 + +___ +## 範例檔案 + +![ReferencePoint.ByParametersOnFaceReference](./Revit.Elements.ReferencePoint.ByParametersOnFaceReference_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md new file mode 100644 index 000000000..b360cb65d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.ByPoint.md @@ -0,0 +1,8 @@ +## 深入資訊 +`ReferencePoint.ByPoint` 會在作用中 Revit 族群文件中的給定點位置建立參考點元素。注意事項: 族群文件必須是自適應元件或量體族群。此節點與「ReferencePoint.ByCoordinates」不同,因為它使用 Dynamo 點當作位置。這很實用,因為終端使用者可以使用直接操控的方式編輯 Dynamo 點,讓參考點也跟著更新。如需直接操控的更多資訊,請參閱此 [連結](https://primer2.dynamobim.org/10_sample_workflow/10-1_getting-started-workflows/2-attractor-points#adjusting-with-direct-manipulation)。 + +以下範例在座標 0,0,1 建立新參考點。 +___ +## 範例檔案 + +![ReferencePoint.ByPoint](./Revit.Elements.ReferencePoint.ByPoint_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Point.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Point.md new file mode 100644 index 000000000..41022eb12 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Point.md @@ -0,0 +1,9 @@ +## 深入資訊 +`ReferencePoint.Point` 會傳回給定參考點的點幾何圖形。 + +以下範例在族群文件中所選曲面的中心處建立參考點,然後使用 `ReferencePoint.Point` 傳回參考點的點幾何圖形。此外,還提供兩種物件類型以供檢閱。 + +___ +## 範例檔案 + +![ReferencePoint.Point](./Revit.Elements.ReferencePoint.Point_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.X.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.X.md new file mode 100644 index 000000000..18e6a1204 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.X.md @@ -0,0 +1,9 @@ +## 深入資訊 +`ReferencePoint.X` 會傳回給定參考點的 X 座標。 + +以下範例在族群文件中所選曲面的中心處建立參考點,然後使用 `ReferencePoint.X` 傳回參考點的 X 座標。 + +___ +## 範例檔案 + +![ReferencePoint.X](./Revit.Elements.ReferencePoint.X_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md new file mode 100644 index 000000000..188703f40 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.XYPlane.md @@ -0,0 +1,10 @@ +## 深入資訊 +`ReferencePoint.XYPlane` 會傳回給定參考點在 X,Y 方向的平面。 + +以下範例在族群文件中所選曲面的中心處建立參考點,然後使用 `ReferencePoint.XYPlane` 傳回 X,Y 方向的平面。 + + +___ +## 範例檔案 + +![ReferencePoint.XYPlane](./Revit.Elements.ReferencePoint.XYPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md new file mode 100644 index 000000000..0106c160c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.XZPlane.md @@ -0,0 +1,10 @@ +## 深入資訊 +`ReferencePoint.XZPlane` 會傳回給定參考點在 X,Z 方向的平面。 + +以下範例在族群文件中所選曲面的中心處建立參考點,然後使用 `ReferencePoint.XZPlane` 傳回 X,Z 方向的平面。 + + +___ +## 範例檔案 + +![ReferencePoint.XZPlane](./Revit.Elements.ReferencePoint.XZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Y.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Y.md new file mode 100644 index 000000000..634f73e5e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Y.md @@ -0,0 +1,9 @@ +## 深入資訊 +`ReferencePoint.Y` 會傳回給定參考點的 Y 座標。 + +以下範例在族群文件中所選曲面的中心處建立參考點,然後使用 `ReferencePoint.Y` 傳回參考點的 Y 座標。 + +___ +## 範例檔案 + +![ReferencePoint.Y](./Revit.Elements.ReferencePoint.Y_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md new file mode 100644 index 000000000..7f66ed6bd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.YZPlane.md @@ -0,0 +1,10 @@ +## 深入資訊 +`ReferencePoint.YZPlane` 會傳回給定參考點在 Y,Z 方向的平面。 + +以下範例在族群文件中所選曲面的中心處建立參考點,然後使用 `ReferencePoint.YZPlane` 傳回 Y,Z 方向的平面。 + + +___ +## 範例檔案 + +![ReferencePoint.YZPlane](./Revit.Elements.ReferencePoint.YZPlane_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Z.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Z.md new file mode 100644 index 000000000..2b2e743e7 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ReferencePoint.Z.md @@ -0,0 +1,9 @@ +## 深入資訊 +`ReferencePoint.Z` 會傳回給定參考點的 Z 座標。 + +以下範例在族群文件中所選曲面的中心處建立參考點,然後使用 `ReferencePoint.Z` 傳回參考點的 Z 座標。 + +___ +## 範例檔案 + +![ReferencePoint.Z](./Revit.Elements.ReferencePoint.Z_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.ByName.md new file mode 100644 index 000000000..1f5481712 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.ByName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`RoofType.ByName` 會擷取目前 Revit 文件中符合給定名稱的屋頂類型元素 (如果有)。 + +在以下範例中,傳回目前 Revit 文件中的屋頂類型「Generic -9"」。 +___ +## 範例檔案 + +![RoofType.ByName](./Revit.Elements.RoofType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md new file mode 100644 index 000000000..fe695002d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## 深入資訊 +`RoofType.GetThermalProperties` 會傳回給定屋頂類型的熱性質。 + +在以下範例中,傳回屋頂類型「Generic -9"」,並使用 `RoofType.GetThermalProperties` 擷取熱性質。 +___ +## 範例檔案 + +![RoofType.GetThermalProperties](./Revit.Elements.RoofType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.Name.md new file mode 100644 index 000000000..0cb10588c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.RoofType.Name.md @@ -0,0 +1,8 @@ +## 深入資訊 +`RoofType.Name` 會傳回給定屋頂類型的名稱。 + +以下範例收集目前 Revit 文件中的所有屋頂類型。使用 `RoofType.Name` 傳回屋頂類型的名稱。 +___ +## 範例檔案 + +![RoofType.Name](./Revit.Elements.RoofType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Room.FinishBoundary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Room.FinishBoundary.md index 24d360f3c..2865440ab 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Room.FinishBoundary.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Room.FinishBoundary.md @@ -1,9 +1,9 @@ ## 深入資訊 -`Room.FinishBoundary` 會傳回表示給定房間塗層邊界的巢狀清單。在傳回的清單中,第一個子清單表示最外側的曲線,後續的清單表示房間內的迴圈。此節點傳回的房間邊界位於 Revit 房間內的塗層面。如需牆定位線的更多資訊,請參閱此說明 [文章](https://help.autodesk.com/view/RVT/2024/CHT/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 +`Room.FinishBoundary` 會傳回表示給定房間完成邊界的巢狀清單。在傳回的清單中,第一個子清單表示最外側的曲線,後續的清單表示房間內的迴圈。此節點傳回的房間邊界位於 Revit 房間內的完成面。如需牆定位線的更多資訊,請參閱此說明 [文章](https://help.autodesk.com/view/RVT/2024/CHT/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 如果給定未設邊界或未放置的房間,則傳回空值。 -以下範例收集目前文件和所選視圖中的所有房間,然後傳回塗層邊界。 +以下範例收集目前文件和所選視圖中的所有房間,然後傳回完成邊界。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Room.IsInsideRoom.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Room.IsInsideRoom.md new file mode 100644 index 000000000..1ca27c442 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Room.IsInsideRoom.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Room.IsInsideRoom` 會傳回布林值,指出是否在給定房間中找到給定點。 + +以下範例收集目前 Revit 文件中的所有家具以及所有房間,然後將家具的位置點傳入 `Room.IsInsideRoom`,確認給定點出現在哪個房間 (如果有)。最後,對家具進行篩選,找出具有房間位置的元素,然後將這些值合併成清單。 +___ +## 範例檔案 + +![Room.IsInsideRoom](./Revit.Elements.Room.IsInsideRoom_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ScheduleOnSheet.ScheduleView.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ScheduleOnSheet.ScheduleView.md index 9b3868ac4..f7f03def2 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ScheduleOnSheet.ScheduleView.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.ScheduleOnSheet.ScheduleView.md @@ -1,7 +1,7 @@ ## 深入資訊 Dynamo for Revit 中的 `ScheduleOnSheet.ScheduleView` 節點用於擷取在圖紙上建立特定明細表實體的原始明細表視圖。 -以下範例傳回所選圖紙的明細表實體。 +在以下範例中,傳回所選圖紙的明細表實體。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.SketchPlane.Plane.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.SketchPlane.Plane.md index fd88a91fa..6f1abc7bf 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.SketchPlane.Plane.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.SketchPlane.Plane.md @@ -1,7 +1,7 @@ ## 深入資訊 `SketchPlane.Plane` 會將給定的草圖平面元素轉換為 Dynamo 平面。 -以下範例傳回作用中視圖的草圖平面並轉換為 Dynamo 平面。產生的 Dynamo 平面可用於建立幾何圖形。 +在以下範例中,傳回作用中視圖的草圖平面並轉換為 Dynamo 平面。產生的 Dynamo 平面可用於建立幾何圖形。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Area.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Area.md new file mode 100644 index 000000000..6219d8598 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Area.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Space.Area` 會傳回給定空間的面積。如果 Revit 中未放置空間,則會傳回值 0。 + +在以下範例中,傳回目前 Revit 文件中所有空間的面積。 +___ +## 範例檔案 + +![Space.Area](./Revit.Elements.Space.Area_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CenterBoundary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CenterBoundary.md new file mode 100644 index 000000000..ffa92134c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CenterBoundary.md @@ -0,0 +1,10 @@ +## 深入資訊 +`Space.CenterBoundary` 會傳回表示給定空間中心線邊界的巢狀清單。在傳回的清單中,第一個子清單表示最外側的曲線,後續的清單表示空間內的迴圈。中心邊界位於 Revit 空間內所有層的牆中心線上。如需牆定位線的更多資訊,請參閱此說明 [文章](https://help.autodesk.com/view/RVT/2024/CHT/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 + +如果給定未設邊界或未放置的空間,則傳回空值。 + +以下範例收集目前文件和所選視圖中的所有空間,然後傳回中心邊界。 +___ +## 範例檔案 + +![Space.CenterBoundary](./Revit.Elements.Space.CenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CoreBoundary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CoreBoundary.md new file mode 100644 index 000000000..5c82729d2 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CoreBoundary.md @@ -0,0 +1,11 @@ +## 深入資訊 +`Space.CoreBoundary` 會傳回表示給定空間核心邊界的巢狀清單。在傳回的清單中,第一個子清單表示最外側的曲線,後續的清單表示空間內的迴圈。核心邊界位於最靠近房間之核心的內部層或外部層。如需牆定位線的更多資訊,請參閱此說明 [文章](https://help.autodesk.com/view/RVT/2024/CHT/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 + +如果給定未設邊界或未放置的空間,則傳回空值。 + +以下範例收集目前文件和所選視圖中的所有空間,然後傳回核心邊界。 + +___ +## 範例檔案 + +![Space.CoreBoundary](./Revit.Elements.Space.CoreBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md new file mode 100644 index 000000000..173ff09a4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.CoreCenterBoundary.md @@ -0,0 +1,11 @@ +## 深入資訊 +`Space.CoreCenterBoundary` 會傳回表示給定空間核心中心邊界的巢狀清單。在傳回的清單中,第一個子清單表示最外側的曲線,後續的清單表示空間內的迴圈。核心中心邊界位於定義為核心牆的中心處。如需牆定位線的更多資訊,請參閱此說明 [文章](https://help.autodesk.com/view/RVT/2024/CHT/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 + +如果給定未設邊界或未放置的空間,則傳回空值。 + +以下範例收集目前文件和所選視圖中的所有空間,然後傳回核心中心邊界。 + +___ +## 範例檔案 + +![Space.CoreCenterBoundary](./Revit.Elements.Space.CoreCenterBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.FinishBoundary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.FinishBoundary.md new file mode 100644 index 000000000..7e9281d7a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.FinishBoundary.md @@ -0,0 +1,11 @@ +## 深入資訊 +`Space.FinishBoundary` 會傳回表示給定空間完成邊界的巢狀清單。在傳回的清單中,第一個子清單表示最外側的曲線,後續的清單表示空間內的迴圈。此節點傳回的空間邊界位於 Revit 空間內的完成面。如需牆定位線的更多資訊,請參閱此說明 [文章](https://help.autodesk.com/view/RVT/2024/CHT/?guid=GUID-0BB62832-36DD-4E06-A9D4-EE98CE0FCF89)。 + +如果給定未設邊界或未放置的空間,則傳回空值。 + +以下範例收集目前文件和所選視圖中的所有空間,然後傳回完成邊界。 + +___ +## 範例檔案 + +![Space.FinishBoundary](./Revit.Elements.Space.FinishBoundary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Height.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Height.md new file mode 100644 index 000000000..1d064fc3e --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Height.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Space.Height` 會傳回給定空間的高度。如果 Revit 中未放置空間,則會傳回值 0。 + +在以下範例中,傳回目前 Revit 文件中所有空間的高度。 +___ +## 範例檔案 + +![Space.Height](./Revit.Elements.Space.Height_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md new file mode 100644 index 000000000..435941e99 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.IsPointInsideSpace.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Space.IsPointInsideSpace` 會檢查給定點是否在給定空間內。將標記值指定給 Revit 內的元素時會很有用。 + +以下範例收集目前 Revit 文件之給定視圖中的所有空調風口,然後使用 `Space.IsPointInsideSpace` 將風口的點位置與給定視圖中的空間進行比較。使用清單管理,建立子清單以篩選掉空間內出現的空調風口。如需使用 List@Level 的更多資訊,請參閱此 [文章](https://primer2.dynamobim.org/5_essential_nodes_and_concepts/5-4_designing-with-lists/3-lists-of-lists#list-level)。 +___ +## 範例檔案 + +![Space.IsPointInsideSpace](./Revit.Elements.Space.IsPointInsideSpace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Location.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Location.md new file mode 100644 index 000000000..ef9e08498 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Location.md @@ -0,0 +1,11 @@ +## 深入資訊 +`Space.Location` 會傳回表示給定空間位置的 Dynamo 點。 + +如果給定未設邊界或未放置的空間,則傳回空值。 + +以下範例收集目前文件和所選視圖中的所有空間,然後傳回空間的位置。此外,使用 `Label.ByPointAndString` 節點在 Dynamo 視埠中預覽空間名稱。 + +___ +## 範例檔案 + +![Space.Location](./Revit.Elements.Space.Location_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Name.md new file mode 100644 index 000000000..556464630 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Name.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Space.Name` 會傳回給定空間元素的名稱。 + +以下範例收集目前文件所選視圖中的所有空間,然後傳回空間的名稱。 +___ +## 範例檔案 + +![Space.Name](./Revit.Elements.Space.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Number.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Number.md new file mode 100644 index 000000000..d0c0db700 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Number.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Space.Number` 會以字串傳回給定空間元素的編號。 + +以下範例收集目前文件所選視圖中的所有空間,然後傳回空間的編號。 +___ +## 範例檔案 + +![Space.Number](./Revit.Elements.Space.Number_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.SetName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.SetName.md new file mode 100644 index 000000000..0f58a96f1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.SetName.md @@ -0,0 +1,9 @@ +## 深入資訊 +`Space.SetName` 會修改給定空間元素的名稱。 + +以下範例收集目前文件所選視圖中的所有空間,然後以「(E)」字首修改空間的名稱,指出現有的狀況。 + +___ +## 範例檔案 + +![Space.SetName](./Revit.Elements.Space.SetName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.SetNumber.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.SetNumber.md new file mode 100644 index 000000000..015f2f543 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.SetNumber.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Space.SetNumber` 會修改給定空間元素的編號。 + +以下範例收集目前文件所選視圖中的所有空間,然後以「e」字尾修改空間的編號,指出現有的狀況。在 Revit 中處理空間重新編號時,此類型的工作流程非常有用。 +___ +## 範例檔案 + +![Space.SetNumber](./Revit.Elements.Space.SetNumber_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Volume.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Volume.md new file mode 100644 index 000000000..d2ba03752 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Space.Volume.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Space.Volume` 會傳回給定空間的體積。如果 Revit 中未放置空間,則會傳回值 0。 + +在以下範例中,傳回目前 Revit 文件中所有空間的體積。 +___ +## 範例檔案 + +![Space.Volume](./Revit.Elements.Space.Volume_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.ByElement.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.ByElement.md new file mode 100644 index 000000000..021768eca --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.ByElement.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Tag.ByElement` 會使用給定的準則,為給定元素放置標籤。 + +以下範例收集給定視圖的所有牆,然後使用預設的牆標籤類型和對齊/引線準則為牆加標籤。 +___ +## 範例檔案 + +![Tag.ByElement](./Revit.Elements.Tag.ByElement_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md index 5bfd06a04..06c253c56 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.GetLeaderEndCondition.md @@ -1,12 +1,7 @@ ## 深入資訊 -`Tag.GetLeaderEndCondition` 會傳回給定的標籤引線結束條件。 - -可能的結束條件包括: -- 貼附 -- 自由 - -以下範例收集「North Wall Window Detail」詳圖中的所有工項編碼標籤,然後傳回標籤的引線結束條件。 +`Tag.GetLeaderEndCondition` 會傳回給定標籤元素的引線結束條件。 +以下範例收集給定視圖的所有牆,然後使用預設的牆標籤類型和對齊/引線準則為牆加標籤,再使用 `Tag.GetLeaderEndCondition` 傳回結束條件。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md new file mode 100644 index 000000000..4301a39aa --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Tag.SetLeaderEndCondition.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Tag.SetLeaderEndCondition` 會將給定標籤元素的引線端點設定為貼附或自由。 + +以下範例收集給定視圖的所有牆,然後使用預設的牆標籤類型和對齊/引線準則為牆加標籤,再使用 `Tag.SetLeaderEndCondition` 設定結束條件。 +___ +## 範例檔案 + +![Tag.SetLeaderEndCondition](./Revit.Elements.Tag.SetLeaderEndCondition_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md new file mode 100644 index 000000000..b48c5e65a --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNote.SetHorizontalAlignment.md @@ -0,0 +1,10 @@ +## 深入資訊 +`TextNote.SetHorizontalAlignment` 會設定給定文字註釋的水平對齊方式。 + +注意事項: 此節點有空白的傳回類型,這表示節點對元素提交動作並傳回空值。 + +以下範例選取了一張詳圖圖紙,然後收集詳圖中的所有文字註釋,並將其水平對齊設定為置中。 +___ +## 範例檔案 + +![TextNote.SetHorizontalAlignment](./Revit.Elements.TextNote.SetHorizontalAlignment_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md new file mode 100644 index 000000000..6f055e1e5 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNote.SetKeepRotatedTextReadable.md @@ -0,0 +1,10 @@ +## 深入資訊 +`TextNote.SetKeepRotatedTextReadable` 會將給定文字註釋的「保持容易閱讀」實體參數設定為給定的布林值。 + +注意事項: 此節點有空白的傳回類型,這表示節點對元素提交動作並傳回空值。 + +以下範例選取了一張詳圖圖紙,然後收集詳圖中的所有文字註釋,並將其「保持容易閱讀」參數設定為 true。 +___ +## 範例檔案 + +![TextNote.SetKeepRotatedTextReadable](./Revit.Elements.TextNote.SetKeepRotatedTextReadable_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNoteType.Default.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNoteType.Default.md index 119a907b4..5bb81d8fb 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNoteType.Default.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.TextNoteType.Default.md @@ -1,8 +1,7 @@ ## 深入資訊 -`TextNoteType.Default` 可讓您存取目前 Revit 文件中的預設文字註釋類型。此文字註釋類型與在 Revit 使用者介面中建立文字時所使用的類型相同。 - -以下範例在目前 Revit 文件中建立一個新的製圖視圖,然後在原點處建立新的文字註釋。 +`TextNoteType.Default` 會傳回目前 Revit 文件中的預設文字註釋類型。這符合在 Revit 使用者介面中建立文字註釋時所使用的預設文字類型。 +在以下範例中,傳回 Snowdon Towers Sample 模型的預設文字註釋類型「1/4" Trebuchet MS」。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md new file mode 100644 index 000000000..7fb6d7b42 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Toposolid.ByOutlinePointsTypeAndLevel` 會在目前 Revit 文件中的給定輸入處建立地形實體元素。 + +以下範例選取要轉換為地形實體的既有樓板 (具有修改的點)。擷取樓板要用來建立地形實體的造型點、輪廓和樓層。最後,建立地形實體來取代樓板並刪除樓板元素。 +___ +## 範例檔案 + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Toposolid.Points.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Toposolid.Points.md new file mode 100644 index 000000000..fc6f79bf9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Toposolid.Points.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Toposolid.Points` 會傳回給定地形實體的造型編輯點 (如果有)。 + +在以下範例中,傳回所選 Revit 連結中第一個地形實體的所有點。 +___ +## 範例檔案 + +![Toposolid.Points](./Revit.Elements.Toposolid.Points_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md new file mode 100644 index 000000000..084b8d2fb --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.CeilingPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## 深入資訊 +`CeilingPlanView.ByLevel` 會為給定樓層建立新的天花板平面視圖。 + +在以下範例中,為「L1 - Block 35」建立新的天花板平面視圖。 +___ +## 範例檔案 + +![CeilingPlanView.ByLevel](./Revit.Elements.Views.CeilingPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md new file mode 100644 index 000000000..8304c02da --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.FloorPlanView.ByLevel.md @@ -0,0 +1,8 @@ +## 深入資訊 +`FloorPlanView.ByLevel` 會為給定樓層建立新的樓板平面視圖。 + +在以下範例中,為「L1 - Block 35」建立新的樓板平面視圖。 +___ +## 範例檔案 + +![FloorPlanView.ByLevel](./Revit.Elements.Views.FloorPlanView.ByLevel_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md new file mode 100644 index 000000000..b137cfcce --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.CanViewBeDuplicated.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.CanViewBeDuplicated` 提供 True 或 False 值,指出是否可以使用給定選項複製給定視圖。 + +以下範例收集目前 Revit 文件中的所有製圖視圖,然後檢查製圖視圖是否能使用「與細節一起」選項複製。 +___ +## 範例檔案 + +![View.CanViewBeDuplicated](./Revit.Elements.Views.View.CanViewBeDuplicated_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Discipline.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Discipline.md index d6dff268f..83e416e62 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Discipline.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Discipline.md @@ -1,7 +1,7 @@ ## 深入資訊 `View.Discipline` 會取得給定視圖的視圖領域。視圖領域選項包括: Architectural、Structural、Mechanical、Electrical、Plumbing 和 Coordination。 -以下範例傳回作用中視圖的視圖領域。 +在以下範例中,傳回作用中視圖的視圖領域。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Displaystyle.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Displaystyle.md index 47af84906..8b74efb75 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Displaystyle.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Displaystyle.md @@ -1,7 +1,7 @@ ## 深入資訊 `View.Displaystyle` 會傳回視圖的顯示型式。顯示型式包括: Undefined、Wireframe、HLR (移除隱藏線)、Shading、ShadingWithEdges、Rendering、Realistic、FlatColors、RealisticWithEdges 和 Textures。 -以下範例傳回作用中視圖的顯示型式。結果為 HLR,這是 Revit 中典型的隱藏線顯示。 +在以下範例中,傳回作用中視圖的顯示型式。結果為 HLR,這是 Revit 中典型的隱藏線顯示。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.DuplicateView.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.DuplicateView.md new file mode 100644 index 000000000..8ef21797c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.DuplicateView.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.DuplicateView` 會嘗試使用給定的複製選項來複製給定視圖。如果無法複製該視圖,則傳回空值。 + +以下範例收集目前 Revit 文件中的所有製圖視圖,然後「與細節一起」複製製圖視圖並加上字首 (N)。 +___ +## 範例檔案 + +![View.DuplicateView](./Revit.Elements.Views.View.DuplicateView_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md new file mode 100644 index 000000000..9ea3fca1d --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.ExportAsImage.md @@ -0,0 +1,9 @@ +## 深入資訊 +`View.ExportAsImage` 會將給定視圖匯出至給定路徑成為影像。 + +以下範例在目前文件中選取了預設 3D 視圖進行匯出。從目前使用者的電腦擷取「圖片」資料夾並結合視圖名稱組成路徑。 + +___ +## 範例檔案 + +![View.ExportAsImage](./Revit.Elements.Views.View.ExportAsImage_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Filters.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Filters.md index 886b8b909..7430b55de 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Filters.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Filters.md @@ -1,7 +1,7 @@ ## 深入資訊 `View.Filters` 會取得指定到視圖的視圖篩選作為 `ParameterFilterElement` 物件。 -以下範例傳回作用中視圖套用的篩選名稱。 +在以下範例中,傳回作用中視圖套用的篩選名稱。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md new file mode 100644 index 000000000..53a9376cd --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.HideCategoriesTemporary.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.HideCategoriesTemporary` 會為給定視圖啟用暫時隱藏/隔離功能。提供的品類會隱藏到重設暫時隱藏/隔離為止。 + +以下範例隱藏了「L1」平面視圖的「門」和「家具」品類。 +___ +## 範例檔案 + +![View.HideCategoriesTemporary](./Revit.Elements.Views.View.HideCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md new file mode 100644 index 000000000..d0f0fe1dc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.HideElementsTemporary.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.HideElementsTemporary` 會為給定視圖啟用暫時隱藏/隔離檢視模式。給定的元素會隱藏到重設暫時隱藏/隔離檢視模式為止。 + +以下範例收集視圖「L1」的所有牆,並分成兩個清單: 防火和無防火。使用 `View.HideElementsTemporary` 暫時隱藏無防火的牆。 +___ +## 範例檔案 + +![View.HideElementsTemporary](./Revit.Elements.Views.View.HideElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md new file mode 100644 index 000000000..633c1def4 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.IsolateCategoriesTemporary.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.IsolateCategoriesTemporary` 會為給定視圖啟用暫時隱藏/隔離功能。提供的品類會隔離到重設暫時隱藏/隔離為止。 + +以下範例隔離了「L1」平面視圖的「門」和「家具」品類。 +___ +## 範例檔案 + +![View.IsolateCategoriesTemporary](./Revit.Elements.Views.View.IsolateCategoriesTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md new file mode 100644 index 000000000..cbf3b3a3b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.IsolateElementsTemporary.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.IsolateElementsTemporary` 會為給定視圖啟用暫時隱藏/隔離檢視模式。給定的元素會隔離到重設暫時隱藏/隔離檢視模式為止。 + +以下範例收集視圖「L1」的所有牆,並分成兩個清單: 防火和無防火。使用 `View.IsolateElementsTemporary` 暫時隔離無防火的牆。 +___ +## 範例檔案 + +![View.IsolateElementsTemporary](./Revit.Elements.Views.View.IsolateElementsTemporary_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Origin.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Origin.md index 170893fb2..b2c851b31 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Origin.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Origin.md @@ -1,7 +1,7 @@ ## 深入資訊 Revit 中的每個視圖都有一個原點。`View.Origin` 會傳回此值作為 Dynamo 的一點。根據 Revit API 文件,「平面視圖的原點沒有意義」。因此請記住,`View.Origin` 提供的值由終端使用者決定。 -以下範例傳回作用中視圖的原點和選取的 3D 視圖。 +在以下範例中,傳回作用中視圖的原點和選取的 3D 視圖。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Partsvisibility.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Partsvisibility.md index 19ab5c68f..55b063af6 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Partsvisibility.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.Partsvisibility.md @@ -7,7 +7,7 @@ - ShowOriginalOnly - 顯示視圖的原始元素,而非零件。 - ShowPartsAndOriginal - 顯示視圖的原始元素和零件。 -以下範例傳回作用中視圖的零件可見性選項。 +在以下範例中,傳回作用中視圖的零件可見性選項。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md new file mode 100644 index 000000000..a7c630817 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCategoryOverrides.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.SetCategoryOverrides` 會修改給定視圖中給定品類的可見性圖形。 + +以下範例收集目前 Revit 文件中的所有樓板平面視圖樣板,然後對視圖套用一組取代以隱藏風管中心線。 +___ +## 範例檔案 + +![View.SetCategoryOverrides](./Revit.Elements.Views.View.SetCategoryOverrides_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md new file mode 100644 index 000000000..2f1991de3 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCropBoxActive.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.SetCropBoxActive` 會根據布林輸入,將給定視圖的裁剪框切換為作用中或非作用中。 + +以下範例收集給定圖紙的所有視圖,並將其裁剪框設定為作用中。 +___ +## 範例檔案 + +![View.SetCropBoxActive](./Revit.Elements.Views.View.SetCropBoxActive_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md new file mode 100644 index 000000000..1c362bb8b --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetCropBoxVisible.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.SetCropBoxVisible` 會根據輸入的布林值切換給定視圖的裁剪框可見性。 + +以下範例將目前 Revit 文件中所有圖紙上所有視圖的裁剪框都設定為隱藏。 +___ +## 範例檔案 + +![View.SetCropBoxVisible](./Revit.Elements.Views.View.SetCropBoxVisible_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetScale.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetScale.md new file mode 100644 index 000000000..d934c1aab --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SetScale.md @@ -0,0 +1,8 @@ +## 深入資訊 +`View.SetScale` 會將給定視圖設定為給定比例係數。如需變更視圖比例係數的更多資訊,請參閱此 [文章](https://help.autodesk.com/view/RVTLT/2024/CHT/?guid=GUID-D5DCF485-C943-4F01-93FB-1E6CA88050A7)。 + +以下範例收集目前 Revit 文件中的所有製圖視圖,然後使用 `View.SetScale` 將視圖的比例設定為 1/4" = 1'-0" (比例係數為 48)。 +___ +## 範例檔案 + +![View.SetScale](./Revit.Elements.Views.View.SetScale_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SketchPlane.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SketchPlane.md index d48038907..8438f8d45 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SketchPlane.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.SketchPlane.md @@ -1,7 +1,7 @@ ## 深入資訊 `View.SketchPlane` 會傳回給定視圖的草圖平面元素。如果未定義草圖平面,則傳回空值。草圖平面在 Revit 中稱為「工作平面」。 -以下範例傳回作用中視圖的草圖平面並轉換為 Dynamo 平面。產生的 Dynamo 平面可用於建立幾何圖形。 +在以下範例中,傳回作用中視圖的草圖平面並轉換為 Dynamo 平面。產生的 Dynamo 平面可用於建立幾何圖形。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.ViewDirection.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.ViewDirection.md index dfcfd6415..c45e192f9 100644 --- a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.ViewDirection.md +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Views.View.ViewDirection.md @@ -1,7 +1,7 @@ ## 深入資訊 `View.ViewDirection` 會傳回一個表示視圖面向方向的向量。提供給您參考,平面視圖通常會產生沿 Z 軸的向量。 -以下範例傳回作用中視圖的向量。 +在以下範例中,傳回作用中視圖的向量。 ___ ## 範例檔案 diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md new file mode 100644 index 000000000..dc51ae4ea --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Wall.ByCurveAndHeight.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Wall.ByCurveAndHeight` 會以給定樓層為主體,在給定的線條位置,建立一面給定類型的牆。 + +以下範例在樓層 R3 高度為 10' 且長度為 10' 位置,建立一面「外部 - CMU 在金屬立柱上」牆實體。 +___ +## 範例檔案 + +![Wall.ByCurveAndHeight](./Revit.Elements.Wall.ByCurveAndHeight_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Wall.ByFace.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Wall.ByFace.md new file mode 100644 index 000000000..6b402a2da --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.Wall.ByFace.md @@ -0,0 +1,8 @@ +## 深入資訊 +`Wall.ByFace` 會在給定量體的面上建立牆,也必須提供牆的定位線和類型。 + +以下範例在目前 Revit 文件中所選既有表面上建立一面牆。 +___ +## 範例檔案 + +![Wall.ByFace](./Revit.Elements.Wall.ByFace_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.ByName.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.ByName.md new file mode 100644 index 000000000..1b46fd164 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.ByName.md @@ -0,0 +1,8 @@ +## 深入資訊 +`WallType.ByName` 會選取具有給定名稱的牆類型 (如果有)。如果找不到具有給定名稱的牆類型,則傳回空值。 + +以下範例在目前 Revit 文件中選取了「外部 - CMU 在金屬立柱上」牆類型。 +___ +## 範例檔案 + +![WallType.ByName](./Revit.Elements.WallType.ByName_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Function.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Function.md new file mode 100644 index 000000000..ff1e325d9 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Function.md @@ -0,0 +1,8 @@ +## 深入資訊 +`WallType.Function` 會傳回給定牆類型的功能。如需牆功能的更多資訊,請參閱此 [文章](https://help.autodesk.com/view/RVT/2025/CHT/?guid=GUID-718C1341-C4FC-40D6-9646-D2E13A861D33)。 + +以下範例收集目前 Revit 文件中的所有牆類型以及功能。 +___ +## 範例檔案 + +![WallType.Function](./Revit.Elements.WallType.Function_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md new file mode 100644 index 000000000..d7ebbdfe1 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.GetThermalProperties.md @@ -0,0 +1,8 @@ +## 深入資訊 +`WallType.GetThermalProperties` 會傳回給定牆類型的熱性質。如需牆熱性質的更多資訊,請參閱此 [文章](https://help.autodesk.com/view/RVT/2024/CHT/?guid=GUID-3C378374-D360-4207-A558-3500922A452E)。 + +以下範例在目前 Revit 文件中選取「外部 - CMU 在金屬立柱上」牆類型。使用 `WallType.GetThermalProperties` 顯示熱性質。 +___ +## 範例檔案 + +![WallType.GetThermalProperties](./Revit.Elements.WallType.GetThermalProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Name.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Name.md new file mode 100644 index 000000000..f6e37f06f --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Name.md @@ -0,0 +1,8 @@ +## 深入資訊 +`WallType.Name` 會以字串傳回給定牆類型的名稱。 + +以下範例收集目前 Revit 文件中的所有牆類型以及名稱。 +___ +## 範例檔案 + +![WallType.Name](./Revit.Elements.WallType.Name_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Width.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Width.md new file mode 100644 index 000000000..40b9874bc --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Elements.WallType.Width.md @@ -0,0 +1,8 @@ +## 深入資訊 +`WallType.Width` 會以數字傳回給定牆類型的寬度。 + +以下範例收集目前 Revit 文件中的所有牆類型以及寬度 (以專案單位表示)。 +___ +## 範例檔案 + +![WallType.Width](./Revit.Elements.WallType.Width_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md new file mode 100644 index 000000000..93d4e1917 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Filter.OverrideGraphicSettings.ByProperties.md @@ -0,0 +1,8 @@ +## 深入資訊 +`OverrideGraphicSettings.ByProperties` 會建立一組可見性圖形取代,以在視圖或視圖樣板中使用。 + +以下範例收集目前 Revit 文件中的所有樓板平面視圖樣板,然後對視圖套用一組取代以隱藏風管中心線。 +___ +## 範例檔案 + +![OverrideGraphicSettings.ByProperties](./Revit.Filter.OverrideGraphicSettings.ByProperties_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Transaction.Transaction.End.md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Transaction.Transaction.End.md new file mode 100644 index 000000000..7bcbb515c --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Revit.Transaction.Transaction.End.md @@ -0,0 +1,9 @@ +## 深入資訊 +`Transaction.End` 會完成目前的 Dynamo 交易,並傳回指定的元素。在 Revit 中,交易記錄表示對 Revit 文件所做的變更。發生變更時,透過啟用的退回按鈕可以看見變更。使用者可以利用 `Transaction.End` 在 Dynamo 圖表中增加步驟,為使用 `Transaction.End` 的每個步驟建立一個退回動作。 + +以下範例在 Revit 文件中放置族群實體。先呼叫 `Transaction.End` 完成放置,再使用 `FamilyInstance.SetRotation` 旋轉族群實體。 + +___ +## 範例檔案 + +![Transaction.End](./Revit.Transaction.Transaction.End_img.jpg) diff --git a/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md new file mode 100644 index 000000000..f8a0d5d39 --- /dev/null +++ b/doc/distrib/NodeHelpFiles/zh-TW/fallback_docs/Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level).md @@ -0,0 +1,10 @@ +## 深入資訊 + +`Toposolid.ByOutlinePointsTypeAndLevel` 會在目前 Revit 文件中的給定輸入處建立地形實體元素。 + +以下範例選取要轉換為地形實體的既有樓板 (具有修改的點)。擷取樓板要用來建立地形實體的造型點、輪廓和樓層。最後,建立地形實體來取代樓板並刪除樓板元素。 + +___ +## 範例檔案 + +![Toposolid.ByOutlinePointsTypeAndLevel](./Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel_img.jpg) diff --git a/doc/distrib/Templates/cs-CZ/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/cs-CZ/Collect All Elements Of Category And Get Parameters.dyn index 1198e4dd2..f4e91d868 100644 --- a/doc/distrib/Templates/cs-CZ/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/cs-CZ/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "Shromáždí všechny prvky vybrané kategorie (výchozí pro místnosti) a získá hodnotu Plocha místnosti všech prvků", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "Shromáždit všechny prvky kategorie a získat parametry", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/cs-CZ/Collect All Elements Of Category.dyn b/doc/distrib/Templates/cs-CZ/Collect All Elements Of Category.dyn index b4bf4b3c5..1c3a75ca4 100644 --- a/doc/distrib/Templates/cs-CZ/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/cs-CZ/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "Shromáždí všechny prvky vybrané kategorie (výchozí pro místnosti)", - "Name": "Collect All Elements Of Category", + "Name": "Shromáždit všechny prvky kategorie", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/cs-CZ/Export Data To Excel.dyn b/doc/distrib/Templates/cs-CZ/Export Data To Excel.dyn index ba59babf7..4f00850d3 100644 --- a/doc/distrib/Templates/cs-CZ/Export Data To Excel.dyn +++ b/doc/distrib/Templates/cs-CZ/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "Exportuje data do aplikace Excel podle názvu vybraného výkresu. Bude nutné připojit data k exportu.", - "Name": "Export Data To Excel", + "Name": "Exportovat data do aplikace Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/cs-CZ/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/cs-CZ/Get Geometry For All Elements Of Category.dyn index 3f7a4c165..874f32882 100644 --- a/doc/distrib/Templates/cs-CZ/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/cs-CZ/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "Shromáždí všechny prvky vybrané kategorie (výchozí nastavení na Dveře) a získá geometrie všech prvků", - "Name": "Get Geometry For All Elements Of Category", + "Name": "Získat geometrii pro všechny prvky kategorie", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "Doporučujeme, abyste uložili graf s kategorií, která bude v modelech existovat, aby se nezobrazovalo upozornění.\n\nZkuste například uložit a spustit graf s kategorií Dveře ve vzorovém modelu Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/cs-CZ/Import Data From Excel.dyn b/doc/distrib/Templates/cs-CZ/Import Data From Excel.dyn index 10678fb6f..0a27aef0f 100644 --- a/doc/distrib/Templates/cs-CZ/Import Data From Excel.dyn +++ b/doc/distrib/Templates/cs-CZ/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Importuje data ze souboru aplikace Excel a transponuje data, čímž převrátí sloupce a řádky", - "Name": "Import Data From Excel", + "Name": "Importovat data z aplikace Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/cs-CZ/Read Image From File.dyn b/doc/distrib/Templates/cs-CZ/Read Image From File.dyn index d03b3ecf6..4303f49c9 100644 --- a/doc/distrib/Templates/cs-CZ/Read Image From File.dyn +++ b/doc/distrib/Templates/cs-CZ/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Načte obrázek z disku, se kterým bude možné pracovat v aplikaci Dynamo", - "Name": "Read Image From File", + "Name": "Načíst obrázek ze souboru", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/cs-CZ/filenames.json b/doc/distrib/Templates/cs-CZ/filenames.json index e0e048144..c0775d202 100644 --- a/doc/distrib/Templates/cs-CZ/filenames.json +++ b/doc/distrib/Templates/cs-CZ/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "Shromáždit všechny prvky kategorie a načíst parametry", + "Collect All Elements Of Category": "Shromáždit všechny prvky kategorie", + "Export Data To Excel": "Exportovat data do aplikace Excel", + "Get Geometry For All Elements Of Category": "Získat geometrii pro všechny prvky kategorie", + "Import Data From Excel": "Importovat data z aplikace Excel", + "Read Image From File": "Načíst obrázek ze souboru" } diff --git a/doc/distrib/Templates/de-DE/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/de-DE/Collect All Elements Of Category And Get Parameters.dyn index f5f1ea66a..4be174b85 100644 --- a/doc/distrib/Templates/de-DE/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/de-DE/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "Alle Elemente einer ausgewählten Kategorie sammeln (vorgabemäßig auf Räume eingestellt) und Raumfläche der einzelnen Elemente abrufen", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "Alle Elemente der Kategorie sammeln und Parameter abrufen", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/de-DE/Collect All Elements Of Category.dyn b/doc/distrib/Templates/de-DE/Collect All Elements Of Category.dyn index 7e815e651..c9a18285f 100644 --- a/doc/distrib/Templates/de-DE/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/de-DE/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "Alle Elemente einer ausgewählten Kategorie sammeln (vorgabemäßig auf Räume eingestellt)", - "Name": "Collect All Elements Of Category", + "Name": "Alle Elemente der Kategorie sammeln", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/de-DE/Export Data To Excel.dyn b/doc/distrib/Templates/de-DE/Export Data To Excel.dyn index 34851d8b2..e99857c71 100644 --- a/doc/distrib/Templates/de-DE/Export Data To Excel.dyn +++ b/doc/distrib/Templates/de-DE/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "Exportieren Sie Daten nach Excel, wenn ein Planname ausgewählt wurde. Sie müssen die zu exportierenden Daten verbinden", - "Name": "Export Data To Excel", + "Name": "Daten nach Excel exportieren", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/de-DE/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/de-DE/Get Geometry For All Elements Of Category.dyn index 9ff49fd81..7066b53b6 100644 --- a/doc/distrib/Templates/de-DE/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/de-DE/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "Alle Elemente einer ausgewählten Kategorie sammeln (vorgabemäßig auf Türen eingestellt) und Geometrie der einzelnen Elemente abrufen", - "Name": "Get Geometry For All Elements Of Category", + "Name": "Geometrie für alle Elemente der Kategorie abrufen", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "Es wird empfohlen, das Diagramm mit einer Kategorie zu speichern, die wahrscheinlich in Ihren Modellen vorhanden ist, um eine Warnung zu vermeiden.\n\nVersuchen Sie beispielsweise, das Diagramm mit der Kategorie Türen im Beispielmodell Snowdon Towers Sample Architectural.rvt zu speichern und auszuführen, das unter folgendem Link verfügbar ist:\nC:\\Programme\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/de-DE/Import Data From Excel.dyn b/doc/distrib/Templates/de-DE/Import Data From Excel.dyn index 47423bf66..267070d12 100644 --- a/doc/distrib/Templates/de-DE/Import Data From Excel.dyn +++ b/doc/distrib/Templates/de-DE/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Daten aus einer Excel-Datei importieren und die Daten zum Umkehren von Spalten und Zeilen umstellen", - "Name": "Import Data From Excel", + "Name": "Daten aus Excel importieren", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/de-DE/Read Image From File.dyn b/doc/distrib/Templates/de-DE/Read Image From File.dyn index 31333d798..345207bc4 100644 --- a/doc/distrib/Templates/de-DE/Read Image From File.dyn +++ b/doc/distrib/Templates/de-DE/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Bild von der Festplatte lesen, um in Dynamo arbeiten zu können", - "Name": "Read Image From File", + "Name": "Bild aus Datei lesen", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/de-DE/filenames.json b/doc/distrib/Templates/de-DE/filenames.json index e0e048144..2f89dd605 100644 --- a/doc/distrib/Templates/de-DE/filenames.json +++ b/doc/distrib/Templates/de-DE/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "Alle Elemente der Kategorie sammeln und Parameter abrufen", + "Collect All Elements Of Category": "Alle Elemente der Kategorie sammeln", + "Export Data To Excel": "Daten nach Excel exportieren", + "Get Geometry For All Elements Of Category": "Geometrie für alle Elemente der Kategorie abrufen", + "Import Data From Excel": "Daten aus Excel importieren", + "Read Image From File": "Bild aus Datei lesen" } diff --git a/doc/distrib/Templates/es-ES/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/es-ES/Collect All Elements Of Category And Get Parameters.dyn index 7688a2d43..2a4b8c06b 100644 --- a/doc/distrib/Templates/es-ES/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/es-ES/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "Recopile todos los elementos de una categoría seleccionada (por defecto, Habitaciones) y obtenga el área de habitación de cada elemento.", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "Recopilar todos los elementos de categoría y obtener parámetros", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/es-ES/Collect All Elements Of Category.dyn b/doc/distrib/Templates/es-ES/Collect All Elements Of Category.dyn index 0d16635b8..4dc1803f5 100644 --- a/doc/distrib/Templates/es-ES/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/es-ES/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "Recopile todos los elementos de la categoría elegida (por defecto, Habitaciones).", - "Name": "Collect All Elements Of Category", + "Name": "Recopilar todos los elementos de categoría", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/es-ES/Export Data To Excel.dyn b/doc/distrib/Templates/es-ES/Export Data To Excel.dyn index eb6f2b95d..f2e347a50 100644 --- a/doc/distrib/Templates/es-ES/Export Data To Excel.dyn +++ b/doc/distrib/Templates/es-ES/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "Exporte datos a Excel con un nombre de plano seleccionado. Deberá conectar los datos para exportarlos.", - "Name": "Export Data To Excel", + "Name": "Exportar datos a Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/es-ES/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/es-ES/Get Geometry For All Elements Of Category.dyn index ee64a2772..d2790554a 100644 --- a/doc/distrib/Templates/es-ES/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/es-ES/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "Recopile todos los elementos de una categoría seleccionada (por defecto, Puertas) y obtenga la geometría de cada elemento.", - "Name": "Get Geometry For All Elements Of Category", + "Name": "Obtener geometría para todos los elementos de categoría", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "Le recomendamos que guarde el gráfico con una categoría que espere que exista en los modelos para evitar un aviso.\n\nPor ejemplo, intente guardar y ejecutar el gráfico de la categoría Puertas en el modelo Muestra arquitectónica de Torres Snowdown.rvt, disponible en:\nC:\\Archivos de programa\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/es-ES/Import Data From Excel.dyn b/doc/distrib/Templates/es-ES/Import Data From Excel.dyn index 8e1259381..1b4b75e6a 100644 --- a/doc/distrib/Templates/es-ES/Import Data From Excel.dyn +++ b/doc/distrib/Templates/es-ES/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Importe datos de un archivo de Excel y transponga los datos para voltear columnas y filas.", - "Name": "Import Data From Excel", + "Name": "Importar datos de Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/es-ES/Read Image From File.dyn b/doc/distrib/Templates/es-ES/Read Image From File.dyn index 0636578cf..956f7b76e 100644 --- a/doc/distrib/Templates/es-ES/Read Image From File.dyn +++ b/doc/distrib/Templates/es-ES/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Lea la imagen del disco para poder trabajar con ella dentro de Dynamo.", - "Name": "Read Image From File", + "Name": "Leer imagen de archivo", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/es-ES/filenames.json b/doc/distrib/Templates/es-ES/filenames.json index e0e048144..6be5040fe 100644 --- a/doc/distrib/Templates/es-ES/filenames.json +++ b/doc/distrib/Templates/es-ES/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "Recopilar todos los elementos de categoría y obtener parámetros", + "Collect All Elements Of Category": "Recopilar todos los elementos de categoría", + "Export Data To Excel": "Exportar datos a Excel", + "Get Geometry For All Elements Of Category": "Obtener geometría para todos los elementos de categoría", + "Import Data From Excel": "Importar datos de Excel", + "Read Image From File": "Leer imagen del archivo" } diff --git a/doc/distrib/Templates/fr-FR/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/fr-FR/Collect All Elements Of Category And Get Parameters.dyn index 8e6e9d13b..8ff53f891 100644 --- a/doc/distrib/Templates/fr-FR/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/fr-FR/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "Rassembler tous les éléments d'une catégorie choisie (par défaut : les pièces) et obtenir chaque élément Surface de la pièce", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "Recueillir tous les éléments de la catégorie et obtenir les paramètres", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/fr-FR/Collect All Elements Of Category.dyn b/doc/distrib/Templates/fr-FR/Collect All Elements Of Category.dyn index d29458c45..697b4e29e 100644 --- a/doc/distrib/Templates/fr-FR/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/fr-FR/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "Rassembler tous les éléments d'une catégorie choisie (valeurs par défaut : pièces)", - "Name": "Collect All Elements Of Category", + "Name": "Recueillir tous les éléments de la catégorie", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/fr-FR/Export Data To Excel.dyn b/doc/distrib/Templates/fr-FR/Export Data To Excel.dyn index 42c1997eb..3d00964b7 100644 --- a/doc/distrib/Templates/fr-FR/Export Data To Excel.dyn +++ b/doc/distrib/Templates/fr-FR/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "Exporter les données vers Excel en fonction du nom de feuille choisi. Vous devez connecter les données à exporter", - "Name": "Export Data To Excel", + "Name": "Exporter les données vers Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/fr-FR/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/fr-FR/Get Geometry For All Elements Of Category.dyn index 7ca085d84..1de8ef3a9 100644 --- a/doc/distrib/Templates/fr-FR/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/fr-FR/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "Collecter tous les éléments d'une catégorie choisie (par défaut : les portes) et obtenir chaque géométrie d'élément", - "Name": "Get Geometry For All Elements Of Category", + "Name": "Obtenir la géométrie pour tous les éléments de la catégorie", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "Nous vous recommandons d’enregistrer votre graphique avec une catégorie que vous pensez exister dans vos modèles afin d’éviter tout avertissement.\n\nPar exemple, essayez d’enregistrer et d’exécuter le graphique avec la catégorie Doors (Portes) dans l’exemple de modèle Snowdon Towers Sample Architectural.rvt, disponible à l’adresse suivante :\nC:\\Program Files\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/fr-FR/Import Data From Excel.dyn b/doc/distrib/Templates/fr-FR/Import Data From Excel.dyn index 4e2410ec0..a99b1d111 100644 --- a/doc/distrib/Templates/fr-FR/Import Data From Excel.dyn +++ b/doc/distrib/Templates/fr-FR/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Importer des données à partir d'un fichier Excel et les transposer pour inverser les colonnes et les lignes", - "Name": "Import Data From Excel", + "Name": "Importer les données depuis Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/fr-FR/Read Image From File.dyn b/doc/distrib/Templates/fr-FR/Read Image From File.dyn index 283a6945c..7405b2b51 100644 --- a/doc/distrib/Templates/fr-FR/Read Image From File.dyn +++ b/doc/distrib/Templates/fr-FR/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Lire l'image à partir du disque pour pouvoir travailler dans Dynamo", - "Name": "Read Image From File", + "Name": "Lire l’image à partir du fichier", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/fr-FR/filenames.json b/doc/distrib/Templates/fr-FR/filenames.json index e0e048144..02e8190c7 100644 --- a/doc/distrib/Templates/fr-FR/filenames.json +++ b/doc/distrib/Templates/fr-FR/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "Recueillir tous les éléments de la catégorie et obtenir les paramètres", + "Collect All Elements Of Category": "Recueillir tous les éléments de la catégorie", + "Export Data To Excel": "Exporter les données vers Excel", + "Get Geometry For All Elements Of Category": "Obtenir la géométrie pour tous les éléments de la catégorie", + "Import Data From Excel": "Importer les données depuis Excel", + "Read Image From File": "Lire l’image à partir du fichier" } diff --git a/doc/distrib/Templates/it-IT/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/it-IT/Collect All Elements Of Category And Get Parameters.dyn index f0f2a1957..a2338dc19 100644 --- a/doc/distrib/Templates/it-IT/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/it-IT/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "Raccoglie tutti gli elementi della categoria selezionata (l'impostazione di default è Locali) e ottiene l'area del locale di ogni elemento.", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "Raccogli tutti gli elementi della categoria e ottiene i parametri", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/it-IT/Collect All Elements Of Category.dyn b/doc/distrib/Templates/it-IT/Collect All Elements Of Category.dyn index 52b98faed..6fe2346ca 100644 --- a/doc/distrib/Templates/it-IT/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/it-IT/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "Raccoglie tutti gli elementi della categoria scelta (l'impostazione di default è Locali).", - "Name": "Collect All Elements Of Category", + "Name": "Raccogli tutti gli elementi della categoria", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/it-IT/Export Data To Excel.dyn b/doc/distrib/Templates/it-IT/Export Data To Excel.dyn index 65fdedbef..c685953c3 100644 --- a/doc/distrib/Templates/it-IT/Export Data To Excel.dyn +++ b/doc/distrib/Templates/it-IT/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "Esporta i dati in formato Excel in base al nome della tavola scelto. È necessario connettere i dati da esportare.", - "Name": "Export Data To Excel", + "Name": "Esporta dati in Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/it-IT/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/it-IT/Get Geometry For All Elements Of Category.dyn index 56e7fcceb..6e64a615f 100644 --- a/doc/distrib/Templates/it-IT/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/it-IT/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "Raccoglie tutti gli elementi della categoria scelta (l'impostazione di default è Porte) e ottiene la geometria di ogni elemento.", - "Name": "Get Geometry For All Elements Of Category", + "Name": "Ottieni geometria per tutti gli elementi della categoria", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "Si consiglia di salvare il grafico con una categoria che si prevede esista nei modelli per evitare la visualizzazione di un avviso.\n\nAd esempio, provare a salvare ed eseguire il grafico con la categoria Doors nel modello di esempio Snowdon Towers Sample Architectural.rvt, disponibile in:\nC:\\Programmi\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/it-IT/Import Data From Excel.dyn b/doc/distrib/Templates/it-IT/Import Data From Excel.dyn index 82990df6b..b0614efcd 100644 --- a/doc/distrib/Templates/it-IT/Import Data From Excel.dyn +++ b/doc/distrib/Templates/it-IT/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Importa i dati da un file di Excel e li traspone per invertire le colonne e le righe.", - "Name": "Import Data From Excel", + "Name": "Importa dati da Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/it-IT/Read Image From File.dyn b/doc/distrib/Templates/it-IT/Read Image From File.dyn index 7513d6c62..d01889b3f 100644 --- a/doc/distrib/Templates/it-IT/Read Image From File.dyn +++ b/doc/distrib/Templates/it-IT/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Legge l'immagine dal disco per poter lavorare all'interno di Dynamo.", - "Name": "Read Image From File", + "Name": "Leggi immagine dal file", "ElementResolver": { "ResolutionMap": {} }, @@ -275,7 +275,7 @@ }, { "Id": "37460f13b9794e029d2aec8655b5aaa9", - "Title": "Leggere l'immagine da file nello spazio dello memoria di Dynamo nel formato bitmap", + "Title": "Leggere l'immagine dal file nello spazio dello memoria di Dynamo nel formato bitmap", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/it-IT/filenames.json b/doc/distrib/Templates/it-IT/filenames.json index e0e048144..20504e264 100644 --- a/doc/distrib/Templates/it-IT/filenames.json +++ b/doc/distrib/Templates/it-IT/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "Raccogli tutti gli elementi della categoria e ottiene i parametri", + "Collect All Elements Of Category": "Raccogli tutti gli elementi della categoria", + "Export Data To Excel": "Esporta dati in Excel", + "Get Geometry For All Elements Of Category": "Ottieni geometria per tutti gli elementi della categoria", + "Import Data From Excel": "Importa dati da Excel", + "Read Image From File": "Leggi immagine dal file" } diff --git a/doc/distrib/Templates/ja-JP/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/ja-JP/Collect All Elements Of Category And Get Parameters.dyn index 8c0f7eaf9..20cd2d3a2 100644 --- a/doc/distrib/Templates/ja-JP/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/ja-JP/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "選択したカテゴリ(既定は部屋)のすべての要素を収集し、各要素の部屋面積を取得します", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "カテゴリのすべての要素を収集し、パラメータを取得", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ja-JP/Collect All Elements Of Category.dyn b/doc/distrib/Templates/ja-JP/Collect All Elements Of Category.dyn index 67bb3e108..eb25b5bbd 100644 --- a/doc/distrib/Templates/ja-JP/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/ja-JP/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "選択したカテゴリ(既定は部屋)のすべての要素を収集します", - "Name": "Collect All Elements Of Category", + "Name": "カテゴリのすべての要素を収集", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ja-JP/Export Data To Excel.dyn b/doc/distrib/Templates/ja-JP/Export Data To Excel.dyn index ca9f25de4..c4498615e 100644 --- a/doc/distrib/Templates/ja-JP/Export Data To Excel.dyn +++ b/doc/distrib/Templates/ja-JP/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "選択したシート名でデータを Exce lに書き出します。書き出すデータを接続する必要があります。", - "Name": "Export Data To Excel", + "Name": "Excel にデータを書き出す", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ja-JP/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/ja-JP/Get Geometry For All Elements Of Category.dyn index b64f86272..f2d0e9ee6 100644 --- a/doc/distrib/Templates/ja-JP/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/ja-JP/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "選択したカテゴリ(既定はドア)のすべての要素を収集し、各要素のジオメトリを取得します", - "Name": "Get Geometry For All Elements Of Category", + "Name": "カテゴリのすべての要素のジオメトリを取得", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "警告が表示されないように、モデルに存在すると予想されるカテゴリでグラフを保存することをお勧めします。\n\nたとえば、サンプル モデル Snowdon Towers Sample Architectural.rvt の Doors カテゴリを使用してグラフを保存して実行してみてください。\nC:\\Program Files\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/ja-JP/Import Data From Excel.dyn b/doc/distrib/Templates/ja-JP/Import Data From Excel.dyn index 1a1cb2215..6fcb568ea 100644 --- a/doc/distrib/Templates/ja-JP/Import Data From Excel.dyn +++ b/doc/distrib/Templates/ja-JP/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Excel ファイルからデータを読み込み、データを転置して列と行を反転します。", - "Name": "Import Data From Excel", + "Name": "Excel からデータを読み込む", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ja-JP/Read Image From File.dyn b/doc/distrib/Templates/ja-JP/Read Image From File.dyn index a44faa1e1..ccb16c446 100644 --- a/doc/distrib/Templates/ja-JP/Read Image From File.dyn +++ b/doc/distrib/Templates/ja-JP/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "ディスクからイメージを読み込んで、Dynamo 内で作業できるようにします", - "Name": "Read Image From File", + "Name": "ファイルからイメージを読み込む", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ja-JP/filenames.json b/doc/distrib/Templates/ja-JP/filenames.json index e0e048144..20bd060cd 100644 --- a/doc/distrib/Templates/ja-JP/filenames.json +++ b/doc/distrib/Templates/ja-JP/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "カテゴリのすべての要素を収集し、パラメータを取得", + "Collect All Elements Of Category": "カテゴリのすべての要素を収集", + "Export Data To Excel": "Excel にデータを書き出す", + "Get Geometry For All Elements Of Category": "カテゴリのすべての要素のジオメトリを取得", + "Import Data From Excel": "Excel からデータを読み込む", + "Read Image From File": "ファイルからイメージを読み込む" } diff --git a/doc/distrib/Templates/ko-KR/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/ko-KR/Collect All Elements Of Category And Get Parameters.dyn index b789c24f8..f087e7376 100644 --- a/doc/distrib/Templates/ko-KR/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/ko-KR/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "선택한 카테고리의 모든 요소(기본값: 룸)를 수집하고 각 요소의 룸 면적을 가져옵니다.", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "카테고리의 모든 요소 수집 및 매개변수 가져오기", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ko-KR/Collect All Elements Of Category.dyn b/doc/distrib/Templates/ko-KR/Collect All Elements Of Category.dyn index be6a83564..72387b9e8 100644 --- a/doc/distrib/Templates/ko-KR/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/ko-KR/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "선택한 카테고리의 모든 요소(기본값: 룸) 수집", - "Name": "Collect All Elements Of Category", + "Name": "카테고리의 모든 요소 수집", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ko-KR/Export Data To Excel.dyn b/doc/distrib/Templates/ko-KR/Export Data To Excel.dyn index 837b5f09e..e9d98c505 100644 --- a/doc/distrib/Templates/ko-KR/Export Data To Excel.dyn +++ b/doc/distrib/Templates/ko-KR/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "선택한 시트 이름을 기준으로 데이터를 Excel로 내보냅니다. 내보낼 데이터를 연결해야 합니다.", - "Name": "Export Data To Excel", + "Name": "Excel로 데이터 내보내기", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ko-KR/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/ko-KR/Get Geometry For All Elements Of Category.dyn index 53b7534a3..e95f04f14 100644 --- a/doc/distrib/Templates/ko-KR/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/ko-KR/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "선택한 카테고리의 모든 요소(기본값: 문)를 수집하고 각 요소의 형상을 가져옵니다.", - "Name": "Get Geometry For All Elements Of Category", + "Name": "카테고리의 모든 요소에 대한 형상 가져오기", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "경고가 발생하지 않도록 모델에 있을 것으로 예상되는 카테고리로 그래프를 저장하는 것이 좋습니다.\n\n예를 들어, 다음 위치에서 사용할 수 있는 샘플 모델 Snowdon Towers Sample Architectural.rvt에서는 Doors 범주를 사용하여 그래프를 저장하고 실행해 보십시오.\nC:\\Program Files\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/ko-KR/Import Data From Excel.dyn b/doc/distrib/Templates/ko-KR/Import Data From Excel.dyn index cebbea94a..b597a5660 100644 --- a/doc/distrib/Templates/ko-KR/Import Data From Excel.dyn +++ b/doc/distrib/Templates/ko-KR/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Excel 파일에서 데이터를 가져오고 데이터를 전치하여 열과 행을 바꿉니다.", - "Name": "Import Data From Excel", + "Name": "Excel에서 데이터 가져오기", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ko-KR/Read Image From File.dyn b/doc/distrib/Templates/ko-KR/Read Image From File.dyn index 14e868379..e179dae54 100644 --- a/doc/distrib/Templates/ko-KR/Read Image From File.dyn +++ b/doc/distrib/Templates/ko-KR/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Dynamo에서 작업할 수 있도록 디스크의 이미지를 읽습니다.", - "Name": "Read Image From File", + "Name": "파일에서 이미지 읽기", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ko-KR/filenames.json b/doc/distrib/Templates/ko-KR/filenames.json index e0e048144..4232bb92a 100644 --- a/doc/distrib/Templates/ko-KR/filenames.json +++ b/doc/distrib/Templates/ko-KR/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "카테고리의 모든 요소 수집 및 매개변수 가져오기", + "Collect All Elements Of Category": "카테고리의 모든 요소 수집", + "Export Data To Excel": "Excel로 데이터 내보내기", + "Get Geometry For All Elements Of Category": "카테고리의 모든 요소에 대한 형상 가져오기", + "Import Data From Excel": "Excel에서 데이터 가져오기", + "Read Image From File": "파일에서 이미지 읽기" } diff --git a/doc/distrib/Templates/pl-PL/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/pl-PL/Collect All Elements Of Category And Get Parameters.dyn index 3b8f14ee5..d3de16506 100644 --- a/doc/distrib/Templates/pl-PL/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/pl-PL/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "Zbierz wszystkie elementy wybranej kategorii (ustawienie domyślne to pomieszczenia) i pobierz powierzchnie pomieszczeń poszczególnych elementów", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "Zbierz wszystkie elementy kategorii i pobierz parametry", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pl-PL/Collect All Elements Of Category.dyn b/doc/distrib/Templates/pl-PL/Collect All Elements Of Category.dyn index c12b96437..7ab6b5e23 100644 --- a/doc/distrib/Templates/pl-PL/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/pl-PL/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "Zbierz wszystkie elementy wybranej kategorii (ustawienie domyślne to pomieszczenia)", - "Name": "Collect All Elements Of Category", + "Name": "Zbierz wszystkie elementy kategorii", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pl-PL/Export Data To Excel.dyn b/doc/distrib/Templates/pl-PL/Export Data To Excel.dyn index 6956eab7a..e71e06faf 100644 --- a/doc/distrib/Templates/pl-PL/Export Data To Excel.dyn +++ b/doc/distrib/Templates/pl-PL/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "Eksportuj dane do programu Excel z podaną nazwą arkusza. Należy połączyć dane, aby można było je wyeksportować", - "Name": "Export Data To Excel", + "Name": "Eksportuj dane do programu Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pl-PL/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/pl-PL/Get Geometry For All Elements Of Category.dyn index 90a6704db..653e3d5d1 100644 --- a/doc/distrib/Templates/pl-PL/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/pl-PL/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "Zbierz wszystkie elementy wybranej kategorii (ustawienie domyślne to drzwi) i pobierz geometrię poszczególnych elementów", - "Name": "Get Geometry For All Elements Of Category", + "Name": "Pobierz geometrię dla wszystkich elementów kategorii", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "Zalecamy zapisanie wykresu przy użyciu kategorii, której istnienia oczekuje się w modelach, aby zapobiec ostrzeżeniu.\n\nNa przykład spróbuj zapisać i uruchomić wykres z kategorią Drzwi (Doors) w przykładowym modelu Snowdon Towers Sample Architectural.rvt dostępnym tutaj:\nC:\\Program Files\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/pl-PL/Import Data From Excel.dyn b/doc/distrib/Templates/pl-PL/Import Data From Excel.dyn index 2ae68c4cb..fee67aa84 100644 --- a/doc/distrib/Templates/pl-PL/Import Data From Excel.dyn +++ b/doc/distrib/Templates/pl-PL/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Importuj dane z pliku programu Excel i przekształć dane, zamieniając kolumny i wiersze", - "Name": "Import Data From Excel", + "Name": "Importuj dane z programu Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pl-PL/Read Image From File.dyn b/doc/distrib/Templates/pl-PL/Read Image From File.dyn index 0ca194ed6..8513bc9d7 100644 --- a/doc/distrib/Templates/pl-PL/Read Image From File.dyn +++ b/doc/distrib/Templates/pl-PL/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Odczytaj obraz z dysku, aby pracować z wewnętrznym środowiskiem dodatku Dynamo", - "Name": "Read Image From File", + "Name": "Odczytaj obraz z pliku", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pl-PL/filenames.json b/doc/distrib/Templates/pl-PL/filenames.json index e0e048144..42aae3521 100644 --- a/doc/distrib/Templates/pl-PL/filenames.json +++ b/doc/distrib/Templates/pl-PL/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "Zbierz wszystkie elementy kategorii i pobierz parametry", + "Collect All Elements Of Category": "Zbierz wszystkie elementy kategorii", + "Export Data To Excel": "Eksportuj dane do programu Excel", + "Get Geometry For All Elements Of Category": "Pobierz geometrię dla wszystkich elementów kategorii", + "Import Data From Excel": "Importuj dane z programu Excel", + "Read Image From File": "Odczytaj obraz z pliku" } diff --git a/doc/distrib/Templates/pt-BR/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/pt-BR/Collect All Elements Of Category And Get Parameters.dyn index f4a0caf78..2002dca0f 100644 --- a/doc/distrib/Templates/pt-BR/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/pt-BR/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "Coletar todos os elementos de uma categoria escolhida (Padronizando para ambientes) e obter a área de ambiente de cada elemento", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "Coletar todos os elementos da categoria e obter parâmetros", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pt-BR/Collect All Elements Of Category.dyn b/doc/distrib/Templates/pt-BR/Collect All Elements Of Category.dyn index b061d98a1..665c7d7d3 100644 --- a/doc/distrib/Templates/pt-BR/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/pt-BR/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "Coletar todos os elementos de uma categoria escolhida (padronizando para ambientes)", - "Name": "Collect All Elements Of Category", + "Name": "Coletar todos os elementos da categoria", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pt-BR/Export Data To Excel.dyn b/doc/distrib/Templates/pt-BR/Export Data To Excel.dyn index f10e8c6c0..d87d8a86a 100644 --- a/doc/distrib/Templates/pt-BR/Export Data To Excel.dyn +++ b/doc/distrib/Templates/pt-BR/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "Exportar dados para o Excel com base um nome de folha escolhido. Será necessário conectar os dados a serem exportados", - "Name": "Export Data To Excel", + "Name": "Exportar dados para o Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pt-BR/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/pt-BR/Get Geometry For All Elements Of Category.dyn index 35ea9b107..bb8793912 100644 --- a/doc/distrib/Templates/pt-BR/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/pt-BR/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "Coletar todos os elementos de uma categoria selecionada (padronizando para portas) e obter a geometria de cada elemento", - "Name": "Get Geometry For All Elements Of Category", + "Name": "Obter a geometria de todos os elementos da categoria", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "Recomendamos salvar o gráfico com uma categoria que você espera que exista nos modelos para evitar um aviso.\n\nPor exemplo, tente salvar e executar o gráfico com a categoria Portas no modelo de amostra Snowdon Towers Sample Architectural.rvt, disponível em:\nC:\\Arquivos de programas\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/pt-BR/Import Data From Excel.dyn b/doc/distrib/Templates/pt-BR/Import Data From Excel.dyn index 571dfd0d9..b62f8f209 100644 --- a/doc/distrib/Templates/pt-BR/Import Data From Excel.dyn +++ b/doc/distrib/Templates/pt-BR/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Importar dados de um arquivo do Excel e transpor os dados para inverter colunas e linhas", - "Name": "Import Data From Excel", + "Name": "Importar dados do Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pt-BR/Read Image From File.dyn b/doc/distrib/Templates/pt-BR/Read Image From File.dyn index 9fb014e65..3baf29558 100644 --- a/doc/distrib/Templates/pt-BR/Read Image From File.dyn +++ b/doc/distrib/Templates/pt-BR/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Ler imagem do disco para poder trabalhar com o Dynamo", - "Name": "Read Image From File", + "Name": "Ler imagem do arquivo", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/pt-BR/filenames.json b/doc/distrib/Templates/pt-BR/filenames.json index e0e048144..f3773a16a 100644 --- a/doc/distrib/Templates/pt-BR/filenames.json +++ b/doc/distrib/Templates/pt-BR/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "ColetarTodososElementosdaCategoriaeObterParametros", + "Collect All Elements Of Category": "ColetarTodososElementosdaCategoria", + "Export Data To Excel": "ExportarDadosparaoExcel", + "Get Geometry For All Elements Of Category": "ObteraGeometriaparaTodososElementosdaCategoria", + "Import Data From Excel": "ImportarDadosdoExcel", + "Read Image From File": "LerImagemdoArquivo" } diff --git a/doc/distrib/Templates/ru-RU/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/ru-RU/Collect All Elements Of Category And Get Parameters.dyn index c3e68a3a4..9156debd7 100644 --- a/doc/distrib/Templates/ru-RU/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/ru-RU/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "Сбор всех элементов выбранной категории (по умолчанию — «Помещения») и получение площади помещения для каждого элемента", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "Сбор всех элементов категории и получение параметров", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ru-RU/Collect All Elements Of Category.dyn b/doc/distrib/Templates/ru-RU/Collect All Elements Of Category.dyn index 78d563f5e..4604362e0 100644 --- a/doc/distrib/Templates/ru-RU/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/ru-RU/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "Сбор всех элементов выбранной категории (по умолчанию — «Помещения»)", - "Name": "Collect All Elements Of Category", + "Name": "Сбор всех элементов категории", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ru-RU/Export Data To Excel.dyn b/doc/distrib/Templates/ru-RU/Export Data To Excel.dyn index 05ffd3718..7aa32eb74 100644 --- a/doc/distrib/Templates/ru-RU/Export Data To Excel.dyn +++ b/doc/distrib/Templates/ru-RU/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "Экспорт данных в Excel с заданным именем листа. Необходимо подключить данные для экспорта", - "Name": "Export Data To Excel", + "Name": "Экспорт данных в Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ru-RU/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/ru-RU/Get Geometry For All Elements Of Category.dyn index 1ce993ff5..75ddb6c33 100644 --- a/doc/distrib/Templates/ru-RU/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/ru-RU/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "Сбор всех элементов выбранной категории (по умолчанию — «Двери») и получение геометрии каждого элемента", - "Name": "Get Geometry For All Elements Of Category", + "Name": "Получение геометрии для всех элементов категории", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "Чтобы предотвратить появление предупреждения, рекомендуется сохранить график с категорией, которая, как предполагается, присутствует в моделях.\n\nНапример, попробуйте сохранить и запустить график с категорией «Двери» в файле примера модели Snowdon Towers Sample Architectural.rvt, который находится в следующей папке:\nC:\\Program Files\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/ru-RU/Import Data From Excel.dyn b/doc/distrib/Templates/ru-RU/Import Data From Excel.dyn index 1d809b82a..491af8906 100644 --- a/doc/distrib/Templates/ru-RU/Import Data From Excel.dyn +++ b/doc/distrib/Templates/ru-RU/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "Импорт данных из файла Excel и перестановка данных для преображения столбцов в строки и наоборот", - "Name": "Import Data From Excel", + "Name": "Импорт данных из Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ru-RU/Read Image From File.dyn b/doc/distrib/Templates/ru-RU/Read Image From File.dyn index 92bf26238..d29a07d53 100644 --- a/doc/distrib/Templates/ru-RU/Read Image From File.dyn +++ b/doc/distrib/Templates/ru-RU/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "Чтение образа с диска для работы в Dynamo", - "Name": "Read Image From File", + "Name": "Чтение изображения из файла", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/ru-RU/filenames.json b/doc/distrib/Templates/ru-RU/filenames.json index e0e048144..2b3556eec 100644 --- a/doc/distrib/Templates/ru-RU/filenames.json +++ b/doc/distrib/Templates/ru-RU/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "Сбор всех элементов категории и получение параметров", + "Collect All Elements Of Category": "Сбор всех элементов категории", + "Export Data To Excel": "Экспорт данных в Excel", + "Get Geometry For All Elements Of Category": "Получение геометрии для всех элементов категории", + "Import Data From Excel": "Импорт данных из Excel", + "Read Image From File": "Чтение изображения из файла" } diff --git a/doc/distrib/Templates/zh-CN/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/zh-CN/Collect All Elements Of Category And Get Parameters.dyn index efca91ba7..d3ee844f0 100644 --- a/doc/distrib/Templates/zh-CN/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/zh-CN/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "收集选定类别的所有图元(默认为房间),并获取每个图元的“房间面积”", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "收集类别的所有图元并获取参数", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-CN/Collect All Elements Of Category.dyn b/doc/distrib/Templates/zh-CN/Collect All Elements Of Category.dyn index d2ee2f05d..a31f6bc21 100644 --- a/doc/distrib/Templates/zh-CN/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/zh-CN/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "收集选定类别的所有图元(默认为房间)", - "Name": "Collect All Elements Of Category", + "Name": "收集类别的所有图元", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-CN/Export Data To Excel.dyn b/doc/distrib/Templates/zh-CN/Export Data To Excel.dyn index 14e704ed1..49e709cc6 100644 --- a/doc/distrib/Templates/zh-CN/Export Data To Excel.dyn +++ b/doc/distrib/Templates/zh-CN/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "根据选定的图纸名称将数据输出到 Excel。您需要连接要输出的数据", - "Name": "Export Data To Excel", + "Name": "将数据导出到 Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-CN/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/zh-CN/Get Geometry For All Elements Of Category.dyn index a9985850c..51864c954 100644 --- a/doc/distrib/Templates/zh-CN/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/zh-CN/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "收集所选类别的所有图元(默认为门)并获取每个图元几何图形", - "Name": "Get Geometry For All Elements Of Category", + "Name": "获取类别的所有图元的几何图形", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "我们建议您使用预期存在于模型中的类别保存图形,以防止出现警告。\n\n例如,尝试在样例模型“Snowdon Towers Sample Architectural.rvt”(可从以下网址获得)上保存并运行“门”类别的图形:\nC:\\Program Files\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/zh-CN/Import Data From Excel.dyn b/doc/distrib/Templates/zh-CN/Import Data From Excel.dyn index 68278b120..43d56f20c 100644 --- a/doc/distrib/Templates/zh-CN/Import Data From Excel.dyn +++ b/doc/distrib/Templates/zh-CN/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "从 Excel 文件导入数据并转置数据以翻转列和行", - "Name": "Import Data From Excel", + "Name": "从 Excel 导入数据", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-CN/Read Image From File.dyn b/doc/distrib/Templates/zh-CN/Read Image From File.dyn index 37f3b9d6a..216bed6e0 100644 --- a/doc/distrib/Templates/zh-CN/Read Image From File.dyn +++ b/doc/distrib/Templates/zh-CN/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "从磁盘读取图像,以便能够在 Dynamo 内使用", - "Name": "Read Image From File", + "Name": "从文件读取图像", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-CN/filenames.json b/doc/distrib/Templates/zh-CN/filenames.json index e0e048144..8e126a947 100644 --- a/doc/distrib/Templates/zh-CN/filenames.json +++ b/doc/distrib/Templates/zh-CN/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "收集类别的所有图元并获取参数", + "Collect All Elements Of Category": "收集类别的所有图元", + "Export Data To Excel": "将数据导出到 Excel", + "Get Geometry For All Elements Of Category": "获取类别的所有图元的几何图形", + "Import Data From Excel": "从 Excel 导入数据", + "Read Image From File": "从文件读取图像" } diff --git a/doc/distrib/Templates/zh-TW/Collect All Elements Of Category And Get Parameters.dyn b/doc/distrib/Templates/zh-TW/Collect All Elements Of Category And Get Parameters.dyn index 5304b9bb1..10e521f49 100644 --- a/doc/distrib/Templates/zh-TW/Collect All Elements Of Category And Get Parameters.dyn +++ b/doc/distrib/Templates/zh-TW/Collect All Elements Of Category And Get Parameters.dyn @@ -2,7 +2,7 @@ "Uuid": "b3342583-c831-4c51-800a-ffbe4db82efa", "IsCustomNode": false, "Description": "收集所選品類 (預設為房間) 的所有元素,並取得每個元素的房間面積", - "Name": "Collect All Elements Of Category And Get Parameters", + "Name": "收集品類的所有元素並取得參數", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-TW/Collect All Elements Of Category.dyn b/doc/distrib/Templates/zh-TW/Collect All Elements Of Category.dyn index 496ae0986..394970f8c 100644 --- a/doc/distrib/Templates/zh-TW/Collect All Elements Of Category.dyn +++ b/doc/distrib/Templates/zh-TW/Collect All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa", "IsCustomNode": false, "Description": "收集所選品類 (預設為房間) 的所有元素", - "Name": "Collect All Elements Of Category", + "Name": "收集品類的所有元素", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-TW/Export Data To Excel.dyn b/doc/distrib/Templates/zh-TW/Export Data To Excel.dyn index 2fbdc6bb8..14fe58dd9 100644 --- a/doc/distrib/Templates/zh-TW/Export Data To Excel.dyn +++ b/doc/distrib/Templates/zh-TW/Export Data To Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "107641db-6b6a-4a08-8282-d474513714b1", "IsCustomNode": false, "Description": "給定選擇的圖紙名稱,將資料匯出到 Excel。您必須連線要匯出的資料", - "Name": "Export Data To Excel", + "Name": "將資料匯出至 Excel", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-TW/Get Geometry For All Elements Of Category.dyn b/doc/distrib/Templates/zh-TW/Get Geometry For All Elements Of Category.dyn index 4e9d682ea..d3e8321f6 100644 --- a/doc/distrib/Templates/zh-TW/Get Geometry For All Elements Of Category.dyn +++ b/doc/distrib/Templates/zh-TW/Get Geometry For All Elements Of Category.dyn @@ -2,7 +2,7 @@ "Uuid": "6ab2aa77-03ac-43aa-996a-9bcba72a6560", "IsCustomNode": false, "Description": "收集所選品類 (預設為房間) 的所有元素,並取得每個元素的幾何圖形", - "Name": "Get Geometry For All Elements Of Category", + "Name": "取得品類所有元素的幾何圖形", "ElementResolver": { "ResolutionMap": {} }, @@ -251,7 +251,7 @@ }, { "Id": "8ba36ad66fd043f8b9db0ffc465a667f", - "Title": "We recommend you save your graph with a category you expect to exist in your models to prevent a warning.\n\nFor example, try saving and running the graph with the Doors category on the sample model Snowdon Towers Sample Architectural.rvt, available at:\nC:\\Program Files\\Autodesk\\\\Samples", + "Title": "我們建議您以模型中應該存在的品類來儲存圖表,以避免出現警告。\n\n例如,請嘗試以範例模型 Snowdon Towers Sample Architectural.rvt 的「門」品類儲存圖表並執行,此範例模型位於:\nC:\\Program Files\\Autodesk\\\\Samples", "DescriptionText": null, "IsExpanded": true, "WidthAdjustment": 0.0, diff --git a/doc/distrib/Templates/zh-TW/Import Data From Excel.dyn b/doc/distrib/Templates/zh-TW/Import Data From Excel.dyn index c73986145..f114277b9 100644 --- a/doc/distrib/Templates/zh-TW/Import Data From Excel.dyn +++ b/doc/distrib/Templates/zh-TW/Import Data From Excel.dyn @@ -2,7 +2,7 @@ "Uuid": "c49c9e5d-746d-42f7-975a-5a40f1ad1c6c", "IsCustomNode": false, "Description": "從 Excel 檔案匯入資料並轉置資料,以翻轉欄和列", - "Name": "Import Data From Excel", + "Name": "從 Excel 匯入資料", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-TW/Read Image From File.dyn b/doc/distrib/Templates/zh-TW/Read Image From File.dyn index 9f5273325..99f80b0ae 100644 --- a/doc/distrib/Templates/zh-TW/Read Image From File.dyn +++ b/doc/distrib/Templates/zh-TW/Read Image From File.dyn @@ -2,7 +2,7 @@ "Uuid": "847b8d50-8963-40c7-90ca-c0afb7b9b9a6", "IsCustomNode": false, "Description": "從磁碟讀取影像,以便能在 Dynamo 中使用", - "Name": "Read Image From File", + "Name": "從檔案讀取影像", "ElementResolver": { "ResolutionMap": {} }, diff --git a/doc/distrib/Templates/zh-TW/filenames.json b/doc/distrib/Templates/zh-TW/filenames.json index e0e048144..6729802fe 100644 --- a/doc/distrib/Templates/zh-TW/filenames.json +++ b/doc/distrib/Templates/zh-TW/filenames.json @@ -1,9 +1,9 @@ { - "Collect All Elements Of Category And Get Parameters": "Collect All Elements Of Category And Get Parameters", - "Collect All Elements Of Category": "Collect All Elements Of Category", - "Export Data To Excel": "Export Data To Excel", - "Get Geometry For All Elements Of Category": "Get Geometry For All Elements Of Category", - "Import Data From Excel": "Import Data From Excel", - "Read Image From File": "Read Image From File" + "Collect All Elements Of Category And Get Parameters": "收集品類的所有元素並取得參數", + "Collect All Elements Of Category": "收集品類的所有元素", + "Export Data To Excel": "將資料匯出至 Excel", + "Get Geometry For All Elements Of Category": "取得品類所有元素的幾何圖形", + "Import Data From Excel": "從 Excel 匯入資料", + "Read Image From File": "從檔案讀取影像" } diff --git a/src.lnk b/src.lnk new file mode 100644 index 000000000..c344c50e6 Binary files /dev/null and b/src.lnk differ diff --git a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt index 940ab7a9d..6005ede3a 100644 --- a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt +++ b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyCompany("Autodesk, Inc")] -[assembly: AssemblyProduct("Dynamo For Revit Preview Release")] +[assembly: AssemblyProduct("Dynamo For Revit 2026")] [assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2017-2018")] [assembly: AssemblyTrademark("")] @@ -70,7 +70,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyFileVersion("<#= this.MajorVersion #>.<#= this.MinorVersion #>.<#= this.BuildNumber #>.<#= this.RevisionNumber #>")] <#+ int MajorVersion = 3; -int MinorVersion = 4; -int BuildNumber = 0; -int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2024,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3; +int MinorVersion = 5; +int BuildNumber = 2; +int RevisionNumber = ((int)(DateTime.UtcNow - new DateTime(2025,1,1)).TotalDays)*10+((int)DateTime.UtcNow.Hour)/3; #> diff --git a/src/Config/CS_SDK.props b/src/Config/CS_SDK.props index 5a5636ef3..64ab9e3c2 100644 --- a/src/Config/CS_SDK.props +++ b/src/Config/CS_SDK.props @@ -7,21 +7,20 @@ net8.0-windows net8.0 17.0 - Preview Release - Revit_$(RevitVersionNumber) + 2026 $(SolutionDir)packages $(SolutionDir)..\extern $(SolutionDir)..\lib\Revit $(RevitVersionNumber)\$(DCoreLibSubFolder) C:\Program Files\Autodesk\Revit Architecture $(RevitVersionNumber) C:\Program Files\Autodesk\Revit $(RevitVersionNumber) - C:\Program Files\Autodesk\Revit Preview Release + C:\Program Files\Autodesk\Revit 2026 $(SolutionDir)..\obj\$(Configuration)\$(Platform)\$(MSBuildProjectName)\ $(BaseIntermediateOutputPath) false - $(SolutionDir)..\bin\$(Configuration)\$(Platform)\$(REVIT_VERSION) + $(SolutionDir)..\bin\$(Platform)\$(Configuration)\Revit $(DefaultOutputPath) - $(SolutionDir)..\bin\$(Configuration)\$(Platform)\$(REVIT_VERSION) + $(OutputPath) prompt 4 en-US diff --git a/src/Config/packages.aget b/src/Config/packages.aget index 19c6cb350..c1b9e6d39 100644 --- a/src/Config/packages.aget +++ b/src/Config/packages.aget @@ -2,18 +2,19 @@ "nuget": { "references": { "DynamicLanguageRuntime": "1.2.2", - "DynamoVisualProgramming.Core": "3.4.1.7055", - "DynamoVisualProgramming.DynamoCoreNodes": "3.4.1.7055", - "DynamoVisualProgramming.DynamoServices": "3.4.1.7055", - "DynamoVisualProgramming.Tests": "3.4.1.7055", - "DynamoVisualProgramming.WpfUILibrary": "3.4.1.7055", - "DynamoVisualProgramming.ZeroTouchLibrary": "3.4.1.7055", - "DynamoVisualProgramming.DynamoSamples": "3.4.1.7055", + "DynamoVisualProgramming.Core": "3.5.2.8914", + "DynamoVisualProgramming.DynamoCoreNodes": "3.5.2.8914", + "DynamoVisualProgramming.DynamoServices": "3.5.2.8914", + "DynamoVisualProgramming.Tests": "3.5.2.8914", + "DynamoVisualProgramming.WpfUILibrary": "3.5.2.8914", + "DynamoVisualProgramming.ZeroTouchLibrary": "3.5.2.8914", + "DynamoVisualProgramming.DynamoSamples": "3.5.2.8914", "Greg": "3.0.1.4707", "GregRevitAuth": "3.0.8935.26399", "pythonnet_py38_win": "2.5.1", "Newtonsoft.Json": "13.0.1", - "NUnit": "3.13.3" + "NUnit": "3.13.3", + "NUnit.Engine": "3.13.2" } } } diff --git a/src/Config/user_local.props b/src/Config/user_local.props index 176fb237c..d9662caca 100644 --- a/src/Config/user_local.props +++ b/src/Config/user_local.props @@ -1,13 +1,6 @@ - Preview Release - Revit - - $(SolutionDir)..\bin\$(Platform)\$(Configuration)\$(REVIT_VERSION) - $(OutputPath) - - - $(SolutionDir)..\lib\Revit Preview Release\net8.0 + $(SolutionDir)..\lib\Revit 2026\net8.0 \ No newline at end of file diff --git a/src/DynamoRevit/DynamoRevit.cs b/src/DynamoRevit/DynamoRevit.cs index 6ae9d44be..6cddc062b 100644 --- a/src/DynamoRevit/DynamoRevit.cs +++ b/src/DynamoRevit/DynamoRevit.cs @@ -206,6 +206,7 @@ public class DynamoRevit : IExternalCommand public static ExternalEvent SplashScreenExternalEvent { get; set; } public static ExternalEvent DynamoAppExternalEvent { get; set; } private static readonly string DYNAMO_REVIT_HOST_NAME = "Dynamo Revit"; + private static readonly string REVIT_HOST_NAME = "Revit"; private static List idleActions; private static DynamoRevitCommandData extCommandData; @@ -536,10 +537,20 @@ private static RevitDynamoModel InitializeCoreModel(DynamoRevitCommandData comma // get Dynamo Revit Version var dynRevitVersion = Assembly.GetExecutingAssembly().GetName().Version; + var revitVersion = Assembly.GetAssembly(typeof(Autodesk.Revit.DB.ElementId))?.GetName()?.Version; + + int majorForDynamo; + if (!int.TryParse(extCommandData.Application.Application.VersionNumber, out majorForDynamo)) + { + majorForDynamo = revitVersion.Major; + } + Version revitVersionForDynamo = new Version(majorForDynamo, revitVersion.Minor, revitVersion.Build, revitVersion.Revision); HostAnalyticsInfo hostAnalyticsInfo = new HostAnalyticsInfo { HostName = DYNAMO_REVIT_HOST_NAME, - HostVersion = dynRevitVersion + HostVersion = dynRevitVersion, + HostProductName = REVIT_HOST_NAME, + HostProductVersion = revitVersionForDynamo }; var userDataFolder = Path.Combine(Environment.GetFolderPath( diff --git a/src/DynamoRevitIcons/DynamoRevitIcons.csproj b/src/DynamoRevitIcons/DynamoRevitIcons.csproj index 49590d7c2..e15d5dc8d 100644 --- a/src/DynamoRevitIcons/DynamoRevitIcons.csproj +++ b/src/DynamoRevitIcons/DynamoRevitIcons.csproj @@ -34,9 +34,9 @@ ItemName="MyAssemblyIdentities"/> - + - + diff --git a/test/Libraries/RevitTestServices/RevitTestServices.csproj b/test/Libraries/RevitTestServices/RevitTestServices.csproj index 541a026a9..feb4bd71e 100644 --- a/test/Libraries/RevitTestServices/RevitTestServices.csproj +++ b/test/Libraries/RevitTestServices/RevitTestServices.csproj @@ -33,7 +33,19 @@ $(PACKAGESPATH)\NUnit\lib\netstandard2.0\nunit.framework.dll - False + True + + + $(PACKAGESPATH)\NUnit.Engine\lib\netstandard2.0\NUnit.Engine.dll + True + + + $(PACKAGESPATH)\NUnit.Engine\lib\netstandard2.0\NUnit.Engine.Api.dll + True + + + $(PACKAGESPATH)\NUnit.Engine\lib\netstandard2.0\NUnit.Engine.Core.dll + True $(REVITAPI)\RevitAPI.dll pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy