Condition the display of a Solidworks variable in an MEP

Hello

 

That's it all in the title:

I would like to know if it is possible to do it like this?

 

If(Matter1<>""; Material1; Material2)

 

THANK YOU

For me the simplest:

- you create a concatenation property (with a conditional if you want) in your 3D: "TotalMatter"

- in your pla, you use this property: $PRPSHEET:{TotalMatter} or $PRPSHEET:"TotalMatter"

I approve of the solution proposed by the warner but it is necessary to have SmartProperties for this, right? SolidWorks base doesn't offer concatenation? So without SmartProperties, it will be through a macro in VBA.
1 Like