<?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>CIM - 土木関連 - 日本語フォーラムのトピックRe: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
    <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950578#M811</link>
    <description>&lt;P&gt;ここはCIMフォーラムなので，ひょっとして，で。&lt;/P&gt;&lt;P&gt;TINサーフェスと点があり，点からサーフェスに向かってある方向に進んでいくとどこかでTINサーフェスに当たりますが，その点を求めたい，ということではないでしょうか。&lt;/P&gt;&lt;P&gt;Civil 3D関係のAPIは &lt;A title="Civil 3Dのヘルプ" href="https://help.autodesk.com/view/CIV3D/2024/JPN/" target="_blank" rel="noopener"&gt;Civil 3Dのヘルプ&lt;/A&gt;&amp;nbsp;のAPI Reference Guideですが，TINサーフェスはAutodesk.Civil.DatabaseServices NamespaceのTinSurface Classで，GetIntersectionPoint Methodがそれです。&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2023 03:50:40 GMT</pubDate>
    <dc:creator>katsuhisa.shibataJUJVG</dc:creator>
    <dc:date>2023-05-09T03:50:40Z</dc:date>
    <item>
      <title>Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11947996#M806</link>
      <description>&lt;P&gt;intersectwith 関数を使おうとすると、エラーになります。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;points = []&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;line =&amp;nbsp;&lt;SPAN&gt;Line3d&lt;/SPAN&gt;(obj.StartPoint, obj.EndPoint)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;intersection_result = line.&lt;SPAN&gt;IntersectWith&lt;/SPAN&gt;(plane)&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 02:14:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11947996#M806</guid>
      <dc:creator>buf_fa</dc:creator>
      <dc:date>2023-05-08T02:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950444#M807</link>
      <description>&lt;P&gt;planeは何クラスで，エラーはどういうエラーでしょうか。&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 01:40:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950444#M807</guid>
      <dc:creator>katsuhisa.shibataJUJVG</dc:creator>
      <dc:date>2023-05-09T01:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950455#M808</link>
      <description>&lt;P&gt;コメントありがとうございます。&lt;/P&gt;&lt;P&gt;planeのクラスはよくわかっていません。&lt;/P&gt;&lt;P&gt;エラーは　No&amp;nbsp;method match ・・・でした。&lt;/P&gt;&lt;P&gt;もう少し、勉強してみます。&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 01:49:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950455#M808</guid>
      <dc:creator>buf_fa</dc:creator>
      <dc:date>2023-05-09T01:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950493#M809</link>
      <description>&lt;P&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;(&lt;SPAN&gt;type&lt;/SPAN&gt;(plane))&lt;/P&gt;&lt;P&gt;してみてください。&lt;/P&gt;&lt;P&gt;&lt;A title="AutoCADのヘルプ" href="https://help.autodesk.com/view/ACD/2024/JPN/" target="_blank" rel="noopener"&gt;AutoCADのヘルプ&lt;/A&gt;&amp;nbsp;で リソース の下の 開発用ドキュメント を押し，右上の日本語を英語にして Managed .NET/ObjectARX/JavaScript の Managed .NET の下の Reference Guide を押します。自分はLine3dというオブジェクトを知りませんでしたが，Autodesk.AutoCAD.Geometry Namespaceにありますね。IntersectWith MethodはLine3dクラスにはなく，一つ上のLinearEntity3dクラスですね。変種が4つありますが，引数がplaneですから型はPlanarEntityです。PlanarEntityクラスを見ると下にBoundedPlaneとPlaneがありますので，IntersectWith Methodの引数の型はPlanarEntity，BoundedPlane，Planeの3つのうちのどれかでなければならない，ということになります。&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 02:17:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950493#M809</guid>
      <dc:creator>katsuhisa.shibataJUJVG</dc:creator>
      <dc:date>2023-05-09T02:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950500#M810</link>
      <description>&lt;P&gt;ありがとうございます。少なくとも関数が使えると確信いたしましたので、少し粘って勉強致します。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 02:22:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950500#M810</guid>
      <dc:creator>buf_fa</dc:creator>
      <dc:date>2023-05-09T02:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950578#M811</link>
      <description>&lt;P&gt;ここはCIMフォーラムなので，ひょっとして，で。&lt;/P&gt;&lt;P&gt;TINサーフェスと点があり，点からサーフェスに向かってある方向に進んでいくとどこかでTINサーフェスに当たりますが，その点を求めたい，ということではないでしょうか。&lt;/P&gt;&lt;P&gt;Civil 3D関係のAPIは &lt;A title="Civil 3Dのヘルプ" href="https://help.autodesk.com/view/CIV3D/2024/JPN/" target="_blank" rel="noopener"&gt;Civil 3Dのヘルプ&lt;/A&gt;&amp;nbsp;のAPI Reference Guideですが，TINサーフェスはAutodesk.Civil.DatabaseServices NamespaceのTinSurface Classで，GetIntersectionPoint Methodがそれです。&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 03:50:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950578#M811</guid>
      <dc:creator>katsuhisa.shibataJUJVG</dc:creator>
      <dc:date>2023-05-09T03:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950593#M812</link>
      <description>&lt;P&gt;ありがとうございます。&lt;/P&gt;&lt;P&gt;今回の目的はちょっと違いましたが、大変参考になります。&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 04:08:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11950593#M812</guid>
      <dc:creator>buf_fa</dc:creator>
      <dc:date>2023-05-09T04:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11956071#M813</link>
      <description>&lt;P&gt;解決としましたが、添付のpython script の交点座標があっていません。&lt;/P&gt;&lt;P&gt;どこがおかしいでしょうか？&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 05:00:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11956071#M813</guid>
      <dc:creator>buf_fa</dc:creator>
      <dc:date>2023-05-11T05:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11963356#M814</link>
      <description>&lt;P&gt;確かに変ですね。&lt;/P&gt;&lt;P&gt;2Dだと正しく出ました。&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 01:44:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11963356#M814</guid>
      <dc:creator>katsuhisa.shibataJUJVG</dc:creator>
      <dc:date>2023-05-15T01:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script ノードで　intersectwith 関数は使えないでしょうか。</title>
      <link>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11963366#M815</link>
      <description>&lt;P&gt;返信ありがとうございます。&lt;/P&gt;&lt;P&gt;２ｄで計算する事にします。&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 01:51:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cim-tu-mu-guan-lian-ri-ben-yuforamu/python-script-nodode-intersectwith-guan-shuha-shienaideshouka/m-p/11963366#M815</guid>
      <dc:creator>buf_fa</dc:creator>
      <dc:date>2023-05-15T01:51:57Z</dc:date>
    </item>
  </channel>
</rss>

