Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
clutsa
in reply to: Anonymous

You want the immediate value of "Spine_Spacing_IS_B"? You need to use the Parameter("Spine_Spacing_IS_B") function to get it...

Sub Format_L
	'Set the relevant left side run length and squab parameters
	Parameter("Length_A") = InputBox("Please enter overall booth run length 'A' in mm", "Layout length 'A'", Length_A)
	Parameter("Squab_No_A") = InputBox("Please enter number of squabs reguired for run length 'A'", "No. squabs run 'A'", Squab_No_A)
	'Set the relevant right side run length and squab parameters
	Parameter("Length_B") = InputBox("Please enter overall booth run length 'B' in mm", "Layout length 'B'", Length_B)
	Parameter("Squab_No_B") = InputBox("Please enter number of squabs reguired for run length 'B'", "No. squabs run 'B'", Squab_No_B)
	'Update the parameters immediately
	RuleParametersOutput()
	InventorVb.DocumentUpdate()
	'Set the relevant carcass parameters
	Parameter("Carcass_Length_Limit") = InputBox("Please enter maximum carcass length for shipping/handling", "Carcass limit length", Carcass_Length_Limit)
	Parameter("Spine_No_A") = InputBox(Parameter("Spine_Spacing_IS_A"), "Please adjust run 'A' spine quantity if required", Spine_No_A)
	Parameter("Spine_No_B") = InputBox(Parameter("Spine_Spacing_IS_B"), "Please adjust run 'B' spine quantity if required", Spine_No_B)
End Sub
If I've helped you, please help me by supporting this idea.
Mass Override for Each Model State

Custom Glyph Icon for iMates