Syntax
[A,C,S,mt,Aparts]=SGdesignBoltedLid([SG,T,MM,w,H,"assembly","screws","bolt"])
Input Parameter
SG : | | Solid Geometry without a cover lid |
T : | | Frame Name, 4x4 matrix or ez-vector; default is [0 0 1] |
MM : | | [diameter length] metrix of screw; default is [M2.0 6] |
w : | | width of walls and height of cover |
H : | | size of bolts |
"assembly" : | | DIN7991 or DIN912bush or DIN912985 |
"screws" : | | number of screws; default is 4 |
"bolt" : | | if used, there is a bolt below the screw fixation |
Output Parameter
A : | | New Solid with scrw fixation |
C : | | Cover lid |
S : | | screws used |
mt : | | not used yet, for compatibilty with other SGdesignfunction |
Aparts : | | parts list |
Examples
CPL=PLcircle(30,7); CPL=[CPL;nan nan;CPLbuffer(CPL,2)]; SGofCPLz(CPL,10); SG=ans;
SGtransrelSG(SG,'','rotx',pi/10,'roty',pi/20); SG=ans;
SGdesignBoltedLid(SG,[0 0 1])
Copyright 2022-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