dynamicsoar's log

主に研究関係のメモ

CAD

Grasshopper を使い始めた

これまで Rhino, Python script と使ってきたけど、Grasshopper でパラメトリック・モデリングができることに最近気づいてしまった(というかそのためにあるようなもんだった)ので、使い始めた。もっと早く使っておくのだった。D論があと1年は早く出せたの…

ANSYS Designmodeler: "Heal" when importing external geometry (e.g., IGES, STEP) can be hazardous

I noticed a wingtip of my bird model (STEP file) is hugely distorted when I set the Heal to Yes when importing external geometry in ANSYS DesignModeler (v 19.1). Therefore, from now on, I will use Heal = No as the first choice. On the othe…

Rhinoceros with python script: CurveThroughPoints (rs.AddInterpCurve) after sorting the points

Background I have a few points with witch I want to make a CurveThroughPoints. This is not a problem when doing it manually but when I tried that with python script using rs.AddInterpCurve, it generated strange looping curve. It's quite ob…

Rhinoceors 3D: Python script で「表示中のすべてのオブジェクトそれぞれに対してコマンドを実行」する

環境 Rhino 6 on Windows 10 Pro/Enterprise. だけど PythonScript は Mac でも動くらしい(RhinoScript は Win でしか動かないらしい)。 解きたい問題 現在画面に表示させているすべてのオブジェクト(今の場合は球だった)の体積中心に点を打ちたい、とい…

AutoDesk で middle drag(= pan)を rotation に変え、Ctrl+middle drag を pan にアサインする(X-Mouse Button Control利用)

概要 環境は Win 10. AutoDesk Inventor を使い始めて、マウスの middle drag をデフォルトの pan でなく回転にしたかった。基本的には先人の知恵に習った: Fusion 360で右クリックで視点を回転させる方法 - 画力がないなら立体を作ればいい ただ、これだけ…