Message 1 of 5
Get thread info from DrawingCurve.ModelGeometry?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to get the Thread Information of a Hole/Thread Feature from a Drawing Document using the DrawingCurve.ModelGeometry?
I am trying to put Thread Information in the text of Diameter General Dimension to work around issues with the HoleThread Note (which nobody seems to be able to fix).
I realize that this is wishfull thinking, but what the heck? Here is the code:
Dim oDwgCurve As Inventor.DrawingCurve
Dim oThread As Inventor.ThreadFeature
Set oDwgCurve = thisDoc.SelectSet.Item(1).Parent
Set oThread = oDwgCurve.ModelGeometry.????????