- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm not finding a lot of documentation on this feature, thus the reach out for assist.
I'm trying to add some threaded features to pipe, but I'm getting an error when attempting to define the thread information.
Dim oDoc As PartDocument = ThisDoc.Document Dim oCompDef As PartComponentDefinition = oDoc.ComponentDefinition Dim oThreadFeatures As ThreadFeatures = oCompDef.Features.ThreadFeatures oThreadInfo = oThreadFeatures.CreateTaperedThreadInfo(False, True, "NPT", "1/2 - 14 NPT") 'This creates an error
I suspect the issue is the exact naming of the thread feature, using the manual method I'm copying the visual display as a reference since I can't locate a data table.
I'm not seeing an option to create custom thread length values (if needed). Information I am locating is quite diverse in presentation and gives only tiny bits of information to draw from. Some documentation shows spaces used in the thread descriptions while others do not and without a table to look up I can't tell what's correct to use.
A few links to info I did find:
I'll likely also have to figure out how to get the pipe thread to show up on the end of pipe I want, so looking for that information as well.
Anyone know of a good resource to assist here or have figured this out in order to share the process? I am setting up routines for a range of pipe sizes, so please don't limit the response to only solving the 1/2" pipe option currently displayed in this example.

Solved! Go to Solution.