SGcutrecursivly
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Surfaces
Introduced first in SolidGeometry 5.1, Creation date: 2021-11-11, Last change: 2025-09-15
cuts a part recursively into pieces until it fits a maximum dimensions
Description
Useful to separate parts into pices without positive locking
The cut is done in order of the largest need/ratio for shortening
See Also: SGpuzzlecut3D
Example Illustration
Syntax
SG=SGcutrecursivly(SG,[lim])
Input Parameter
SG: | | Solid Geometry |
lim: | | cutting dimensions; default is [inf inf inf] |
Output Parameter
SG: | | Cell list of Solid Geometries |
Examples
SGcutrecursivly(SGboxMarie,10)
SGcutrecursivly(SGofCPLz(PLtriangle('','',40),10),[100 10 ])
Copyright 2021-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