SGreduceVLFL

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - SG/Solids
Introduced first in SolidGeometry 3.9, Creation date: 2017-06-17, Last change: 2025-09-14

returns a solid with reduced

Description

speed optimized; uses reducepatch.
can be used to reduce facet related to the original vertex list

See Also: , nofVLFL , SGfacenum

Example Illustration

 missing image of SGreduceVLFL(SG,f)

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