Syntax
[CPLL,CPLI,CPLC,PL3,PL4]=CPLfischertechnik([tol,gb])
Input Parameter
tol : | | [tolerance between the lines CPLL and CPLI[a |
gb : | | length of contour; default is 15 mm |
Output Parameter
CPLL : | | Line to create a blade or concave contour (rail, blade) |
CPLI : | | Line to create a convex contour (knob) |
CPLC : | | Line to create the concave contour for the axle |
PL3 : | | Line to create the concave contour for 2 axles |
PL4 : | | Line to create the concave contour for 4 axles |
Examples
[a,b,c,d,e]=CPLfischertechnik;
f=a(2:end-1,:); SGofCPLrot(f);
f=a(2:end-1,:); SGofCPLrot(f,4);
f=c(2:end-1,:); SGofCPLrot(f);
SGofCPLz(e,15);
SGofCPLz(d,15);
f=b(2:end-1,:); SGofCPLrot(f,4,true)
SGofCPLz(d,15); A=ans; f=b(2:end-1,:); SGofCPLrot(f,4); B=ans; SGtransrelSG(B,A,'aligntop',2.5)
SGofCPLz(d,15); A=ans; f=b(2:end-1,:); SGofCPLrot(f,4); B=ans; SGtransrelSG(B,A,'roty',pi,'alignunder',2.5)
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