🖨️

SHURE マイクホルダーのネジ穴を Fusion 360 で開ける

2022/05/06に公開

まとめ

以下のファイルを %localappdata%\Autodesk\webdeploy\Production\<version ID>\Fusion\Server\Fusion\Configuration\ThreadData 以下に適当な名前.xml で保存すればよい。

<?xml version="1.0" encoding="UTF-8"?>
<ThreadType>
  <Name>UNS</Name>
  <CustomName>UNS</CustomName>
  <Unit>mm</Unit>
  <Angle>60</Angle>
  <SortOrder>20</SortOrder>
  <ThreadForm>7</ThreadForm>
  <ThreadSize>
    <Size>5/8" - 14 UNS</Size>
    <Designation>
      <ThreadDesignation>5/8" - 14 UNS</ThreadDesignation>
      <CTD>5/8" - 14 UNS</CTD>
      <TPI>27</TPI>
      <Thread>
        <Gender>internal</Gender>
        <Class>2B</Class>
        <MajorDia>15.875</MajorDia>
        <PitchDia>15.39</PitchDia>
        <MinorDia>14.859</MinorDia>
      </Thread>
    </Designation>
  </ThreadSize>
</ThreadType>

詳細

https://achapi2718.blogspot.com/2011/11/shure.html によれば、SHURE のマイクのネジ穴の規格は NS 5/8インチ 27 山というやつらしい。

また、Fusion 360 のネジ穴の大きさをカスタマイズするには、XML を書く必要があるらしい。

https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/Custom-Threads-in-Fusion-360.html

「UNS thread」あたりで検索して出てきた寸法を入力した。

https://torqbolt.com/uns-unified-national-thread-dimensions-specifications

Discussion