TofCVLdimclassifier

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - ENG-Dimensioning
Introduced first in SolidGeometry 5.1, Creation date: 2021-08-09, Last change: 2025-09-15

returns Frames for radii in 3D-Contours as CVL

Description

Different to TofCVL
Similar to SGTsetofRL, but intened for with CVL 3D-Contours

See Also: SGTsetofRL , TofCVL

Example Illustration

 missing image of TofCVLdimclassifier(CVL,minmaxR,minmaxW,ez);

Syntax

TofCVLdimclassifier(CVL,[minmaxR,minmaxW,ez]);

Input Parameter

CVL: 3D-Contours
minmaxR: mimimal and maximal radius to consider default is [1.25 10]
minmaxW: minimal & maxium circum angle to consider; default is [40 360]
ez: force ez vector

Examples


load Yannick_robot.mat
SG=YKLowerServo; SG= SGrotate(SG,'x')
FSselect(SG,[0 -1 0],'numholes',5); fil=ans;
FSfeature(SG,fil,'cvl'); cvl=ans;
TofCVLdimclassifier(cvl,[0 4]); TL=ans, cell2mat(ans)

TofCVLdimclassifier(CPLbuffer(PLsquare(10),2,'round'),[0 4]), cell2mat(ans)




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