Edging thickness - formula

 

Expression for the thickness of edging

 

It is sometimes useful to include the thickness of the edging in a formula. To do this include the actual dimensions of the thickness or use the 'TEDGE function' to refer to the edging material code. For example:-

 

=TEDGE(ASH-TAPE-22MM)

=(X - TEDGE(ASH-TAPE-22MM)) (where X is a product dimension)

=(X - 2*(TEDGE(ASH-TAPE-22MM)))

 

The function can also include a variable that contains an edging code.

 

=TEDGE(@EDGINGVAR@)

 

For example:-

 

If @EDGINGVAR@ contains the value 'ASH-TAPE-22MM' and the thickness of this tape (in the Edging library) is 2mm:-

 

= (X - 2*(TEDGE(@EDGINGVAR@)))

 

= (X - 2*(TEDGE(ASH-TAPE-22MM)))

= (750 - 2*(2)))

= 750 - 4

= 746

 

 

See also