VLFLjointR1

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - SG/Solids
Introduced first in SolidGeometry 1.0, Creation date: 2011-12-11, Last change: 2025-09-14

returns vertices/facets of a revolving joint

Description

This procedure is identical to exp_2011_12_11.

Example Illustration

 missing image of VLFLjointR1(R1H,R1A,R1I,s,R2H,hd,sd)

Syntax

[VL,FL]=VLFLjointR1([R1H,R1A,R1I,s,R2H,hd,sd])

Input Parameter

R1H: Height of the overall link
R1A: Outer Diameter of the inner axis
R1I: Inner Diameter of the inner axis
s: distance between inner and outer axis
R2H: Height of the outer axis; Default is R1H/3
hd: Height of the block; default is 1
sd: distance between block and outer axis; default is s

Output Parameter

VL: Vertex list of object
FL: Facet list of object

Examples

Generate a link with Length 30, Inner axis 1 mm, hollow shaft 0.5mm, distance between axis 0.5mm:
[VL,FL]=VLFLjointR1 (50,5,4,0.5);
VLFLplot(VL,FL,'m')
VLFLwriteSTL ('TUBE','by Tim C Lueth',VL,FL);




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