SG=SGarrow(l,[h,s1,w])
l : | length or [start point; end point] | |
h : | diameter | |
s1 : | tip size | |
w : | true or Radius for bending |
SG : | Solid geoemtry of an arrow in z-direction |
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