Kenevil
Automotive
- Apr 2, 2013
- 47
Hi,
I created an expression that converts a desired dimension into the closest dimension our 3D printer can theoretically print. This is dependent on a user defined drop down attribute for normal (0.01") or fine resolution (0.007").
Printer_Resolution*round(Desired_Dim/Printer_Resolution)
So this works for one dimension. Can I create a function (or something) that can be used in sketches multiple times with different input values?
Thanks,
Scott
I created an expression that converts a desired dimension into the closest dimension our 3D printer can theoretically print. This is dependent on a user defined drop down attribute for normal (0.01") or fine resolution (0.007").
Printer_Resolution*round(Desired_Dim/Printer_Resolution)
So this works for one dimension. Can I create a function (or something) that can be used in sketches multiple times with different input values?
Thanks,
Scott