Inventor 9-> IV11: Partlist conversion

Inventor 9-> IV11: Partlist conversion

Anonymous
Not applicable
336 Views
3 Replies
Message 1 of 4

Inventor 9-> IV11: Partlist conversion

Anonymous
Not applicable
Hello All,

When you open Inventor 9 drawing in the Inventor 11. It is possible to
convert partslist by
clicking right mousebutton above partslist and selecting "convert" from the
popup menu .
Is it possible to do this partslist convert in the VBA?
Is this partslist convert supported in the IV 11 or IV 2008 API?

Thanks,
Mika
0 Likes
337 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Set the hidden property PartsList.Converted to True to convert the parts
list to the new type. This is available in Inventor 11.

Sanjay-

"Mika Aaltonen" wrote in message
news:5639787@discussion.autodesk.com...
Hello All,

When you open Inventor 9 drawing in the Inventor 11. It is possible to
convert partslist by
clicking right mousebutton above partslist and selecting "convert" from the
popup menu .
Is it possible to do this partslist convert in the VBA?
Is this partslist convert supported in the IV 11 or IV 2008 API?

Thanks,
Mika
0 Likes
Message 3 of 4

Anonymous
Not applicable
Thank you Sanjay. This is great news 😃

Best Regards
Mika

"Sanjay Ramaswamy (Autodesk)" wrote in
message news:5640436@discussion.autodesk.com...
Set the hidden property PartsList.Converted to True to convert the parts
list to the new type. This is available in Inventor 11.

Sanjay-

"Mika Aaltonen" wrote in message
news:5639787@discussion.autodesk.com...
Hello All,

When you open Inventor 9 drawing in the Inventor 11. It is possible to
convert partslist by
clicking right mousebutton above partslist and selecting "convert" from the
popup menu .
Is it possible to do this partslist convert in the VBA?
Is this partslist convert supported in the IV 11 or IV 2008 API?

Thanks,
Mika
0 Likes
Message 4 of 4

robmatthews
Collaborator
Collaborator

We are also coming from Iv9, but we're jumping up to IV 2010.

 

When I set "oPartsList.Converted = True" it exits my sub with no error, even if I have declared "On error resume Next".

 

Why is this, and how can I avoid it?

 

The other thing I am trying to do is re-number the BoM (not the parts list). I have a reference to the BoM:

Set oBOMView = oBoM.BOMViews.Item("Structured")

but there is no obvious method to renumber. Any tips?

 

 

=============================================
This is my signature, not part of my post.
0 Likes