CVLzplotasCPS
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Visualization
Introduced first in SolidGeometry 4.9, Creation date: 2020-08-22, Last change: 2025-09-14
similar to CVLplot but separates the z values just in case somebody forgot nan nan
Description
This procedure is based on VLFLofCVLdelaunay2D
See Also: , CVLzplotui
, VLELplots
, CPLplot
, PLplot
, VLplot
, CVLplots
, CVLplot
, CVLzaddauxpoints
, CVLzofSGsliceauto
Example Illustration
Syntax
h=CVLzplotasCPS(CVLz,[c,a,e])
Input Parameter
CVLz: | | Several closed vertex list separated by nan |
c: | | Optional color of CPS; default changing colors |
a: | | Optional facete alpha |
e: | | Optional line color |
Output Parameter
h: | | handle to drawing elements |
Examples
SG=SGservosample(2); CVLz=CVLofSGslices(SG,10)
SGfigure(-30,30); CVLzplotasCPS(CVLz,'',1)
SGfigure(-30,30); CVLzplotasCPS(CVLz,'',1,'k')
SG=SGservosample(1); CVLz=CVLofSGslices(SG,10); SGfigure(-30,30); CVLzplotasCPS(CVLz,'',1);
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