SGdesignSupplementPlugin

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - ENG-Designs
Introduced first in SolidGeometry 5.2, Creation date: 2022-04-12, Last change: 2025-09-15

designs a plugin holder for another solid

Description

Originallu used to create safety clutchs in ez mot robot motor axis

See Also: SGdesignSupplement2connect2SG , SGdesignSupplement

Example Illustration

 missing image of SGdesignSupplementPlugin(SGA,wt,sl,ez,CPL,fill)

Syntax

SGB=SGdesignSupplementPlugin(SGA,[wt,sl,ez,CPL,fill])

Input Parameter

SGA: Solid Geometry
wt: [wall thickness height modification]; default is [1.5 0]
sl: slot size; default is 'c' fit or a number
ez: default is [0 0 1]; not used
CPL: CPL out contour; default is same as contour of SGA
fill: if true; SGB is a block; default is false;

Output Parameter

SGB: Supplement solid to plug in SGA

Examples


SGDIN985(4); B=ans; % Create a solid
SGdesignSupplementPlugin(B,2,'t'); % Plugin with fitting 't'
SGdesignSupplementPlugin(B,0,'t'); % Full solid with fitting 't'
SGdesignSupplementPlugin(B,[0 1],'t'); % Full solid with fitting 't' just 1 mm height
SGdesignSupplementPlugin(B,[0 -1],'t'); % Full solid with fitting 't' shorten height by 1 mm




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