VLFLellipse3

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - SG/Solids
Introduced first in SolidGeometry 1.0, Creation date: 2012-03-21, Last change: 2025-09-14

returns light weight structure of a closed sphere or ellipsoid



See Also: VLFLellipse1 , VLFLellipse2

Example Illustration

 missing image of VLFLellipse3(rx,ry,rz,dr,nc,na,nb)

Syntax

[VL,FL]=VLFLellipse3([rx,ry,rz,dr,nc,na,nb])

Input Parameter

rx: Radius in X of the sphere
ry: Radius in Y of the sphere
rz: Radius in Z of the sphere
dr: Thickness of the sphere
nc: Number of Pattern, default is
na: Number of closed planes
nb: Number of open planes

Output Parameter

VL: Vertex list of the overall object
FL: Facet list of the overall object

Examples

Some useful Geometries:
[VL,FL]=VLFLellipse3 (20,20,20,1,20,3,1); % 40mm ball, 1mm wall, 20*1:1
[VL,FL]=VLFLellipse3 (10,10,10,1,6); % 10mm, 6 patt




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