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.

Relation help

cpthomp

New member
I need help with a relation;


What I'm trying to do id control a dimension with another diemnsion, and I need a if then statment but I am unable to get it right. This is in a fairly large assembly.


if dx=19 then dy=45deg


ifdx=31 then dy=90deg


can any one help?
 
if dx== 19
dy = 45
endif


if dx== 31
dy = 90
endif


Note that if statement has 2 ='s and next line has only one '='


Charles
 

Sponsor

Articles From 3DCAD World

Back
Top