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.

Programming Question for Mloew

lumberg

New member
Mloew,


A while back, you listed a bunch of logical comparisons and inequality operators. Is therea symbolfor "Return"? I have an If...Else statement w/too many arguments, and I was told you can put a return symbol at the end of a logical statement, add another line of arguments, and Pro/E will continue to read them. If anyone else can weigh in on this, that would be great. Thanks guys.
 
I'm not sure what you mean by post-processor. Here's what I have, w/out getting into gory detail:


IF BOX_INSTANCE_NAME != "box1" | BOX_INSTANCE_NAME != "box2"
BOX_WIDTH:6 = BOX_WIDTH
BOX_HEIGHT:6 = BOX_HEIGHT
ENDIF
END RELATIONS


I can only have to 2 arguments in the IF clause, "box1" & "box2". I want to add more, but Pro/E returns an error. Hope this helps, thanks.
 
I figured it out. By placing "\" at the end of a statement or an equation, I can hit return and continue typing, and Pro/E will read the rest.
 

Sponsor

Back
Top