LinkageDesigner Package Paclet SymbolSee Also »|More About »

Arrow3D

Arrow3D[start, end]
is a Graphics3D primitive that draws an arrow from start to end point.
Arrow3D[{pts}]
draws a polyline through the points pts and an arrow head at last point.
  • The following options can be given:
HeadLength3DAutomaticHeadLength3D is an option for Arrow3D function, that define the length of the arrowhead; varies according the the value of HeadScaling3D.
HeadScaling3DAutomaticHeadScaling3D is an option for Arrow3D function, that define the scaling to use for coordinates in arrowhead; either Automatic, Relative, or Absolute.
HeadWidth3D0.5HeadWidth3D is an option for Arrow3D function, that define the width of the arrowhead, expressed as a factor of the length of the arrowhead.
HeadShape3DAutomaticHeadShape3D is an option for Arrow3D function, that define the shape of the arrowhead; either Automatic, Wing, Pyramid, or Cross.
Load LinkageDesigner package
In[1]:=
Click for copyable input
Here is a simple example of two arrows displayed with different colors
In[2]:=
Click for copyable input
Out[2]=
An arrow can be defined with a polyline
In[3]:=
Click for copyable input
Out[3]=