SGboard

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Modeling function
Introduced first in SolidGeometry 1.0, Creation date: 2013-05-10, Last change: 2025-09-14

returns the solid geometry of a (raster) board

Description

This procedure is a good example, how a mathematical correct model of a raster board has much more vertices and facets than a set of intruding bars generating exactly the same structure. Construction such a raster board using wooden bar, would me more related to the simple description

Example Illustration

 missing image of SGboard(x,y,h,nx,ny)

Syntax

B=SGboard(x,y,h,[nx,ny])

Input Parameter

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

Output Parameter

B: Solid geometry of the boards

Examples

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);




Copyright 2013-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21