Skrilov Ihor - portfolio
mechanical engineer
Thursday, September 8, 2022
wardrobe for things (updated 4)
Full mass of the wardrobe is 28,21318 kilograms with 0.5 mm thickness and 43,76896 grams with 1 mm thickness details without frame.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Exercises from book "Autodesk Inventor exercises" by Bob McFarlane. E Pattern features
Program to display integer numbers from "started" number to "finished" number
i=input("define a number from its start \n") i=int(i) a=input("define a number to the end \n") a=int(a) print("Star...
Flange - 2D draft and views of 3D model from a book "100 CAD exercises. Beginners guide by 12CAD.com"
There is a draft or 2D sketch: And there are two views of a 3D model: 3D model have been created by author of article.
Ring area calculate program
Code of program : import math print("calculate ring area") R=input("R=") R=float(R) r=input("r=") r=float(r) a...
No comments:
Post a Comment