Custom Thread won't model
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
//Edit:
Guess I found the problem... PitchDia != Pitch. Gotta calculate that separatly. Haven't found out yet how...
Hello,
this is my first try on designing a custom thread. I copied, renamed and edited the DIN-Pipes file and my custom thread shows up fine in Fusion 360 and can be used - but not modelled. It gives an error.
I wan't to create a VG8 (both, bolt and nut) as can be found here:
https://www.gewinde-normen.de/en/valve-thread.html
This is my implementation:
<ThreadType>
<Name>DIN Ventilgewinde</Name>
<CustomName>DIN Ventilgewinde</CustomName>
<Unit>mm</Unit>
<Angle>60</Angle>
<SortOrder>18</SortOrder>
<ThreadSize>
<Size>8</Size>
<Designation>
<ThreadDesignation>VG8</ThreadDesignation>
<CTD>G 1/16 </CTD>
<TPI>32</TPI>
<Thread>
<Gender>external</Gender>
<Class>A</Class>
<MajorDia>7.747</MajorDia>
<PitchDia>0.794</PitchDia>
<MinorDia>6.631</MinorDia>
</Thread>
<Thread>
<Gender>internal</Gender>
<Class>A</Class>
<MajorDia>8.061</MajorDia>
<PitchDia>0.794</PitchDia>
<MinorDia>6.945</MinorDia>
<TapDrill>0</TapDrill>
</Thread>
<Thread>
<Gender>external</Gender>
<Class>B</Class>
<MajorDia>7.616</MajorDia>
<PitchDia>7.035</PitchDia>
<MinorDia>6.561</MinorDia>
</Thread>
</Designation>
</ThreadSize>
<ThreadSize>
Of course I found https://knowledge.autodesk.com/support/fusion-360/troubleshooting/caas/sfdcarticles/sfdcarticles/Cus... and double checked my values.. what did I miss? (Class A, ignore B (unchanged))