DIN464

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - ENG-Standards
Introduced first in SolidGeometry 4.9, Creation date: 2020-08-03, Last change: 2025-09-14

returns the DIN464 table for a metric threads with knureld head

Description

'M','Knurled_Diameter','Knurled_Height','Socket_Diameter','Head_Height'


See Also: DIN13 , DIN20273 , DIN336 , DIN433 , DIN4AMfitting , DIN7991 , DIN912 , DIN913 , DIN934 , DIN965 , DIN985 , DINfindinTab

Example Illustration

 missing image of DIN464(M)

Syntax

[M,TL,Taborder]=DIN464(M)

Input Parameter

M: Desired metric diameter

Output Parameter

M: Metric Diameter in Tab
TL: Table row
Taborder: Table colum names




Copyright 2020-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 DIN464, is designed to return a table of dimensions for metric threads with a knurled head, based on the DIN 464 standard. The function is part of the SolidGeometry library and was introduced in version 4.9.

Input Parameters

Output Results

Algorithm Steps

  1. Check if the input parameter M is provided. If not, set M=0.
  2. Define the column names in Taborder.
  3. Initialize the table Tab with predefined values for different metric diameters and their corresponding dimensions.
  4. If M=0, return the entire table Tab and display it as a table with column names if no output is expected.
  5. Iterate through each row of the table Tab to find an exact match for the input metric diameter M.
  6. If an exact match is found, return the corresponding row TL.
  7. If no exact match is found, issue a warning and find the closest match by calculating the absolute difference between the input M and the first column of Tab.
  8. Return the closest match and its corresponding row TL.
Algorithm explaination created using ChatGPT on 2025-08-19 01:28. (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