SGdesignTongueGrooveRadial

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - ENG-Designs
Introduced first in SolidGeometry 5.4, Creation date: 2024-06-17, Last change: 2025-09-15

creates a radial tongue and groove connection for a contour or an opening in a 2.5D structure

Description

ONLY THE OUTPUT HAST TO BE DEFINED FOR FUTURE FUNCTIONS
THE SOLID IS BEHIND THE EZ Vector

See Also: SGofCPLzgrow

Example Illustration

 missing image of SGdesignTongueGrooveRadial(CPLu,T,h,wi)

Syntax

[Hsub,Nsub,S,Hadd,Nadd,T]=SGdesignTongueGrooveRadial([CPLu,T,h,wi])

Input Parameter

CPLu: Contour of an opening in a solid (CPLofFS) | OR a SG solid
T: Transformation of CPLu (CPLofFS); default is eye(4) | Or an ez vector
h: [h-inside h-outside]; default os [3 5];
wi: [wall-inside wall-outside] default is [0.8 0]

Output Parameter

Hsub: Subtraction solid
Nsub: not used yet
S: not used yet
Hadd: not used yet
Nadd: Lower Contour
T: Coordinate frame that has been used if ez was input parameter

Examples


SGofCPLz(PLcircle([20 24],4),5); SG=ans;
CPLofFS(SG,FSselect(SG,[0 0 -1],'front',-0.2));
[CPL,T]=CPLofFS(SG,FSselect(SG,[0 0 -1],'front',-0.2)); % Take the floor lower surface
CPL=CPLselectinout(CPL,1); % Select the bore hole
SGdesignTongueGrooveRadial(CPL,T,[5 10],[0 5])




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