Syntax
NSG=SGhollowsolid([SG,wthk,dist])
Input Parameter
SG : | | Solid Geometry |
wthk : | | Wall thickness |
dist : | | distance between original and new solid |
Output Parameter
NSG : | | Copy with thin walls |
Examples
A=SGsample(41); SGpuzzlecut3D(SGhollowsolid(A,0.7,.3));B=ans; SGplot(A,'w');
[SG,FLW]=SGsphere(10,'',pi/3,-pi/3); SG.FL=FLW;
SG=SGtransR(SG,rot(pi/6,0,0)); SGfigure(SG); view(-30,30); VL=SG.VL; FL=SG.FL;
[SG]=SGsphere(10,'',pi/3,-pi/3);
SGhollowsolid(SG,5)
[VL,FL,SG]=VLFLsample(3); SGhollowsolid(SG,5)
Copyright 2017-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