Message 1 of 2
Adding i-Part to an assembly using components.addIPart resulting in an error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I am trying to add a component into an assembly using i-logic "Components.AddiPart" function.
Select Case Diameter
Case 3
BearingArm = "310D603105"
Case 5
BearingArm = "310D029032"
Case 7
BearingArm = "310D613163"
End Select
MessageBox.Show(BearingArm , "Bearing Arm")
Dim oPath As String = "C:\_VaultWorkspace\Designs\3D models\BEARING ARM\"
Dim BA1 = Components.AddiPart(BearingArm, oPath & BearingArm & ".ipt", BearingArm)
Here is the i-part table..
Does the Member name needs to be always an integer type?