Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andydandy74 committed May 11, 2024
1 parent ad1eb30 commit fb00bd5
Showing 1 changed file with 68 additions and 35 deletions.
103 changes: 68 additions & 35 deletions package_samples/2.x/dynamo/Revit.Elements.Material.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"Name": "Material Name",
"Type": "string",
"Value": "MyNewMaterial",
"Description": "Erstellt eine Zeichenfolge."
"Description": "Erstellt eine Zeichenfolge.",
"SelectedIndex": 0
}
],
"Outputs": [],
Expand Down Expand Up @@ -65,18 +66,27 @@
{
"Id": "2c240d9909c44774857ee90998470609",
"Name": "name",
"Description": "var[]..[]",
"Description": "string[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
},
{
"Id": "62357faae68d4702a6bb69e2572fb700",
"Name": "replacementForIllegalChars",
"Description": "string\nVorgabewert : \"_\"",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Outputs": [
{
"Id": "aee6a55e34c246778c43a522f6132a17",
"Name": "duplicate",
"Description": "return value",
"Description": "Rückgabewert",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand All @@ -95,7 +105,7 @@
{
"Id": "3e26f9720f4b47e2a31863924866a051",
"Name": "list",
"Description": "List to get the first item from.\n\nvar[]..[]",
"Description": "Liste, deren erstes Element abgerufen werden soll\n\nvar[]..[]",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand All @@ -106,15 +116,15 @@
{
"Id": "32dc60bb55e54a52bbce4cbb3de04e0f",
"Name": "item",
"Description": "First item in the list.",
"Description": "Das erste Element in der Liste",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
"Description": "Gibt das erste Element in einer Liste zurück.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
},
{
"ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
Expand Down Expand Up @@ -186,7 +196,7 @@
{
"Id": "41d244efa2204fec87b1f4ba429420e2",
"Name": "AppearanceAsset",
"Description": "return value",
"Description": "Rückgabewert",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand All @@ -195,7 +205,7 @@
{
"Id": "97af0a322ccb4abd87f982356a4930aa",
"Name": "ThermalAsset",
"Description": "return value",
"Description": "Rückgabewert",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand All @@ -204,7 +214,7 @@
{
"Id": "4be9c53b904d4d33a5694b725d1284a8",
"Name": "StructuralAsset",
"Description": "return value",
"Description": "Rückgabewert",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
Expand Down Expand Up @@ -340,7 +350,7 @@
{
"Id": "7df3d29c78aa439db0959536492353c2",
"Name": "toggle",
"Description": "bool\nDefault value : true",
"Description": "bool\nVorgabewert : true",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
Expand All @@ -349,7 +359,7 @@
{
"Id": "52a114e130f34c21b006371d149d5838",
"Name": "docOrRevitLinkInstance",
"Description": " Use only if you want to query a linked model\n\nvar\nDefault value : null",
"Description": " Use only if you want to query a linked model\n\nvar\nVorgabewert : null",
"UsingDefaultValue": true,
"Level": 2,
"UseLevels": false,
Expand All @@ -360,15 +370,15 @@
{
"Id": "3368aa1796ff42da928cea2c8c884c77",
"Name": "elements",
"Description": "return value",
"Description": "Rückgabewert",
"UsingDefaultValue": false,
"Level": 2,
"UseLevels": false,
"KeepListStructure": false
}
],
"Replication": "Auto",
"Description": "Gets all placed elements of a given category in the model."
"Description": "Gets all placed elements of a given category in the model. Unlike the OOTB node it also supports linked models and a few more special categories (e.g. Legend Components)."
}
],
"Connectors": [
Expand Down Expand Up @@ -440,18 +450,41 @@
]
}
],
"Thumbnail": null,
"GraphDocumentationURL": null,
"ExtensionWorkspaceData": [
{
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
"Name": "Properties",
"Version": "2.12",
"Data": {}
},
{
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
"Name": "Generative Design",
"Version": "1.10",
"Data": {}
}
],
"Author": "None provided",
"Linting": {
"activeLinter": "Keine",
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
"warningCount": 0,
"errorCount": 0
},
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": true,
"IsVisibleInDynamoLibrary": true,
"Version": "2.3.1.11775",
"Version": "2.12.1.8246",
"RunType": "Manual",
"RunPeriod": "1000"
},
"Camera": {
"Name": "Background Preview",
"Name": "Hintergrundvorschau",
"EyeX": -17.0,
"EyeY": 24.0,
"EyeZ": 50.0,
Expand Down Expand Up @@ -480,8 +513,8 @@
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 354.72003437010108,
"Y": 248.55771148804115
"X": 355.37817284231721,
"Y": 252.8949278553564
},
{
"ShowGeometry": true,
Expand All @@ -500,8 +533,8 @@
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Excluded": false,
"X": 679.72003437010108,
"Y": 248.55771148804115
"X": 786.57817284231714,
"Y": 252.8949278553564
},
{
"ShowGeometry": true,
Expand Down Expand Up @@ -586,13 +619,13 @@
"3c63867ccb774637bebcf29661529deb"
],
"Left": 344.72003437010108,
"Top": 557.55771148804115,
"Width": 782.0,
"Height": 735.0,
"Top": 557.3577114880411,
"Width": 913.59999999999991,
"Height": 918.60000000000014,
"FontSize": 36.0,
"InitialTop": 610.55771148804115,
"InitialHeight": 733.0,
"TextblockHeight": 43.0,
"TextblockHeight": 43.2,
"Background": "#FF48B9FF"
},
{
Expand All @@ -602,14 +635,14 @@
"9efb8bbe77bb4037a731b69f69f7a243",
"60d87b368d714a4b8e596a9396ff5de3"
],
"Left": 344.72003437010108,
"Top": 195.55771148804115,
"Width": 423.0,
"Height": 172.0,
"Left": 345.37817284231721,
"Top": 199.69492785535641,
"Width": 660.8,
"Height": 330.59999999999997,
"FontSize": 36.0,
"InitialTop": 248.55771148804115,
"InitialTop": 252.8949278553564,
"InitialHeight": 145.0,
"TextblockHeight": 43.0,
"TextblockHeight": 43.2,
"Background": "#FFC1D676"
},
{
Expand All @@ -619,18 +652,18 @@
"084c4a51e7eb42adb70f824215fcc4f4"
],
"Left": 64.720034370101075,
"Top": 159.55771148804115,
"Width": 139.0,
"Top": 159.35771148804116,
"Width": 178.4,
"Height": 121.0,
"FontSize": 36.0,
"InitialTop": 212.55771148804115,
"InitialHeight": 145.0,
"TextblockHeight": 43.0,
"TextblockHeight": 43.2,
"Background": "#FF848484"
}
],
"X": 541.83699553013935,
"Y": -131.33283466025861,
"Zoom": 0.75900720576461167
"X": 270.63363336456479,
"Y": -32.213565812293822,
"Zoom": 0.43335551119982263
}
}

0 comments on commit fb00bd5

Please sign in to comment.