Message 1 of 4

Not applicable
05-22-2020
12:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I followed the instructions here to create a custom thread. The article suggests using the <ThreadForm> to define the thread type. However I am unable to create a 'Sharp' shaped threading. No matter the value I get Trapezoidal.
My custom thread XML:
<ThreadType>
<Name>Rainbird Thread</Name>
<CustomName>Rainbird Thread</CustomName>
<Unit>in</Unit>
<Angle>60</Angle>
<ThreadForm>1</ThreadForm>
<SortOrder>1</SortOrder>
<ThreadSize>
<Size>2.20</Size>
<Designation>
<ThreadDesignation>RB-5000</ThreadDesignation>
<CTD>RB-5000</CTD>
<TPI>6.5</TPI>
<Thread>
<Gender>internal</Gender>
<Class>2B</Class>
<MajorDia>2.204</MajorDia>
<PitchDia>2.132</PitchDia>
<MinorDia>2.058</MinorDia>
<TapDrill>2.048</TapDrill>
</Thread>
</Designation>
</ThreadSize>
</ThreadType>
With my XML It creates trapezoidal.
I am looking to create "Sharp" like this:
Thank you!
Solved! Go to Solution.