Hello,
Im working on Dynamo for civil and i have an issue with the input node, when i use it in my script the output is “null”, am i missing something?
Hello,
Im working on Dynamo for civil and i have an issue with the input node, when i use it in my script the output is “null”, am i missing something?
The custom nodes (.dyf), actually use this syntax id : type = default
(distance:double=4).
But in a graph (.dyn), this doesn’t work. Use instead 4;
in a codeblock or 4.0
in a number node.