testfunctTL
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.5 - CODING/DEVELOP
Introduced first in SolidGeometry 4.2, Creation date: 2018-07-25, Last change: 2025-07-20
testing macro that executes creates a list of different parametertests
Description
uses evalin('caller',eterm) for execution to be able to use the defined variables in the command workspace
See Also: publishTL
, permutevector
Example Illustration
Syntax
testfunctTL(Eterm,[])
Input Parameter
Eterm: | | function string; Variables are listed as "#1" ,"#2, "%3" |
Examples
testfunctTL('SGcontourtube2(PLcircle(1),VLsample(#1));',[2 3 8 12 13 14 20 21 22]);
testfunctTL('[#1 #2 #3]',[1 2 3],[4 5],[6 7])
testfunctTL('VLradialEdges(VLsample(#1))',2:3)
testfunctTL('VLedgeNormal(VLradialEdges(CVLofVL(VLsample(#1))));',[3 7 8 12 13 14 20 21 22]);
Copyright 2018-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-08-09