SGTcut
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Kinematics and Frames
Introduced first in SolidGeometry 5.0, Creation date: 2020-10-15, Last change: 2025-09-15
cuts a solid a an internal frame into separated pieced by a blade
Description
In contrast to SGcutT, the body is not divided by an infinitely large and infinitely thin cutting plane, but a cutting plate (blade) is created at the position of the frame, which only cuts through the frame.
See Also: SGcutT
Example Illustration
Syntax
A=SGTcut(SG,FN,[d])
Input Parameter
SG: | | Solid Geometry with internal Frames |
FN: | | Frame Name |
d: | | [Thickness of cutting slice, buffer of CPL] default is [0.1 1] |
Output Parameter
Examples
load ADAM_Aframes.mat; SG=ADAM_Aframes
SGTcut(SG,'VL',0.05)
SGTcut(SG,'KL',0.1); X=ans
SGTcut(X,'KR',0.1); Y=ans
SGTcut(Y,'VL',0.1); Z=ans
Copyright 2020-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