VLFLplots

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Visualization
Introduced first in SolidGeometry 1.0, Creation date: 2012-06-08, Last change: 2025-09-14

plots an object/solid as shaded or faceted object

Description

much faster than VLFLplot. Works with select3d
This function supports also facets list of type cell: {FL1,FL2,FL3}.
It also supports facets list separated by NaN: [FL1;NaN NaN NaN;FL2]

See Also: VLFLplots , VLFLplotlight

Example Illustration

 missing image of VLFLplots(VL,FL,c,fe)

Syntax

X=VLFLplots(VL,FL,[c,fe])

Input Parameter

VL: Vertex list
FL: Facet list
c: Color; default is 'r'
fe: feature edge list

Output Parameter

X: handle to trisurf

Examples


[VL,FL]=VLFLsample(4);
SGfigure(-30,30);
VLFLplots (VL,FL,'m');
VLFLplotlight;




Copyright 2012-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