Write an STL (ASCII) File in PYTHON || TUTORIAL

preview_player
Показать описание
Hopefully the video was clear. This should work for all structured 3D objects (NO point clouds). Hopefully the new format of the videos is helping more than improvising my commentary as I write the code, at the end of the day my goal is not to explain the topics, but rather help you understand the code itself.

The geometry was exported using a code I wrote separately, I will eventually get to how to do that for Python, since I have already covered MATLAB.

PyCharm IDE:

Numpy Documentation:

Matplotlib Documentation:

STL Format Explanation:

------------------------------------------------------PLAYLISTS----------------------------------------------
SPLINES in PYTHON
FILE FORMATS in PYTHON

---------------------------------------------PYTHON FUNCTIONS--------------------------------------

Software: Python 3
Рекомендации по теме
Комментарии
Автор

Hi, thank you for this resource, could you please share how the "cone" function is written ?

eliazonta
Автор

Code starts at 2:29
**CORRECTIONS**
6:38 - LINE 26 magnitude = ( ... ) ** 0.5

protform
Автор

thank you for tutorial video. can i get code file and stl file of tutorial video?

hpqbidc
Автор

Yes !!! Thank you. Salutations from France.

xyzxyz
Автор

thank you so much for making this video. helped me much.

AhmedAbdullah-td
Автор

A beginners question. I have copied the code from your video but the 'utilities' library does not exist when I search on PyPl. Can you tell me where I can find it please? I have done a general search for the library but as you may expect there are lots of libraries called "utilities" out there. Thanks

MichaelTur
Автор

from utilities import *
which module is that, please?
tried
pip install utilities-package without any luck.

alelasantillan
Автор

Very Informative Video, I'm also working on similar area. Are you a PhD scholar or researcher, if yes would like to read you work.

mukkasrikanth