Pro/Program
Hello! I have a query related to pro/program. If for example we have designated the thickness of plate as "thk" and we have a assembly which contains this plate. Now if we have to declare a conditional statement like "if (thk<=10)" is it possible to declare "if(thickness<=10)" instead of thk<=10. or should we declare thk=thickness before using it in conditionals? I am asking this because if complex assemblies are considered then it is difficult to remember all the dimensions.

