Setting up MM hex bolts with I logic. I have a question

Setting up MM hex bolts with I logic. I have a question

corey_danielson
Advocate Advocate
181 Views
1 Reply
Message 1 of 2

Setting up MM hex bolts with I logic. I have a question

corey_danielson
Advocate
Advocate

I am trying to follow McMaster Carr for sizes, the MM are fully threaded until about 60 mm long, then they offer fully and partial threaded. I have a parameter called thread, with a pull-down menu with partial and full. 

LENGTH parameter is length of bolt.

THREADLENGTH parameter is for the thread length 

 

I want user to be able to select partial or full, but only when length selected in form is larger than is set in the rules

 

 

If LENGTH <= 60 Then
THREADLENGTH = LENGTH
Else If LENGTH >= 60 Then
MessageBox.Show("SELECT FULL OR PARTIAL THREADS", "Thread Choice")
THREAD = InputBox("FULL")
	THREADLENGTH = LENGTH
Else If InputBox("PARTIAL")
	THREADLENGTH = 18
End If

 

0 Likes
Accepted solutions (1)
182 Views
1 Reply
Reply (1)
Message 2 of 2

bradeneuropeArthur
Mentor
Mentor
Accepted solution
Could you not better create a Content Center Family?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes