- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
intersectwith 関数を使おうとすると、エラーになります。
points = []
line = Line3d(obj.StartPoint, obj.EndPoint)
intersection_result = line.IntersectWith(plane)
解決済! 解決策の投稿を見る。
Link copied