Syntax
[SGi,si,ci,SIL]=SGisInteriorofBB(SG,bb,[T])
Input Parameter
SG : | | Solid Geometry |
bb : | | bound bog or second solid |
T : | | Transformation matrix for bb |
Output Parameter
SGi : | | Solid that has vertices inside of the BB |
si : | | facets of SG (not SGi) with all vertices inside of BB |
ci : | | facets of SG (not SGi) that belong to the same surfaces of si |
SIL : | | Sort Selection and Index list used to create SGi using VLFLselect |
Examples
SG=SGofCPLcommand('c 4, h 10 m 4, dupg 3 3 1 20');
SGfigure; SGplotalpha(SG,'r',1); view(-30,30); SGofBBui; A=ans;
SGisInteriorofBB(SG,A)
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