SGcut2T

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Surfaces
Introduced first in SolidGeometry 5.2, Creation date: 2022-12-08, Last change: 2025-09-15

cuts out the SG that is below frame T1 and frame T2



See Also: SGcut , SGcut2 , SGcut2fit , SGcutBB , SGcutT , SGcutT4design , SGcutTA , SGcutTbladeangle , SGcutTcrossblade

Example Illustration

 missing image of SGcut2T(SG,T1,T2,ct)

Syntax

[SGM,SGO1,SGO2]=SGcut2T(SG,[T1,T2,ct])

Input Parameter

SG: Solid Geometry
T1: Frame T1
T2: Frame T2; if numerical scalar; T1 and T2 are symmetrically shifted from T2 along ez axis
ct: not used yet;

Output Parameter

SGM: Middle Solid (Green)
SGO1: Above frame T1 (Gray)
SGO2: Above frame T2 (Magenta)

Examples


load AIM.mat; VM=V;
[AM,as]=VMresize(VM,[0.5 0.5 0.5],vs);
SG=SGofVMisosurface(AM>1400,as);
mm=mean(SG.VL); VLplot(mm,'r*'); TT=TofPez(mm,[1 -1 0]);
SGcut2T(SG,TT,5);




Copyright 2022-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