forked from DynamoDS/Dynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
- Loading branch information
Showing
28 changed files
with
2,548 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,266 @@ | ||
{ | ||
"Uuid": "8731c011-66bc-4cc2-80a8-712e7c75bcfe", | ||
"IsCustomNode": false, | ||
"Description": "", | ||
"Name": "+", | ||
"ElementResolver": { | ||
"ResolutionMap": {} | ||
}, | ||
"Inputs": [ | ||
{ | ||
"Id": "8c0c27a68607457898697de3d1cb4e9e", | ||
"Name": "Number Slider", | ||
"Type": "number", | ||
"Type2": "number", | ||
"Value": "54", | ||
"MaximumValue": 100.0, | ||
"MinimumValue": 0.0, | ||
"StepValue": 1.0, | ||
"NumberType": "Double", | ||
"Description": "Produces numeric values" | ||
}, | ||
{ | ||
"Id": "a211c3d2e8784622811ed2884f6b437f", | ||
"Name": "Number Slider", | ||
"Type": "number", | ||
"Type2": "number", | ||
"Value": "5", | ||
"MaximumValue": 10.0, | ||
"MinimumValue": 0.0, | ||
"StepValue": 1.0, | ||
"NumberType": "Double", | ||
"Description": "Produces numeric values" | ||
} | ||
], | ||
"Outputs": [], | ||
"Nodes": [ | ||
{ | ||
"ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", | ||
"NumberType": "Double", | ||
"MaximumValue": 100.0, | ||
"MinimumValue": 0.0, | ||
"StepValue": 1.0, | ||
"Id": "8c0c27a68607457898697de3d1cb4e9e", | ||
"NodeType": "NumberInputNode", | ||
"Inputs": [], | ||
"Outputs": [ | ||
{ | ||
"Id": "a775e8eb337a4c3eb5f536babb67d5df", | ||
"Name": "", | ||
"Description": "Double", | ||
"UsingDefaultValue": false, | ||
"Level": 2, | ||
"UseLevels": false, | ||
"KeepListStructure": false | ||
} | ||
], | ||
"Replication": "Disabled", | ||
"Description": "Produces numeric values", | ||
"InputValue": 54.0 | ||
}, | ||
{ | ||
"ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels", | ||
"NumberType": "Double", | ||
"MaximumValue": 10.0, | ||
"MinimumValue": 0.0, | ||
"StepValue": 1.0, | ||
"Id": "a211c3d2e8784622811ed2884f6b437f", | ||
"NodeType": "NumberInputNode", | ||
"Inputs": [], | ||
"Outputs": [ | ||
{ | ||
"Id": "7b7ed6c8612040f4aef4055be82d5991", | ||
"Name": "", | ||
"Description": "Double", | ||
"UsingDefaultValue": false, | ||
"Level": 2, | ||
"UseLevels": false, | ||
"KeepListStructure": false | ||
} | ||
], | ||
"Replication": "Disabled", | ||
"Description": "Produces numeric values", | ||
"InputValue": 5.0 | ||
}, | ||
{ | ||
"ConcreteType": "CoreNodeModels.Watch, CoreNodeModels", | ||
"WatchWidth": 35.0, | ||
"WatchHeight": 38.0, | ||
"Id": "1eca1cc5f4e8447281012e1da32dc7f2", | ||
"NodeType": "ExtensionNode", | ||
"Inputs": [ | ||
{ | ||
"Id": "bcd38400383846a7afe53aa25b757746", | ||
"Name": "", | ||
"Description": "Node to show output from", | ||
"UsingDefaultValue": false, | ||
"Level": 2, | ||
"UseLevels": false, | ||
"KeepListStructure": false | ||
} | ||
], | ||
"Outputs": [ | ||
{ | ||
"Id": "2ea8cc81dbf540528d271e09d6fa4040", | ||
"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": "0336a74a5ea04b15a8c3388fd78a3edc", | ||
"NodeType": "FunctionNode", | ||
"Inputs": [ | ||
{ | ||
"Id": "b51525b0e4b04cd79a19ade4b2506428", | ||
"Name": "x", | ||
"Description": "Integer value, double value or string\n\nvar[]..[]", | ||
"UsingDefaultValue": false, | ||
"Level": 2, | ||
"UseLevels": false, | ||
"KeepListStructure": false | ||
}, | ||
{ | ||
"Id": "b0046a46766e4748a571929d6aa5d3a1", | ||
"Name": "y", | ||
"Description": "Integer value, double value or string\n\nvar[]..[]", | ||
"UsingDefaultValue": false, | ||
"Level": 2, | ||
"UseLevels": false, | ||
"KeepListStructure": false | ||
} | ||
], | ||
"Outputs": [ | ||
{ | ||
"Id": "f1402d6694ee41e18511fa5e5132fcfe", | ||
"Name": "var", | ||
"Description": "The sum of two input numbers, or the concatenation of two strings", | ||
"UsingDefaultValue": false, | ||
"Level": 2, | ||
"UseLevels": false, | ||
"KeepListStructure": false | ||
} | ||
], | ||
"FunctionSignature": "+@var[]..[],var[]..[]", | ||
"Replication": "Auto", | ||
"Description": "Returns addition of x and y\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]" | ||
} | ||
], | ||
"Connectors": [ | ||
{ | ||
"Start": "a775e8eb337a4c3eb5f536babb67d5df", | ||
"End": "b51525b0e4b04cd79a19ade4b2506428", | ||
"Id": "f36934e09ec2494786410a42a00c9522", | ||
"IsHidden": "False" | ||
}, | ||
{ | ||
"Start": "7b7ed6c8612040f4aef4055be82d5991", | ||
"End": "b0046a46766e4748a571929d6aa5d3a1", | ||
"Id": "9105d78dda364750833574e121084914", | ||
"IsHidden": "False" | ||
}, | ||
{ | ||
"Start": "f1402d6694ee41e18511fa5e5132fcfe", | ||
"End": "bcd38400383846a7afe53aa25b757746", | ||
"Id": "0979e55f006d4da79af53e4c617c0e1b", | ||
"IsHidden": "False" | ||
} | ||
], | ||
"Dependencies": [], | ||
"NodeLibraryDependencies": [], | ||
"EnableLegacyPolyCurveBehavior": true, | ||
"Thumbnail": "", | ||
"GraphDocumentationURL": null, | ||
"ExtensionWorkspaceData": [ | ||
{ | ||
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670", | ||
"Name": "Properties", | ||
"Version": "3.2", | ||
"Data": {} | ||
} | ||
], | ||
"Author": "None provided", | ||
"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.5104", | ||
"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": "8c0c27a68607457898697de3d1cb4e9e", | ||
"Name": "Number Slider", | ||
"IsSetAsInput": true, | ||
"IsSetAsOutput": false, | ||
"Excluded": false, | ||
"ShowGeometry": true, | ||
"X": 102.59728478864565, | ||
"Y": 168.80000000000004 | ||
}, | ||
{ | ||
"Id": "a211c3d2e8784622811ed2884f6b437f", | ||
"Name": "Number Slider", | ||
"IsSetAsInput": true, | ||
"IsSetAsOutput": false, | ||
"Excluded": false, | ||
"ShowGeometry": true, | ||
"X": 102.59728478864565, | ||
"Y": 318.80000000000007 | ||
}, | ||
{ | ||
"Id": "1eca1cc5f4e8447281012e1da32dc7f2", | ||
"Name": "Watch", | ||
"IsSetAsInput": false, | ||
"IsSetAsOutput": false, | ||
"Excluded": false, | ||
"ShowGeometry": true, | ||
"X": 808.3115705029313, | ||
"Y": 226.80000000000004 | ||
}, | ||
{ | ||
"Id": "0336a74a5ea04b15a8c3388fd78a3edc", | ||
"Name": "+", | ||
"IsSetAsInput": false, | ||
"IsSetAsOutput": false, | ||
"Excluded": false, | ||
"ShowGeometry": true, | ||
"X": 551.1687133600742, | ||
"Y": 226.80000000000004 | ||
} | ||
], | ||
"Annotations": [], | ||
"X": 40.00257142857144, | ||
"Y": 119.6588571428571, | ||
"Zoom": 1.1575 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## In Depth | ||
The node ‘+’ is the addition operator. It returns the sum of the two input numbers. In the example below, two number sliders are used to control the inputs to the ‘+’ operator. | ||
___ | ||
## Example File | ||
|
||
 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.