otman73
Mechanical
- Apr 20, 2009
- 2
Hi all! Need your assistance on this one. I have search this forum and other with no luck.
I've got a family table with about 200 instance which may increase with time. What I've got is a lookup_inst to see if that size part exist in the family table. If it does than it suppress the 2nd part. If does not, I want it to suppress the generic part (with the family table) and use a 2nd part (which does not have a family table). How do I go about doing this? Thank You for any input.
INPUT
SHAFT_OD NUMBER
END INPUT
RELATIONS
TEST_RUBBER = LOOKUP_INST ("MOULD_RUB_SILICONE.PRT", 0, "D0", SHAFT_OD, \
"D1", 0.250)
END RELATIONS
ADD PART (TEST_RUBBER)
INTERNAL COMPONENT ID 39
END ADD
ADD PART DRIVE_ELASTOMER
INTERNAL COMPONENT ID 40
END ADD
I've got a family table with about 200 instance which may increase with time. What I've got is a lookup_inst to see if that size part exist in the family table. If it does than it suppress the 2nd part. If does not, I want it to suppress the generic part (with the family table) and use a 2nd part (which does not have a family table). How do I go about doing this? Thank You for any input.
INPUT
SHAFT_OD NUMBER
END INPUT
RELATIONS
TEST_RUBBER = LOOKUP_INST ("MOULD_RUB_SILICONE.PRT", 0, "D0", SHAFT_OD, \
"D1", 0.250)
END RELATIONS
ADD PART (TEST_RUBBER)
INTERNAL COMPONENT ID 39
END ADD
ADD PART DRIVE_ELASTOMER
INTERNAL COMPONENT ID 40
END ADD