Axes Obect

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 (2)

G
Gosterk over 9 years ago

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)))

N
ntg over 7 years ago

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

Sign in to leave a comment.