forked from andydandy74/ClockworkForDynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3446_StringSplitLinebreakSeparators.dyn
More file actions
30 lines (30 loc) · 3.06 KB
/
Copy path3446_StringSplitLinebreakSeparators.dyn
File metadata and controls
30 lines (30 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Workspace Version="0.7.6.4070" X="30" Y="42.5483576642336" zoom="2.39598540145985" Name="Home">
<NamespaceResolutionMap />
<Elements>
<Dynamo.Nodes.StringInput guid="698e789e-4cd1-4fda-8e9b-8234764548f9" type="Dynamo.Nodes.StringInput" nickname="String" x="0" y="0" isVisible="true" isUpstreamVisible="true" lacing="Disabled">
<System.String>
</System.String>
<System.String value="
" />
</Dynamo.Nodes.StringInput>
<Dynamo.Nodes.StringInput guid="bb784f81-bb60-4405-88f8-90805ef0e942" type="Dynamo.Nodes.StringInput" nickname="String" x="0" y="100" isVisible="true" isUpstreamVisible="true" lacing="Disabled">
<System.String>a
b
c</System.String>
<System.String value="a
b
c" />
</Dynamo.Nodes.StringInput>
<Dynamo.Nodes.CodeBlockNodeModel guid="16c58042-43b6-4635-8ac6-3ddec47d0c24" type="Dynamo.Nodes.CodeBlockNodeModel" nickname="Code Block" x="0" y="217.218333333333" isVisible="true" isUpstreamVisible="true" lacing="Disabled" CodeText=""
";" ShouldFocus="false" />
<Dynamo.Nodes.DSVarArgFunction guid="33ca195a-2e1e-42f9-8d63-b39e4144a959" type="Dynamo.Nodes.DSVarArgFunction" nickname="String.Split" x="179" y="6" isVisible="true" isUpstreamVisible="true" lacing="Shortest" assembly="DSCoreNodes.dll" function="DSCore.String.Split@string,string[]" inputcount="2" />
<Dynamo.Nodes.DSVarArgFunction guid="dc93803e-40fa-4e20-bdc4-30d8a90fa2fd" type="Dynamo.Nodes.DSVarArgFunction" nickname="String.Split" x="179" y="168" isVisible="true" isUpstreamVisible="true" lacing="Shortest" assembly="DSCoreNodes.dll" function="DSCore.String.Split@string,string[]" inputcount="2" />
<Dynamo.Nodes.Watch guid="c1b8ba03-bdc5-45ba-a515-7c2333d2b753" type="Dynamo.Nodes.Watch" nickname="Watch" x="456" y="6" isVisible="true" isUpstreamVisible="true" lacing="Disabled" />
<Dynamo.Nodes.Watch guid="70163773-026c-4622-9730-d1d1ab5c2be4" type="Dynamo.Nodes.Watch" nickname="Watch" x="456" y="168" isVisible="true" isUpstreamVisible="true" lacing="Disabled" />
</Elements>
<Connectors>
<Dynamo.Models.ConnectorModel start="698e789e-4cd1-4fda-8e9b-8234764548f9" start_index="0" end="33ca195a-2e1e-42f9-8d63-b39e4144a959" end_index="1" portType="0" />
<Dynamo.Models.ConnectorModel start="bb784f81-bb60-4405-88f8-90805ef0e942" start_index="0" end="33ca195a-2e1e-42f9-8d63-b39e4144a959" end_index="0" portType="0" />
<Dynamo.Models.ConnectorModel start="bb784f81-bb60-4405-88f8-90805ef0e942" start_index="0" end="dc93803e-40fa-4e20-bdc4-30d8a90fa2fd" end_index="0" portType="0" />
<Dynamo.Models.ConnectorModel start="16c58042-43b6-4635-8ac6-3ddec47d0c24" start_index="0" end="dc93803e-40fa-4e20-bdc4-30d8a90fa2fd" end_index="1" portType="0" />
<Dynamo.Models.ConnectorModel start="33ca195a-2e1e-42f9-8d63-b39e4144a959" start_index="0" end="c1b8ba03-bdc5-45ba-a515-7c2333d2b753" end_index="0" portType="0" />
<Dynamo.Models.ConnectorModel start="dc93803e-40fa-4e20-bdc4-30d8a90fa2fd" start_index="0" end="70163773-026c-4622-9730-d1d1ab5c2be4" end_index="0" portType="0" />
</Connectors>
<Notes />
</Workspace>