Syntax
h=FSplot([TR,alp,fsi,col,siz]);
Input Parameter
TR : | | surface (Tetrahedron, Triangulation, Solid) |
alp : | | alpha value for neigbor facets |
fsi : | | selected FS; depend on alpha; default is all |
col : | | color of FS; default is colofn |
siz : | | size of descriptiors; default is 16 |
Output Parameter
h : | | handle to graphics object consisting of text and patches |
Examples
FSplot(SGsample(3))
SG=SGreadSTL(which('BracketWithHole.stl'),1000);
SGfigure; FSplot(SG,1)
SGfigure; FSplot(SG,0.1);
SGfigure; FSplot(SG,1,[4 6]);
SGfigure; FSplot(SG,1,[4 6],'r');
SGfigure; FSplot(SG,1,[4 6],'r',30);
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