Syntax
[SG,FL,vi]=SGreduceVLFL(SG,[f])
Input Parameter
SG : | | Original Solid Geometry |
f : | | reduction factor or number of facets per |
Output Parameter
SG : | | SG with reduced vertices and facets |
FL : | | Facet List related to original solid geometry (slows down by findVL) |
vi : | | index of new vertices related to original solid geometry |
Examples
a=SGsample(17); a=SGstripfields(a)
SGreduceVLFL(a,800)
SGreduceVLFL(a,0.5)
[~,FL]=SGreduceVLFL(a,0.1), VLFLplot(a.VL,FL)
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