FTcontour

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Auxiliary function
Introduced first in SolidGeometry 1.0, Creation date: 2012-11-01, Last change: 2025-08-18

returns half profile of Fischertechnik dove tail contour


Will be removed (2025-09-21): Use 'CPLfischertechnik' instead

Description

Quick and Dirty, used in FTgearframe

Should be named PLfischertechnikknob

See Also: CPLfischertechnik , FTclutch

Example Illustration

 missing image of FTcontour

Syntax

PL=FTcontour

Output Parameter

PL: Point list of dove tail contour




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

Algorithm (Workflow)

This function, named FTcontour, generates a point list representing the half profile of a Fischertechnik dove tail contour. It is part of the SolidGeometry library and is used in the FTgearframe function.

Input Parameters

The function does not take any input parameters directly from the user. Instead, it uses predefined constants within the function to define the contour:

Output

The function outputs a variable PL, which is a point list representing the dove tail contour. The points are defined in a 2D plane and are structured as follows:

PL = [
  0, 0;
  b/2 - swu/2, 0;
  b/2 - swu/2, min;
  b/2 - swo/2, sh - min;
  b/2 - swo/2, sh;
  b/2 + fuse, sh;
  b/2 + fuse, dh;
  0, dh
];

Workflow

  1. The function starts by defining several constants that determine the shape and dimensions of the dove tail contour.
  2. It then constructs a point list PL that outlines the contour based on these constants.
  3. If the function is called without output arguments, it will automatically plot the contour using the SGfigure and CPLplot functions.

Additional Information

The function includes a call to SGoutdated with a date, indicating that the function is considered outdated after July 26, 2025, and suggests using CPLfischertechnik instead.

Algorithm explaination created using ChatGPT on 2025-08-18 23:44. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21