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

  Рет қаралды 9,098

Prot04m

Prot04m

Күн бұрын

Пікірлер: 17
@eliazonta7235
@eliazonta7235 Жыл бұрын
Hi, thank you for this resource, could you please share how the "cone" function is written ?
@AhmedAbdullah-t4d
@AhmedAbdullah-t4d 11 ай бұрын
thank you so much for making this video. helped me soooooo much.
@VictorSantos-yb8ir
@VictorSantos-yb8ir 6 ай бұрын
Helped me so much! Thank you.
@xyzxyz6095
@xyzxyz6095 Жыл бұрын
Yes !!! Thank you. Salutations from France.
@prot0form775
@prot0form775 Жыл бұрын
:D
@user-hp5qb1id5c
@user-hp5qb1id5c Жыл бұрын
thank you for tutorial video. can i get code file and stl file of tutorial video?
@prot0form775
@prot0form775 2 жыл бұрын
Code starts at 2:29 **CORRECTIONS** 6:38 - LINE 26 magnitude = ( ... ) ** 0.5
@alelasantillan
@alelasantillan Жыл бұрын
from utilities import * which module is that, please? tried pip install utilities-package without any luck.
@waqqiali2960
@waqqiali2960 Жыл бұрын
In python you can define functions in another ".py" file (here it was utilities.py) and can use the defined functions in any other python file by importing the functions using the format "from [filename] import [function]". If you want to import all the functions at once, you can import all the functions with a single line of code using "*" instead of specifying the name of just one function name. e.g. from [filename] import * In the video he uses "from utilities import *". Where "utilities" is the file name and "*" tells python to import all functions. Near the end of the video 9:01 he even opens the file "utilites.py" where he has defined some functions beforehand.
@alelasantillan
@alelasantillan Жыл бұрын
thank you@@waqqiali2960 !!!
@MichaelTur
@MichaelTur Жыл бұрын
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
@prot0form775
@prot0form775 Жыл бұрын
I am sorry for the late reply, you might have already found the answer, but for posterity: the utilities library is a library I created to store the functions of the code, you can do that too by creating a .py file and saving your functions there. The .py file must be in the directory of the main script.
@dineshvyas
@dineshvyas 2 жыл бұрын
Amazing.
@mukkasrikanth4130
@mukkasrikanth4130 Жыл бұрын
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.
@prot0form775
@prot0form775 Жыл бұрын
Thank you very much! I am a graduate in the hypersonics field, mainly numerical and analytical. My work is only tangentially related to computer graphics. Sadly I cannot share my work.
The Manim Experience - Creating animations with Python
38:51
Coding Challenge 166: ASCII Text Images
22:42
The Coding Train
Рет қаралды 1,1 МЛН
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 18 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 38 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 49 МЛН
The Difference between an STL file and an STEP file.
8:18
Think Design Make
Рет қаралды 63 М.
What's inside an .STL? Edit an .STL file using a text editor!
5:21
hack::soho | Explaining Elite | Mark Moxon
46:49
IOActive, Inc.
Рет қаралды 6 М.
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 62 М.
computers suck at division (a painful discovery)
5:09
Low Level
Рет қаралды 1,7 МЛН
Python 3D Printing Guide: Make STL Files From Masks
21:31
Mr. P Solver
Рет қаралды 17 М.
17 - How to write an Eulerian fluid simulator with 200 lines of code.
12:05
Ten Minute Physics
Рет қаралды 311 М.
Create a CYLINDER in MATLAB || TUTORIAL
15:59
Prot04m
Рет қаралды 4,7 М.