rofcircbend
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Analytical Geometry
Introduced first in SolidGeometry 3.6, Creation date: 2017-03-18, Last change: 2025-09-14
returns bending radius and angle for a compressed line
Description
Helpful parameter:
Steel Slim=355; E=200000
PA12 Slim=36; E=1240 (PA2200 called at EOS)
The relation between a circle segment and the chord (segment crossing line) can be solved only by a numerical search using fzero.
if s < l than the line is streched.
if s = l than the radius would be inf
if s > l there is a solution
In reality there is a minimal radius for bending because of material stress
See Also: SGsnaprivet
, lofbendinggirder
, sofbendinggirder
, bofbendinggirder
, Fofbendinggirder
Example Illustration
Syntax
[r,a,PL]=rofcircbend(s,l)
Input Parameter
s: | | original distance |
l: | | compressed distance |
Output Parameter
r: | | bending radius |
a: | | bending angle |
PL: | | Point list describing the shape |
Examples
rofcircbend(30,10)
Copyright 2017-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