Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CAD オブジェクトのサーフェスのポイントをファイルにエクスポート (メッシュ) できる機能を実装したいと考えています。
いくつかの CAD アプリケーションを見てきましたが、これを直接実行できるものを見つけることができないため、API を提供する CAD アプリケーションを使用してオブジェクトのメッシュ ポイントに関する情報を取得する必要があるのではないかと考えています。
私の目的を達成するのに役立つ可能性のあるアプリケーションを教えてください。
STLファイルを書いてから
猫 myFile.stl | grep -i 頂点 | ソート | uniq > myPoints.txt
(また、Windows ユーザーとして、Cygwin でこれらのコマンドを使用できます)。