SGboxpacking
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - 3D-Print/Production
Introduced first in SolidGeometry 4.2, Creation date: 2018-08-01, Last change: 2025-09-14
combines SGpacking and SGboxing
Description
Auxiliaray function to prepare print jobs for Selective Laser Sintering
See Also: SGpacking
, SGboxing
, SGpatternXYZ
, SGcopyrotZ
, SGarrangeSG
, SGarrangeSGC
, SGCaddSGn
, SGCaddSG
Example Illustration
Syntax
[SGC,SGA,SGB]=SGboxpacking(SG,[tstr,dim,turn])
Input Parameter
SG: | | SG or SGcs to pack and box |
tstr: | | text string for cover |
dim: | | Box dimensions for printing |
turn: | | false==keep orientation; true==optimize space; default is true |
Output Parameter
SGC: | | complete print job SG |
SGA: | | packaged solids of SG |
SGB: | | box aroound SGA |
Examples
loadweb JACO_robot.mat; SGboxpacking(JACO,'JACO-ROBOT',[500 500 500]);
SGboxpacking(JACO,'JACO-ROBOT',[500 500 500],false);
Copyright 2018-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