SGarrow
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Visualization
Introduced first in SolidGeometry 4.5, Creation date: 2019-02-10, Last change: 2025-09-14
returns a SG for an arrow
See Also: SGcone
, SGsphere
, SGbox
, SGlinkage
, SGtext
, SGspherelink
Example Illustration
Syntax
SG=SGarrow(l,[h,s1,w])
Input Parameter
l: | | length or [start point; end point] |
h: | | diameter |
s1: | | tip size |
w: | | true or Radius for bending |
Output Parameter
SG: | | Solid geoemtry of an arrow in z-direction |
Examples
SGarrow(100)
SGarrow(20,5)
SGarrow([10 10 10;20 20 20],5)
SGarrow(10,1,1,true) % creates a circular arrow
SGarrow(10,1,1,20) % circular arrow with radius 20
Copyright 2019-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