B=SGboard(x,y,h,[nx,ny])
x : | dimension in x | |
y : | dimension in y | |
h : | dimension in z | |
nx : | number of holes in x; default is 0 | |
ny : | number of holes in y; default is 0 |
B : | Solid geometry of the boards |
Generate a raster board with a raster of about 6 mm
A=SGboard (40, 20, 1, floor(40/6), floor(20/6) ); app_2012_11_09 (A);