isonVLFLsurface
by Yilun Sun, SG-Lib Toolbox: SolidGeometry 5.6 - Geometric Queries
Introduced first in SolidGeometry 4.9, Creation date: 2020-01-11, Last change: 2025-09-14
returns whether a point is on a surface
Description
Developed on 2018-08-16 by Yilun Sun to improve the SGisInterior Function
See Also: SGisInterior
, isonVLFL
, isonVLFLplanes
Example Illustration
Syntax
VILon=isonVLFLsurface(VL,FL,VLT)
Input Parameter
VL: | | Vertex list |
FL: | | Facet list |
VLT: | | Vertex list to test |
Output Parameter
VILon: | | On Surface Index of VLT |
Examples
A=SGbox([30,20,10]);
A=SGbool('-',SGbox([30,20,10]),SGbox([26,16,6]));
isonVLFLsurface(A.VL,A.FL,0.5*(A.VL+circshift(A.VL,1)))
isonVLFLsurface(A.VL,A.FL,0.5*(A.VL+circshift(A.VL,3)))
isonVLFLsurface(A.VL,A.FL,0.5*(A.VL+circshift(A.VL,3)))
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