A program to recognize and reward our most engaged community members
Hi,
We are triying to simulate a carbon fiber rim and we are getting the following error:
"ASSIGN,PUNCH, ''"
*** ERROR # 1104 *** in the input data: Syntax error in the path or filename.
How can we solve it?
Best Regards,
Hugo
The ASSIGN command is used to identify an external punch file, but you need to specify the file path. Ex:
ASSIGN, PUNCH, C:\Users\Documents\test.pch
Otherwise, just remove the ASSIGN card.
Thanks,
Rob H.