Syntax
CPL1=CPLmeltbool(CPL,[fullstep])
Input Parameter
CPL : | | CPL |
fullstep : | | if false, only two layers are processed; default is false |
Output Parameter
Examples
PLA=[PLcircle(4); nan nan; PLcircle(4)+3]; % Orientation doesnt matter
PLB=[PLcircle(4); nan nan; flipud(PLcircle(4)+3)]; % Orientation doesnt matter
CPLmeltbool(CPLsample(14)); % Single step analysis
CPLmeltbool(CPLsample(14),true); % Full step analysis
CPL3=[PLcircle(11);nan nan;PLcircle(12);nan nan;CPLsample(45)];
CPLmeltbool(CPL3), % Outer contour is ccw (correct)
CPLmeltbool(flipud(CPL3)) % Outer contour is ccw (correct)
CPLmeltbool(CPL3,true), % Outer contour is ccw (correct)
CPLmeltbool(flipud(CPL3),true) % Outer contour is ccw (correct)
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-09-21