Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to just add some parameters together to drive another parameter, but I'm getting an error... of course the error is not explained, so I was just wondering if you guys could take a look at the line that is producing the error and tell me what I am "writing" wrong.
I did the same equation with just number s and it worked fine, so I assume it's something to do with a "(" or something?
Format:HTML Format Version:1.0 StartHTML: 165 EndHTML: 8609 StartFragment: 314 EndFragment: 8577 StartSelection: 314 EndSelection: 314SyntaxEditor Code Snippet
'Template_Jumper_Kit_1-01: Part Parameter("Template_Jumper_Kit_1-01:1", "Elbow_OD") = Parameter("Template_Jumper_Kit_1_Base:2", "Elbow_OD") Parameter("Template_Jumper_Kit_1-01:1", "Elbow_WT") = Parameter("Template_Jumper_Kit_1_Base:2", "Elbow_WT") Parameter("Template_Jumper_Kit_1-01:1", "Elbow_Radius") = Parameter("Template_Jumper_Kit_1_Base:2", "Elbow_Radius") Parameter("Template_Jumper_Kit_1-01:1", "Elbow_Tangent_1") = Parameter("Template_Jumper_Kit_1_Base:2", "Elbow_Tangent_01") Parameter("Template_Jumper_Kit_1-01:1", "Elbow_Tangent_2") = Parameter("Template_Jumper_Kit_1_Base:2", "Elbow_Tangent_02") iLogicVb.UpdateWhenDone = True InventorVb.DocumentUpdate() 'Parameter("Induction_Modification_Cut_Horizontal") = (Parameter("Template_Jumper_Kit_1-01:1", "Elbow_Radius")+Parameter("Template_Jumper_Kit_1-01:1", "Elbow_Tangent_01")+Parameter("KLV-8-0092:1", "KLV_8_Target_Elbow_6_625_Leg")+(Parameter(MakePath("KLV-8-0092:1", "KLV-8_Pup:1"), "Pup_Length"))-Parameter("Template_Jumper_Kit_1_Base:2", "Kit_1A") Parameter("Induction_Modification_Cut_Horizontal") = (33.125+36+8.825+60)-108
(Pink+Blue+Green+Orange)-Red
Solved! Go to Solution.