Inventor 2016 Weldment #define CLSID

Inventor 2016 Weldment #define CLSID

Anonymous
Not applicable
377 Views
1 Reply
Message 1 of 2

Inventor 2016 Weldment #define CLSID

Anonymous
Not applicable

What is the #define number for an Inventor Weldment? Like this number for a part document >>CLSID_InventorPartDocument_RegGUID "{4D29B490-49B2-11D0-93C3-7E0706000000}"

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

JhoelForshav
Mentor
Mentor
Accepted solution

Hi @Anonymous 

You can run an ilogic rule like this in the document to get its subtype:

MsgBox(ThisDoc.Document.SubType)

If you run it in a weldment assembly you'll see the subtype is {28EC8354-9024-440F-A8A2-0E0E55D635B0}

0 Likes