Part name driveworks Xpress

Hello I have recently become a big fan of DriveWorks (being in safes with several range of safes or doors whose size varies according to customer demand).
my problem comes from the configuration for the part names I can easily do it with a single "constraint": "IF (x=a,"-"y,special)"

Now new dificulty I would like to do it with 2 "constraints":
if width=x and height=y then part name - Bz

But I can't find how to "program" this.

I leave it to your knowledge ;-)

Alala Driveworks.... An awesome tool!

 

You are right to turn to this very interesting module.

 

I'll look into the name constraint and I'll get back to you if no one has already answered;)

 

 

1 Like

I've been using it for a short time but I find it very adapted to my needs and very efficient^^

thank you for your help but don't hurry either, it's not super urgent^^

Ah ba in your case, driveworks is completely adapted.

 

You have standardized your parts, only the dimensions change and some functions.

 

So as soon as your project is ok, you'll save a lot of time!

1 Like

yes I finished my 1st range I only have this little name problem left for it to be perfect ;-)

with concatenization it doesn't do it

See this link among others

https://www.youtube.com/watch?v=cxG3UcUSWYk

I think it must also apply to DriveWorks

namely Xpress or Pro

@+

 

Hello

I think it's a syntax problem that's blocking you so here I think is the slution I use in DriveWorks Pro, I think it works in DriveWorks Xpress:

if (and(width=a,height=b),"foo","foi")

@+

5 Likes

See this comm thread

http://www.forum-cao.fr/viewtopic.php?f=26&t=2981

@+

@coyote: ah thank you I suspected that it was due to a syntax error again thank you to you you were a great help ;-)