<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Grasshopper Connection 2.0 in Parametric design</title>
    <link>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219018#M950</link>
    <description>I'm not sure if it ever worked. Most of the plugins doesn't have type conversion implemented on those containers. Usually this way of converting works for native components. Like LINE -&amp;gt; VECTOR and so on. But in those containers, you have a method to convert from one to another. In this case, GH_Curve element doesn't have a clue what kind of data you are trying to input. &lt;BR /&gt;
&lt;BR /&gt;
In this case, I would suggest using Deconstruct Polyline (from AC Connection). This component returns also Curve.</description>
    <pubDate>Sat, 07 Jul 2018 12:00:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-07T12:00:11Z</dc:date>
    <item>
      <title>Grasshopper Connection 2.0</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219014#M946</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am using ArchiCAD 21 / Rhino-Grasshopper 5.4.2 / Grasshopper Connection 2.0 on OS 10.13.5 (High Sierra).&lt;BR /&gt;
&lt;BR /&gt;
I am able to establish a connection, initiate curves in Rhino, manipulate in Grasshopper and send to ArchiCAD.&lt;BR /&gt;
&lt;BR /&gt;
However, when I use the curve parameter in grasshopper and attempt to “get one curve” from ArchiCAD the selection switches to rhino instead. Is there a way to make it go to ArchiCAD for the curve?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 May 2023 09:08:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219014#M946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-11T09:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Grasshopper Connection 2.0</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219015#M947</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
Probably you got confused with geometry types. &lt;BR /&gt;
&lt;BR /&gt;
Curves are geometry component that refers to Rhino Curve elements and it's native GH component. &lt;BR /&gt;
&lt;BR /&gt;
If you want to reference polyline/spline form AC you need to use AC Connection elements. Such as Polyline or Spline. Those refer to AC Geometry. &lt;BR /&gt;
&lt;BR /&gt;
I attach simple screen where GH elements are on the left and AC 2D geometry on right. Especially confusing might be point reference &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Could you also change post topic to reflect problem?</description>
      <pubDate>Mon, 02 Jul 2018 16:03:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219015#M947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Grasshopper Connection 2.0</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219016#M948</link>
      <description>That is exactly what the problem was.  I watched several different grasshopper tutorials and when I started the test, I chose the wrong command in Grasshopper.   Thank you!</description>
      <pubDate>Wed, 04 Jul 2018 20:09:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219016#M948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T20:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Grasshopper Connection 2.0</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219017#M949</link>
      <description>One Step Closer...&lt;BR /&gt;
&lt;BR /&gt;
I was able to select a closed polyline in ArchiCAD using the 2D Curve Parameter from the ArchiCAD menu in Grasshopper.  In the past, I was then able to Link the 2D Curve to a Curve parameter.  Unfortunately, it is now generating an error.  "object reference not set to an instance of an object" Any suggestions?</description>
      <pubDate>Wed, 04 Jul 2018 20:35:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219017#M949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T20:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Grasshopper Connection 2.0</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219018#M950</link>
      <description>I'm not sure if it ever worked. Most of the plugins doesn't have type conversion implemented on those containers. Usually this way of converting works for native components. Like LINE -&amp;gt; VECTOR and so on. But in those containers, you have a method to convert from one to another. In this case, GH_Curve element doesn't have a clue what kind of data you are trying to input. &lt;BR /&gt;
&lt;BR /&gt;
In this case, I would suggest using Deconstruct Polyline (from AC Connection). This component returns also Curve.</description>
      <pubDate>Sat, 07 Jul 2018 12:00:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Grasshopper-Connection-2-0/m-p/219018#M950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-07T12:00:11Z</dc:date>
    </item>
  </channel>
</rss>

