Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

DrawingTools

Guides

  • DrawingTools

Tech Notes

  • Testing for Points on Border or Interior of a Polygon

Symbols

  • Arrow3D
  • ArrowCylinder
  • ArrowSlab
  • ConicSurface
  • EmptyRectangle
  • HollowCylinder
  • HollowPillar
  • InPolygonQ
  • LineToCable
  • OnBoundaryQ
  • Patches
  • Pillar
  • Pyramid3D
  • Spin3D
  • SpinningTop
  • StackGraphics
  • StringToCurves
  • StringToPolygons
  • Wiggly
QuantumMob`DrawingTools`
Arrow3D
​
Arrow3D
[]
renders a 3D arrow.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
In[1]:=
arw=
Arrow3D
[];​​Graphics3D[​​{EdgeForm[],Green,arw}​​]
Out[1]=
In[2]:=
sphere=ParametricPlot3D[{Sin[t]*Cos[p],Sin[t]*Sin[p],Cos[t]},{t,0,Pi},{p,0,2Pi}]〚1〛;​​arw=
Arrow3D
["Angle"{-Pi/6,Pi/6,0}];​​axs=Arrow[{​​{{-1,0,0},{1,0,0}},​​{{0,-1,0},{0,1,0}},​​{{0,0,-1},{0,0,1}}​​}];​​Graphics3D[{​​{Black,Thick,axs},​​{Opacity[0.3],White,sphere},​​{EdgeForm[],Green,arw}​​}​​]​​Graphics3D[{​​{Black,Thick,axs},​​{Opacity[0.3],White,sphere},​​{EdgeForm[],CapForm["Butt"],Green,arw}​​}​​]
Out[2]=
Out[2]=
SeeAlso
ArrowSlab
 
▪
ArrowCylinder
RelatedGuides
▪
DrawingTools
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com