Syntax
SGs=SGlockingDIN912DIN985([M,SGs,FNs,"supp","align"])
Input Parameter
M : | | [M Diameter Length and distance] of DIN 981 Screw |
SGs : | | cell with Solids {SGA, SGB} |
FNs : | | cell with Frame Names {'F','B'} or simple relation such as behind |
"supp" : | | if used, material is supplemented to hold the screw, nut and head |
"align" : | | if used, the position of SGB is aligned with A, otherwise remains unchanged. |
Output Parameter
SGs : | | cell list {SGA,SGB} mit new frames 'C' if spatial relations were used |
Examples
A=SGbar([10 5 10]); A=SGTset(A,'F',TofFS(A,[0 1 0]));
B=SGbar([20 5 10]); B=SGTset(B,'B',TofFS(B,[0 -1 0]));
SGlockingDIN912DIN985([2.5 8],{A,B},{'F','B'}) % Using frame names
SGlockingDIN912DIN985('',{A, B}, 'ontop') % using ONE spatial relation
SGlockingDIN912DIN985('',{A, SGsphere(4)}, 'ontop')
SGlockingDIN912DIN985([3 20],{A, B}, 'behind') % Long screws without required material
SGlockingDIN912DIN985([3 20],{A, B}, 'behind','supp') % Long screws with supplemented material
Copyright 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