Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

over writing repeat region

manojnaik

New member
Hi all,



I want to overwrite quantity in a repeat region . Can any body help me in writing relation ??



Thanks
 
In your repeat region, add followin relation.



if asm_mbr_name == YOUR PART

QUANTITY = 1000

else

QUANTITY = rpt_qty

endif



Then change 'rtp.qty' in table to 'rpt.rel.quantity'



Charles
 

Sponsor

Articles From 3DCAD World

Back
Top