Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
When I change it to num and update the table nothing changes. Even though it is not mentioned in the video I made a parameter for the part called asm_mbr_type and the item that is in fact a BULK ITEM and I have that plugged into that parameter, For some reason it is not working for me.
@VW_10524981 Hello,
Looking at your images above, it looks like you are not using true "bulk items".
Bulk items are just items in an assembly tree to represent things like glue or paint, which are used to track quantities applied and do not contain geometry (parameters only).
The glyph for the item with the parameter ASM_MBR_TYPE with value BULK ITEM is a part, and not truly a bulk item.
Also, the parameter you created would actually be recognized as asm_asm_mbr_type in repeat region relations as it is a parameter named asm_mbr_type (or called out as asm.mbr.asm_mbr_type.
This is how bulk items are created:
This is the model tree glyph for a true bulk item:
This is an example repeat region showing what is mentioned above:
This is with switch symbols operation performed to show the difference further:
If you still wished to make relations work for parts that are not truly bulk items, you may use the asm_mbr_asm_mbr_type parameter in your relations instead.
Best regards,
Mark