SGcutTcylindricblade

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Surfaces
Introduced first in SolidGeometry 5.0, Creation date: 2020-09-02, Last change: 2025-09-14

uses a cylindric blade to create joint as part of a solid

Description

very powerful and complex function

See Also: SGcutT , SGcutTcrossblade , SGseparatebyT

Example Illustration

 missing image of SGcutTcylindricblade(SG,T,ct,R,H)

Syntax

[SGN,T2,SGBB]=SGcutTcylindricblade([SG,T,ct,R,H])

Input Parameter

SG: Solid geometry
T: Cutting plane x/y or empty for interactive selection
ct: turn of cutting plane 'a', 's', 'c'
R: [Radius blade-tickness starting angle]; default is [7 0.3 0]
H: Height of cylindric blades and plate blade default is [10 0.08]

Output Parameter

SGN: {Lower Part (Green) and Upper Part (Red)}
T2: Frame T2
SGBB: Cutting Blade for visualization

Examples


SGManipulatorLink; SG=ans; T=TofP([20 0 3]); tplot(T,20);
loadweb ADAM_A.mat; SGsurfaces(ADAM_A); A=ans; % Separate STL into limbs
SGcutTcylindricblade(SGManipulatorLink,'','a',10)
SGcutTcylindricblade(SGManipulatorLink,'','c',10)
SGcutTcylindricblade(SGManipulatorLink,'','s',10)




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