I am trying toforce a dimension inone sketch to stay be close to an existing dimension in anothersketch.
I've written the following relation
IF sd48>=(rsd49-1)
sd48=(rsd49-0.9)
ENDIF
IF sd48<=(rsd49+1)
sd48=(rsd49+0.9)
ENDIF
This gives me an error if I am outside the range, but I'd like to not be permitted out of the range.
Can anybody suggest a technique that will keep my dimension witin a range.
Thanks, Tim
I've written the following relation
IF sd48>=(rsd49-1)
sd48=(rsd49-0.9)
ENDIF
IF sd48<=(rsd49+1)
sd48=(rsd49+0.9)
ENDIF
This gives me an error if I am outside the range, but I'd like to not be permitted out of the range.
Can anybody suggest a technique that will keep my dimension witin a range.
Thanks, Tim