Bild 1 von 1
![Programmieren lernen mit 3D-Druck von Gohde, Justin, Kintel, Marius [Taschenbuch] - Bild 1 von 1](https://i.ebayimg.com/images/g/0KEAAOSwkSZnBeOW/s-l500.jpg)
Galerie
Bild 1 von 1
![Programmieren lernen mit 3D-Druck von Gohde, Justin, Kintel, Marius [Taschenbuch] - Bild 1 von 1](https://i.ebayimg.com/images/g/0KEAAOSwkSZnBeOW/s-l500.jpg)
Programmieren lernen mit 3D-Druck von Gohde, Justin, Kintel, Marius [Taschenbuch]-
US $24,72
Ca.EUR 21,16
Artikelzustand:
Neu
Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte Seiten. Genauere Einzelheiten entnehmen Sie bitte dem Angebot des Verkäufers.
5 verfügbar
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
Kostenlos Economy Shipping.
Standort: Glendale Heights, Illinois, USA
Lieferung:
Lieferung zwischen Mo, 8. Sep und Sa, 13. Sep nach 94104 bei heutigem Zahlungseingang
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
Sicher einkaufen
- Gratis Rückversand im Inland
- Punkte für jeden Kauf und Verkauf
- Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:305827778571
Artikelmerkmale
- Artikelzustand
- ISBN
- 9781593279547
Über dieses Produkt
Product Identifiers
Publisher
No Starch Press, Incorporated
ISBN-10
159327954X
ISBN-13
9781593279547
eBay Product ID (ePID)
10038848333
Product Key Features
Number of Pages
206 Pages
Language
English
Publication Name
Programming with Openscad : a Beginner's Guide to Coding 3d-Printable Objects
Publication Year
2021
Subject
Cad-Cam, General
Type
Textbook
Subject Area
Mathematics, Computers
Format
Trade Paperback
Dimensions
Item Height
0.6 in
Item Weight
16.4 Oz
Item Length
9.2 in
Item Width
7 in
Additional Product Features
Intended Audience
Trade
LCCN
2020-943329
Reviews
"The 3D CAD program, OpenSCAD, is a natural tool to learn programming. OpenSCAD lets you see the structures you are creating, thus giving instant visual feedback. This book is a concise but thorough foundation in OpenSCAD in particular and coding in general. And how better to learn than from the primary developer of the system plus an educator? Grab the book and make something cool today." --Joan Horvath, author and co-founder Nonscriptum LLC " Programming with OpenSCAD is a fast and clear reference for coders and designers who want to create parametric, customizable 3D models with OpenSCAD. Wait - you've never ever coded before? This book is for you too!! Everything is covered from the ground up in simple, friendly terms. OpenSCAD is a great entry point for coding and 3D modeling, and this book is an excellent guide and reference." --Dr. Laura Taalman (mathgrrl), 3D designer and professor of mathematics at James Madison University " Programming with OpenSCAD is a great way to get started designing objects to be made with a 3D printer using OpenSCAD. It introduces each new concept in a clear and concise way, always avoiding using language features ahead of explaining them, and requires no previous programming experience. Each chapter has exercises to reinforce learning and these soon become interesting objects to print on a 3D printer, so it is also a great beginner's introduction to 3D printing." --Chris "Nop Head" Palmer, author of NopSCADlib , RepRap Core Team member "This book opens up OpenSCAD to new audiences (students, teachers, makers), by being a systematic introduction into using OpenSCAD with well thought out 'design time' and 'big project' practices. With the knowledge gained, readers can create their own 3D-Objects, which they then can print and share. While doing so, students learn to think in 3D-Space and the concepts of computers programming, while always having a concrete visual representation of the end result in mind, making the learning concrete." --Michael Frey, OpenSCAD Contributor "A new language can be daunting, but this book gives you the fundamentals of 3D design and the techniques to easily create complex designs." --Michael "...AtOz" Marx, OpenSCAD Forum & Mailing-list Administrator "The book is built to provide everyone at any level of proficiency a great introduction to 3D design using OpenSCAD. If you're considering learning OpenSCAD, this book could provide the guidance necessary to get up to speed in short order." --Kerry Stevenson, Fabbaloo, "The 3D CAD program, OpenSCAD, is a natural tool to learn programming. OpenSCAD lets you see the structures you are creating, thus giving instant visual feedback. This book is a concise but thorough foundation in OpenSCAD in particular and coding in general. And how better to learn than from the primary developer of the system plus an educator? Grab the book and make something cool today." --Joan Horvath, author and co-founder Nonscriptum LLC
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.13
Table Of Content
Introduction Chapter 1: Three-Dimensional Drawing with OpenSCAD Chapter 2: More Ways to Transform Shapes Chapter 3: 2D Shapes Chapter 4: Using Loops and Variables Chapter 5: Modules Chapter 6: Flow Control with if Statements Chapter 7: Design and Engineering Appendix A: OpenSCAD Language Reference Appendix B: Visual Command Reference
Synopsis
OpenSCAD is free, open-source 3D modelling software; its easy-to-use programming interface is great for beginners, because the simple design lets you quickly display and view the results of your code. In Learn to Program With 3D Printing, OpenSCAD's creator will teach you all you need to know to design, programme, and create amazing 3D-printed projects. Along the way, beginning programmers are introduced to essential programming concepts, like variables, loops, functions, and more. Co-authored by the software's primary creator Marius Kintel., The Creator of OpenSCAD, Marius Kintel, teaches anyone how to code and print fun games, puzzles, and more., Programming with OpenSCAD is a STEM-focused, learn-to-code book for beginners that introduces core computational thinking concepts through the design of 3D-printable objects. Develop coding skills as you build increasingly complex 3D models and print them into fun games, puzzles, and more. OpenSCAD is freely available open source software that enables nondesigners to easily create 3D designs using a text-based programming language. It's a great language for beginners because the instant 3D visualization gives you immediate feedback on the results of your code. This book channels OpenSCAD's visual benefits and user-friendliness into a STEAM-focused, project-based tutorial that teaches the basics of coding, 3D printing, and computational thinking while you develop your spatial reasoning by creating 3D designs with OpenSCAD. Presuming no prior experience with either programming or 3D design, each chapter builds a scaffolded understanding of core concepts. You'll start by defining, drawing and displaying geometric primitives with text-based code, then expand your creative toolbox with transformation operations - like rotating, reflecting, scaling, and combining shapes. As the projects become more sophisticated, so will your programming skills; you'll use loops for replicating objects, if statements for differentiating your designs, and parameterized, self-contained modules to divide longer scripts into separate files. Along the way, you'll learn 3D printing tips so that you can produce physical mementos of your progress and get physical feedback that lets you correct mistakes in real time. In addition, the book provides hands-on and accessible design exercises at the end of each chapter so that you can practice applying new concepts immediately after they are introduced. You'll learn: - Programming basics like working with variables, loops, conditional statements, and parameterized modules - Transformation operations, such as rotate, reflect, and scale, to create complex shapes - Extrusion techniques for turning 2D shapes into elaborate 3D designs - Computational-thinking concepts, including decomposition, abstraction, and pattern recognition - OpenSCAD's Boolean, Minkowski and hull operations for combining multiple 3D shapes into one - 3D design fundamentals, like navigating the xyz-axis, orthogonal vs. perspective views, and constructive solid geometry - Organizing bigger designs into separate files to make code more readable and collaborative Accessibly written for a wide audience (advanced middle schoolers, high school students, college students, artists, makers and lifelong-learners alike), this is the perfect guide to becoming proficient at programming in general and 3D modeling in particular., The Creator of OpenSCAD, Marius Kintel, teaches anyone how to code and print fun games, puzzles, and more. OpenSCAD is free, open-source 3D modeling software; its easy-to-use programming interface is great for beginners, because the simple design lets you quickly display and view the results of your code. In Learn to Code with 3D Printing , OpenSCAD's creator will teach you all you need to know to design, program, and create amazing 3D-printed projects. Along the way, beginning programmers are introduced to essential programming concepts, like variables, loops, functions, and more.
LC Classification Number
QA76.6
Artikelbeschreibung des Verkäufers
Rechtliche Informationen des Verkäufers
Info zu diesem Verkäufer
Booksxpress
95,9% positive Bewertungen•41.068 Artikel verkauft
Angemeldet als gewerblicher Verkäufer
Verkäuferbewertungen (10.783)
- j***s (1106)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufJust as described, great condition, great packaging, good price, thanks so much, oh & I think you gave me the wrong tracking number, as this just came today July 28th, the one I got came last week in another part of NY, thanks though, A+++ Seller :)
- d***i (217)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufPacked safely and securely - Shipping was slow (10 days from an hour and a half away!) but it was Free! I thought Price was especially reasonable! Book came in Exactly as Described and I can't wait to start reading it! I Recommend this Seller!Commodore: The Amiga Years by Bagnall, Brian [Hardcover] (Nr. 305372157502)
- o***o (238)- Bewertung vom Käufer.Letzter MonatBestätigter KaufCouldn’t believe the price I was able to get this masterpiece for. Seller was fantastic; not only was the shipping unbeatable, the packing and communication was top notch!!! Seller gets 5 ⭐️’s across the board💯
Noch mehr entdecken:
- PONS im Taschenbuch Fachbücher, Lernen und Nachschlagen,
- Fachbücher, Lernen und Nachschlagen im Taschenbuch Isländisch,
- Fachbücher, Lernen und Nachschlagen Klett im Taschenbuch-Format,
- Spanische Fachbücher, Lernen und Nachschlagen im Taschenbuch-Format,
- Russische Fachbücher, Lernen und Nachschlagen im Taschenbuch-Format,
- Fachbücher, Lernen und Nachschlagen HarperCollins im Taschenbuch-Format,
- Griechische Fachbücher, Lernen und Nachschlagen im Taschenbuch-Format,
- Niederländische Fachbücher, Lernen und Nachschlagen im Taschenbuch-Format,
- Türkische Fachbücher, Lernen und Nachschlagen im Taschenbuch-Format,
- Deutsche Fachbücher, Lernen und Nachschlagen im Taschenbuch-Format