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.

if statements in relations

ljcasey

New member
Hi guys,

can someone give me an example of some complex relations which include if statements. I am a competant programmer but I cant seem to figure out the syntax used in the relations interface.

I will show you what I am basicly trying to do...

a=d10
if (a > 100)
{
d20=d10
} else {
d20=d10+100
}

basicly something like that.
 

Sponsor

Articles From 3DCAD World

Back
Top