Axes Obect

  • August 25, 2016
  • 123 Downloads
  • 0 Likes
  • Blender 2.7x
  • Render: Blender Internal
  • Creator: ntg
  • License: CC-BY
You must be logged in to download.

Description:

Creates an Axes object with dimensions and coordinates based on a python script. Can also be used to visualize any other set of vectors. Tube and cone meshes used as in parakeet.blend found on blend swap . Example input: plot3daxis(size=4, clean=True) speed = (2, 4, 3) force = (-2, 2, 3) plot_vectors(vectors=[ [speed, (0, 0, 0), 'yellow'], [force, (0, 0, 0), 'orange'], ], clean=False)

Comments:

  • Gosterk profile picture
    Gosterk

    I don't want to upset you, but it can make everyone, it's not so usefull for professional projects, but I support you, because you just a beginner and you need more patience and time to make more proffecional model)))

    Written October 23, 2016
  • ntg profile picture
    ntg

    My intended usage is scientific. I want to visualize vectors, such as force etc. for students (and myself) to better understand them.... :)

    Edited January 21, 2019